netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable XDP for ixgbevf
@ 2018-03-16 22:34 Tony Nguyen
  2018-03-16 22:34 ` [PATCH 1/5] ixgbevf: Add XDP support for pass and drop actions Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2018-03-16 22:34 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: Tony Nguyen, john.fastabend, netdev

This patch series implements support for XDP on ixgbevf;
it is mainly based on the ixgbe implementation and supports
the following actions: XDP_PASS, XDP_DROP, and XDP_TX.

Tony Nguyen (5):
  ixgbevf: Add XDP support for pass and drop actions
  ixgbevf: Add support for XDP_TX action
  ixgbevf: Delay tail write for XDP packets
  ixgbevf: Add support for meta data
  ixgbevf: Add XDP queue stats reporting

 drivers/net/ethernet/intel/ixgbevf/ethtool.c      |  68 ++-
 drivers/net/ethernet/intel/ixgbevf/ixgbevf.h      |  30 +-
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 489 +++++++++++++++++++---
 3 files changed, 518 insertions(+), 69 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2018-03-17 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 22:34 [PATCH 0/5] Enable XDP for ixgbevf Tony Nguyen
2018-03-16 22:34 ` [PATCH 1/5] ixgbevf: Add XDP support for pass and drop actions Tony Nguyen
2018-03-16 22:34 ` [PATCH 2/5] ixgbevf: Add support for XDP_TX action Tony Nguyen
2018-03-16 22:34 ` [PATCH 3/5] ixgbevf: Delay tail write for XDP packets Tony Nguyen
2018-03-16 22:34 ` [PATCH 4/5] ixgbevf: Add support for meta data Tony Nguyen
2018-03-16 22:34 ` [PATCH 5/5] ixgbevf: Add XDP queue stats reporting Tony Nguyen
2018-03-17 20:57 ` [PATCH 0/5] Enable XDP for ixgbevf David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).