Re: [PATCH bpf-next] nfp: set flags in the correct member of netdev_bpf

2017-12-17 Thread Daniel Borkmann
On 12/16/2017 01:29 AM, Jakub Kicinski wrote: > netdev_bpf.flags is the input member for installing the program. > netdev_bpf.prog_flags is the output member for querying. Set > the correct one on query. > > Fixes: 92f0292b35a0 ("net: xdp: report flags program was installed with on > query") > S

[PATCH bpf-next] nfp: set flags in the correct member of netdev_bpf

2017-12-15 Thread Jakub Kicinski
netdev_bpf.flags is the input member for installing the program. netdev_bpf.prog_flags is the output member for querying. Set the correct one on query. Fixes: 92f0292b35a0 ("net: xdp: report flags program was installed with on query") Signed-off-by: Jakub Kicinski Reviewed-by: Quentin Monnet -