From: Ciara Loftus <ciara.loftus@intel.com>
To: dev@dpdk.org, xiaolong.ye@intel.com, kevin.laatz@intel.com,
bruce.richardson@intel.com, ciara.loftus@intel.com
Subject: [dpdk-dev] [PATCH 0/3] AF_XDP tx halt fix, IRQ pinning and unaligned chunks
Date: Thu, 19 Sep 2019 14:15:17 +0000 [thread overview]
Message-ID: <20190919141520.4227-1-ciara.loftus@intel.com> (raw)
This series contains 3 patches for the AF_XDP PMD.
They were originally independent patches but are now rolled into this
series together.
Patch 1: fix Tx halt when no recv packets (Xiaolong Ye)
Previous (v1): http://patches.dpdk.org/patch/59044/
Patch 2: support pinning of IRQs
Previous (v1): http://patches.dpdk.org/patch/58571/
v2:
* Update docs with example usage
* Split configure_irqs into multiple smaller functions
* Use /sys/class/net/<iface>/device/driver to get driver string
* Implement lookup mechanism for /proc/interrupts string formatting
* Use /sys/class/net/<iface> symlink to get pci addr for mlx5
Patch 3: enable support for unaligned umem chunks
Previous (v2): http://patches.dpdk.org/patch/58624/
v3:
* Fix inconsistent reserve/submit for fill and tx queue addrs
* Improve readability by extracting out functions
* Coding style fixes
The performance of the v3 was measured to be within 5% of the previous zero
copy implementation for test cases using a single PMD. For test cases using
multiple PMDs the following performance improvement was measured:
ports nics pinned Δ old zc
2 2 0 95.21%
2 2 1 211.23%
2 1 0 88.36%
2 1 1 122.86%
Ciara Loftus (2):
net/af_xdp: support pinning of IRQs
net/af_xdp: enable support for unaligned umem chunks
Xiaolong Ye (1):
net/af_xdp: fix Tx halt when no recv packets
doc/guides/nics/af_xdp.rst | 17 +-
doc/guides/rel_notes/release_19_11.rst | 11 +
drivers/net/af_xdp/rte_eth_af_xdp.c | 744 ++++++++++++++++++++++---
3 files changed, 685 insertions(+), 87 deletions(-)
--
2.17.1
next reply other threads:[~2019-09-19 14:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-19 14:15 Ciara Loftus [this message]
2019-09-19 14:15 ` [dpdk-dev] [PATCH 1/3] net/af_xdp: fix Tx halt when no recv packets Ciara Loftus
2019-09-19 14:15 ` [dpdk-dev] [PATCH 2/3] net/af_xdp: support pinning of IRQs Ciara Loftus
2019-09-24 14:12 ` Ye Xiaolong
2019-09-27 13:21 ` Loftus, Ciara
2019-09-27 14:06 ` Ye Xiaolong
2019-09-24 16:42 ` Stephen Hemminger
2019-09-19 14:15 ` [dpdk-dev] [PATCH 3/3] net/af_xdp: enable support for unaligned umem chunks Ciara Loftus
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=20190919141520.4227-1-ciara.loftus@intel.com \
--to=ciara.loftus@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=kevin.laatz@intel.com \
--cc=xiaolong.ye@intel.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).