From: johndale <johndale@cisco.com>
To: dev@dpdk.org
Cc: johndale <johndale@cisco.com>
Subject: [dpdk-dev] [PATCH] Enic PMD Rx performance improvements
Date: Mon, 15 Feb 2016 21:36:48 -0800 [thread overview]
Message-ID: <1455601009-21573-1-git-send-email-johndale@cisco.com> (raw)
This is a rewrite of the receive path of the Enic PMD to simplify the
code and improve packet rate. Sorry I couldn't figure a way to organize
it as a series of patches, so I'm submitting it as a single patch.
thanks,
john
johndale (1):
ENIC PMD receive path performance improvements.
drivers/net/enic/Makefile | 1 +
drivers/net/enic/base/vnic_rq.c | 99 ++--------
drivers/net/enic/base/vnic_rq.h | 147 +-------------
drivers/net/enic/enic.h | 16 +-
drivers/net/enic/enic_ethdev.c | 21 +-
drivers/net/enic/enic_main.c | 319 +++++++++----------------------
drivers/net/enic/enic_res.h | 16 +-
drivers/net/enic/enic_rx.c | 413 ++++++++++++++++++++++++++++++++++++++++
8 files changed, 555 insertions(+), 477 deletions(-)
create mode 100644 drivers/net/enic/enic_rx.c
--
2.7.0
next reply other threads:[~2016-02-16 5:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-16 5:36 johndale [this message]
2016-02-16 5:36 ` [dpdk-dev] [PATCH] ENIC PMD receive path " johndale
2016-02-18 1:31 ` [dpdk-dev] [PATCH] Enic PMD Rx " John Daley (johndale)
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=1455601009-21573-1-git-send-email-johndale@cisco.com \
--to=johndale@cisco.com \
--cc=dev@dpdk.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).