Re: [PATCH v4] examples/multi_process: fix Rx packets distribution

2021-11-16 Thread David Marchand
On Wed, Nov 10, 2021 at 5:58 PM Gregory Etelson wrote: > > MP servers distributes Rx packets between clients according to > round-robin scheme. > > Current implementation always started packets distribution from > the first client. That procedure resulted in uniform distribution > in cases when Rx

[PATCH v4] examples/multi_process: fix Rx packets distribution

2021-11-10 Thread Gregory Etelson
MP servers distributes Rx packets between clients according to round-robin scheme. Current implementation always started packets distribution from the first client. That procedure resulted in uniform distribution in cases when Rx packets number was around clients number multiplication. However, if