Netdev List
 help / color / mirror / Atom feed
* [PATCH 0/3] xdp: don't mix XDP_TX and XDP_REDIRECT flush ops
@ 2018-06-26 15:39 Jesper Dangaard Brouer
  2018-06-26 15:39 ` [PATCH 1/3] ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing Jesper Dangaard Brouer
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jesper Dangaard Brouer @ 2018-06-26 15:39 UTC (permalink / raw)
  To: netdev, Jesper Dangaard Brouer
  Cc: John Fastabend, Jason Wang, Daniel Borkmann, BjörnTöpel,
	Alexei Starovoitov

Fix driver logic that are combining XDP_TX flush and XDP_REDIRECT map
flushing.  These are two different XDP xmit modes, and it is clearly
wrong to invoke both types of flush operations when only one of the
XDP xmit modes is used.

---
Unsure what git tree to send this against. Thus, I'll leave it up-to
the patchwork assigner ;-)


Jesper Dangaard Brouer (3):
      ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
      i40e: split XDP_TX tail and XDP_REDIRECT map flushing
      virtio_net: split XDP_TX kick and XDP_REDIRECT map flushing


 drivers/net/ethernet/intel/i40e/i40e_txrx.c   |   24 +++++++++++++-------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |   24 ++++++++++++--------
 drivers/net/virtio_net.c                      |   30 ++++++++++++++++---------
 3 files changed, 48 insertions(+), 30 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-28  5:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-26 15:39 [PATCH 0/3] xdp: don't mix XDP_TX and XDP_REDIRECT flush ops Jesper Dangaard Brouer
2018-06-26 15:39 ` [PATCH 1/3] ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing Jesper Dangaard Brouer
2018-06-26 15:39 ` [PATCH 2/3] i40e: " Jesper Dangaard Brouer
2018-06-26 16:37   ` Björn Töpel
2018-06-26 15:39 ` [PATCH 3/3] virtio_net: split XDP_TX kick " Jesper Dangaard Brouer
2018-06-27 14:56   ` Jason Wang
2018-06-28  5:29 ` [PATCH 0/3] xdp: don't mix XDP_TX and XDP_REDIRECT flush ops David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox