Re: [dpdk-dev] [PATCH v3] net/bonding: reduce slave starvation on rx poll

2017-03-21 Thread Ferruh Yigit
On 3/7/2017 10:39 PM, Keith Wiles wrote: > When polling the bonded ports for RX packets the old driver would > always start with the first slave in the list. If the requested > number of packets is filled on the first port in a two port config > then the second port could be starved or have larger

Re: [dpdk-dev] [PATCH v3] net/bonding: reduce slave starvation on rx poll

2017-03-21 Thread Declan Doherty
Acking the correct version of the patch this time. On 07/03/2017 10:39 PM, Keith Wiles wrote: When polling the bonded ports for RX packets the old driver would always start with the first slave in the list. If the requested number of packets is filled on the first port in a two port config then

[dpdk-dev] [PATCH v3] net/bonding: reduce slave starvation on rx poll

2017-03-07 Thread Keith Wiles
When polling the bonded ports for RX packets the old driver would always start with the first slave in the list. If the requested number of packets is filled on the first port in a two port config then the second port could be starved or have larger number of missed packet errors. The code attempt