All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [net-next PATCH v3 0/3] ixgbe XDP series
@ 2017-03-03 17:56 John Fastabend
  2017-03-03 17:57 ` [Intel-wired-lan] [net-next PATCH v3 1/3] ixgbe: add XDP support for pass and drop actions John Fastabend
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: John Fastabend @ 2017-03-03 17:56 UTC (permalink / raw)
  To: intel-wired-lan

To remaining items to consider but I think they can go in as
follow up patches,

  (a) rx_buffer vs xdp usage in rx clean routine. It may be
      possible to use xdp_buff directly in skb build routines.

  (b) batching on tx is still needed.

---

John Fastabend (3):
      ixgbe: add XDP support for pass and drop actions
      ixgbe: add support for XDP_TX action
      ixgbe: xdp support for adjust head


 drivers/net/ethernet/intel/ixgbe/ixgbe.h         |   22 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |   29 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c     |   87 ++++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    |  423 ++++++++++++++++++++--
 4 files changed, 500 insertions(+), 61 deletions(-)

--
Signature

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

end of thread, other threads:[~2017-03-09 21:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-03 17:56 [Intel-wired-lan] [net-next PATCH v3 0/3] ixgbe XDP series John Fastabend
2017-03-03 17:57 ` [Intel-wired-lan] [net-next PATCH v3 1/3] ixgbe: add XDP support for pass and drop actions John Fastabend
2017-03-03 20:55   ` Alexander Duyck
2017-03-09 16:33     ` John Fastabend
2017-03-09 21:35       ` Alexander Duyck
2017-03-03 17:57 ` [Intel-wired-lan] [net-next PATCH v3 2/3] ixgbe: add support for XDP_TX action John Fastabend
2017-03-03 21:31   ` Alexander Duyck
2017-03-03 17:57 ` [Intel-wired-lan] [net-next PATCH v3 3/3] ixgbe: xdp support for adjust head John Fastabend

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.