DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] net/cxgbe: rework queue allocation and add RSS reta update
@ 2020-09-11 23:52 Rahul Lakkireddy
  2020-09-11 23:52 ` [dpdk-dev] [PATCH 1/3] net/cxgbe: rework queue allocation between ports Rahul Lakkireddy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rahul Lakkireddy @ 2020-09-11 23:52 UTC (permalink / raw)
  To: dev; +Cc: kaara.satwik

Patch 1 removes the equal distribution queue allocation across all
ports under the same PF. Instead, the queues are allocated based
on whichever port requests for the queues first. This will allow
unused queue resources on other ports to be redistributed to ports
that need more queues.

Patch 2 increases the Rx congestion channels from 4 to 8 on T6 to
improve Rx congestion control.

Patch 3 adds support to manipulate RSS redirection table.

This series depends on [1] titled:
"net/cxgbe: release port resources during port close"

[1] https://mails.dpdk.org/archives/dev/2020-September/179131.html

Thanks,
Rahul

Rahul Lakkireddy (3):
  net/cxgbe: rework queue allocation between ports
  net/cxgbe: improve Rx congestion control
  net/cxgbe: add support to update RSS redirection table

 doc/guides/nics/features/cxgbe.ini |   1 +
 drivers/net/cxgbe/base/adapter.h   |  23 +++--
 drivers/net/cxgbe/base/common.h    |   2 +
 drivers/net/cxgbe/base/t4_hw.c     |  12 +++
 drivers/net/cxgbe/cxgbe.h          |   3 +-
 drivers/net/cxgbe/cxgbe_ethdev.c   | 117 +++++++++++++++++-----
 drivers/net/cxgbe/cxgbe_filter.c   |   2 +-
 drivers/net/cxgbe/cxgbe_main.c     | 156 ++++++++++++++---------------
 drivers/net/cxgbe/cxgbevf_ethdev.c |   4 +-
 drivers/net/cxgbe/cxgbevf_main.c   |   7 +-
 drivers/net/cxgbe/sge.c            |  41 +++++---
 11 files changed, 233 insertions(+), 135 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2020-09-18 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 23:52 [dpdk-dev] [PATCH 0/3] net/cxgbe: rework queue allocation and add RSS reta update Rahul Lakkireddy
2020-09-11 23:52 ` [dpdk-dev] [PATCH 1/3] net/cxgbe: rework queue allocation between ports Rahul Lakkireddy
2020-09-11 23:52 ` [dpdk-dev] [PATCH 2/3] net/cxgbe: improve Rx congestion control Rahul Lakkireddy
2020-09-11 23:52 ` [dpdk-dev] [PATCH 3/3] net/cxgbe: add support to update RSS redirection table Rahul Lakkireddy
2020-09-18 15:13 ` [dpdk-dev] [PATCH 0/3] net/cxgbe: rework queue allocation and add RSS reta update Ferruh Yigit

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