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

This version fixes a couple issues with q_vector allocation and query on XDP
program.

---

John Fastabend (2):
      ixgbe: add XDP support for pass and drop actions
      ixgbe: add support for XDP_TX action


 drivers/net/ethernet/intel/ixgbe/ixgbe.h         |   23 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |   29 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c     |   78 +++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    |  434 +++++++++++++++++++---
 4 files changed, 490 insertions(+), 74 deletions(-)

--
Signature

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

end of thread, other threads:[~2017-04-11 20:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-24  4:30 [Intel-wired-lan] [PATCH v7 0/2] XDP support for ixgbe John Fastabend
2017-03-24  4:31 ` [Intel-wired-lan] [PATCH v7 1/2] ixgbe: add XDP support for pass and drop actions John Fastabend
2017-03-25  2:23   ` Jeff Kirsher
2017-03-25 19:04     ` John Fastabend
2017-03-26  0:58       ` Jeff Kirsher
2017-03-28 23:10   ` Bowers, AndrewX
2017-04-11 20:31   ` Tantilov, Emil S
2017-03-24  4:31 ` [Intel-wired-lan] [PATCH v7 2/2] ixgbe: add support for XDP_TX action John Fastabend
2017-03-28 23:11   ` Bowers, AndrewX
2017-03-29  1:39   ` Dmitry Popov
2017-03-24 22:22 ` [Intel-wired-lan] [PATCH v7 0/2] XDP support for ixgbe William Tu
2017-03-25 23:55   ` John Fastabend
2017-03-27 18:38     ` William Tu

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.