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
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
-