DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] Enic PMD Rx performance improvements
@ 2016-02-16  5:36 johndale
  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)
  0 siblings, 2 replies; 3+ messages in thread
From: johndale @ 2016-02-16  5:36 UTC (permalink / raw)
  To: dev; +Cc: johndale

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

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

end of thread, other threads:[~2016-02-18  1:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16  5:36 [dpdk-dev] [PATCH] Enic PMD Rx performance improvements johndale
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)

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