commit | 5e2e609522d67750d4b3c0321d1917bb109ac41b | [log] [tgz] |
---|---|---|
author | Jesper Dangaard Brouer <brouer@redhat.com> | Thu May 31 10:59:57 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Sun Jun 03 08:11:34 2018 -0700 |
tree | 7904752910f3138788fc9d9b88c340ab283d716a | |
parent | cdb57ed07fafb79a250e62d714b8910f2d341ef2 [diff] |
ixgbe: implement flush flag for ndo_xdp_xmit When passed the XDP_XMIT_FLUSH flag ixgbe_xdp_xmit now performs the same kind of ring tail update as in ixgbe_xdp_flush. The update tail code in ixgbe_xdp_flush is generalized and shared with ixgbe_xdp_xmit. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>