From: Lorenzo Bianconi <lorenzo@kernel.org>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com,
jbrouer@redhat.com, magnus.karlsson@intel.com, toke@redhat.com,
lorenzo.bianconi@redhat.com
Subject: [RFC net-next 0/2] Introduce xdp tx mb support for i40e and ixgbe
Date: Fri, 25 Mar 2022 15:28:10 +0100 [thread overview]
Message-ID: <cover.1648218138.git.lorenzo@kernel.org> (raw)
Add the capability to map non-linear xdp frames in ndo_xdp_xmit and XDP_TX
for i40e and ixgbe drivers.
Lorenzo Bianconi (2):
ixgbe: add xdp frags support to ndo_xdp_xmit
i40e: add xdp frags support to ndo_xdp_xmit
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 86 +++++++++++-----
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 99 ++++++++++++-------
2 files changed, 124 insertions(+), 61 deletions(-)
--
2.35.1
next reply other threads:[~2022-03-25 14:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-25 14:28 Lorenzo Bianconi [this message]
2022-03-25 14:28 ` [RFC net-next 1/2] ixgbe: add xdp frags support to ndo_xdp_xmit Lorenzo Bianconi
2022-03-25 14:28 ` [RFC net-next 2/2] i40e: " Lorenzo Bianconi
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=cover.1648218138.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=jbrouer@redhat.com \
--cc=jesse.brandeburg@intel.com \
--cc=kuba@kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=magnus.karlsson@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=toke@redhat.com \
/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).