On 9/12/2020 12:52 AM, Rahul Lakkireddy wrote:
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
Series applied to dpdk-next-net/main, thanks.