netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] i40e: Support for XDP
@ 2016-12-08 17:00 Björn Töpel
  2016-12-08 17:00 ` [PATCH 1/3] i40e: Initial support " Björn Töpel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Björn Töpel @ 2016-12-08 17:00 UTC (permalink / raw)
  To: jeffrey.t.kirsher, intel-wired-lan
  Cc: Björn Töpel, john.r.fastabend, magnus.karlsson, netdev

From: Björn Töpel <bjorn.topel@intel.com>

This series adds XDP support for i40e-based NICs.

The first patch adds XDP_RX support, the second XDP_TX support and the
last patch makes it possible to change an XDP program without
rebuilding the rings.


Björn


Björn Töpel (3):
  i40e: Initial support for XDP
  i40e: Add XDP_TX support
  i40e: Don't reset/rebuild rings on XDP program swap

 drivers/net/ethernet/intel/i40e/i40e.h         |  18 +
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c |   3 +
 drivers/net/ethernet/intel/i40e/i40e_main.c    | 358 +++++++++++++++++---
 drivers/net/ethernet/intel/i40e/i40e_txrx.c    | 445 +++++++++++++++++++++----
 drivers/net/ethernet/intel/i40e/i40e_txrx.h    |   7 +
 5 files changed, 715 insertions(+), 116 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2016-12-08 20:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 17:00 [PATCH 0/3] i40e: Support for XDP Björn Töpel
2016-12-08 17:00 ` [PATCH 1/3] i40e: Initial support " Björn Töpel
2016-12-08 17:00 ` [PATCH 2/3] i40e: Add XDP_TX support Björn Töpel
2016-12-08 19:20   ` kbuild test robot
2016-12-08 20:22     ` Björn Töpel
2016-12-08 17:00 ` [PATCH 3/3] i40e: Don't reset/rebuild rings on XDP program swap Björn Töpel
2016-12-08 17:52 ` [Intel-wired-lan] [PATCH 0/3] i40e: Support for XDP John Fastabend

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).