[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1fe738f0-3f96-fa0d-2169-165f9abc37f0@gmail.com>
Date: Tue, 19 Jun 2018 09:02:49 -0600
From: David Ahern <dsahern@...il.com>
To: Quentin Monnet <quentin.monnet@...ronome.com>, dsahern@...nel.org,
netdev@...r.kernel.org, borkmann@...earbox.net, ast@...nel.org
Cc: davem@...emloft.net
Subject: Re: [PATCH bpf-net] bpf: Change bpf_fib_lookup to return lookup
status
On 6/19/18 3:36 AM, Quentin Monnet wrote:
> Since you are about to respin (I think?), could you please also fix the
> formatting in your change to the doc? The "BPF_FIB_LKUP_RET_" is not
> emphasized (and will even cause an error message when producing the man
> page, because of the trailing underscore that gets interpreted in RST),
> and the three cases for the return value are not formatted properly for
> the conversion.
>
> Something like the following would work:
>
> ---
> * Return
> * * < 0 if any input argument is invalid.
> * * 0 on success (packet is forwarded and nexthop neighbor exists).
> * * > 0: one of **BPF_FIB_LKUP_RET_** codes on FIB lookup response.
> ---
>
Will do. thanks for the review.
Powered by blists - more mailing lists