commit | 73de5717eb30ceedef6abf9da4bc2194f25d92ca | [log] [tgz] |
---|---|---|
author | Jesper Dangaard Brouer <brouer@redhat.com> | Thu May 31 11:00:13 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Sun Jun 03 08:11:34 2018 -0700 |
tree | d1c0fd2e5b2256d8530179c75f315b542dddc785 | |
parent | 5d274cb4bbae481161737a1f652e276883d3d970 [diff] |
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>