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

2017-03-21 Thread Ferruh Yigit
On 3/21/2017 3:12 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

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

2017-03-21 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