DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
To: dev@dpdk.org
Cc: Nirranjan Kirubaharan <nirranjan@chelsio.com>,
	Indranil Choudhury <indranil@chelsio.com>,
	Kumar Sanghvi <kumaras@chelsio.com>
Subject: [dpdk-dev] [PATCH 0/4] cxgbe: latency and performance fixes
Date: Sat, 27 May 2017 09:17:56 +0530	[thread overview]
Message-ID: <cover.1495856647.git.rahul.lakkireddy@chelsio.com> (raw)

This series of patches rework TX and RX path to reduce latency
and improve performance.

Patch 1 reduces latency for slow traffic by using status page update
on RX path to process batch of packets and improves coalesce TX path
to handle slow moving traffic.

Patch 2 fixes an issue with RXQ default parameters not being applied
to all ports under same PF.

Patch 3 fixes rmb bottleneck in RX path.

Patch 4 adds ability to configure PCIe extended tags.

This series depend on following series:

"cxgbe: add support for Chelsio T6 family of adapters"

Thanks,
Rahul

Rahul Lakkireddy (4):
  cxgbe: improve latency for slow traffic
  cxgbe: fix rxq default params for ports under same PF
  cxgbe: remove rmb bottleneck in RX path
  cxgbe: configure PCIe extended tags

 config/common_base                      |   3 +-
 doc/guides/nics/cxgbe.rst               |   4 +
 doc/guides/rel_notes/release_17_08.rst  |   5 +
 drivers/net/cxgbe/base/adapter.h        |   5 +-
 drivers/net/cxgbe/base/t4_regs.h        |  20 +++
 drivers/net/cxgbe/base/t4_regs_values.h |   2 +-
 drivers/net/cxgbe/base/t4fw_interface.h |   8 +
 drivers/net/cxgbe/cxgbe.h               |   3 +-
 drivers/net/cxgbe/cxgbe_compat.h        |  11 +-
 drivers/net/cxgbe/cxgbe_ethdev.c        |   5 +-
 drivers/net/cxgbe/cxgbe_main.c          |  69 +++++---
 drivers/net/cxgbe/sge.c                 | 270 ++++++++++++++++++--------------
 12 files changed, 255 insertions(+), 150 deletions(-)

-- 
2.5.3

             reply	other threads:[~2017-05-27  5:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-27  3:47 Rahul Lakkireddy [this message]
2017-05-27  3:47 ` [dpdk-dev] [PATCH 1/4] cxgbe: improve latency for slow traffic Rahul Lakkireddy
2017-05-27  3:47 ` [dpdk-dev] [PATCH 2/4] cxgbe: fix rxq default params for ports under same PF Rahul Lakkireddy
2017-05-27  3:47 ` [dpdk-dev] [PATCH 3/4] cxgbe: remove rmb bottleneck in RX path Rahul Lakkireddy
2017-05-27  3:48 ` [dpdk-dev] [PATCH 4/4] cxgbe: configure PCIe extended tags Rahul Lakkireddy
2017-05-30 11:25 ` [dpdk-dev] [PATCH 0/4] cxgbe: latency and performance fixes Ferruh Yigit

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.1495856647.git.rahul.lakkireddy@chelsio.com \
    --to=rahul.lakkireddy@chelsio.com \
    --cc=dev@dpdk.org \
    --cc=indranil@chelsio.com \
    --cc=kumaras@chelsio.com \
    --cc=nirranjan@chelsio.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).