Re: [dpdk-dev] [PATCH 0/3] net/cxgbe: rework queue allocation and add RSS reta update

2020-09-18 Thread Ferruh Yigit
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 redistrib

[dpdk-dev] [PATCH 0/3] net/cxgbe: rework queue allocation and add RSS reta update

2020-09-11 Thread Rahul Lakkireddy
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 inc