]> asedeno.scripts.mit.edu Git - linux.git/commit
xdp: done implementing ndo_xdp_xmit flush flag for all drivers
authorJesper Dangaard Brouer <brouer@redhat.com>
Thu, 31 May 2018 09:00:13 +0000 (11:00 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 3 Jun 2018 15:11:34 +0000 (08:11 -0700)
commit73de5717eb30ceedef6abf9da4bc2194f25d92ca
treed1c0fd2e5b2256d8530179c75f315b542dddc785
parent5d274cb4bbae481161737a1f652e276883d3d970
xdp: done implementing ndo_xdp_xmit flush flag for all drivers

Removing XDP_XMIT_FLAGS_NONE as all driver now implement
a flush operation in their ndo_xdp_xmit call.  The compiler
will catch if any users of XDP_XMIT_FLAGS_NONE remains.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/net/xdp.h