netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
	john.fastabend@gmail.com, netdev@vger.kernel.org
Subject: [PATCH 0/5] Enable XDP for ixgbevf
Date: Fri, 16 Mar 2018 15:34:01 -0700	[thread overview]
Message-ID: <20180316223406.7295-1-anthony.l.nguyen@intel.com> (raw)

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

             reply	other threads:[~2018-03-16 22:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-16 22:34 Tony Nguyen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180316223406.7295-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=john.fastabend@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).