69f9d8aa35
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 RX burst repeatedly returned single
packet, round-robin scheme would not work because all packets
were assigned to the first client only.
The patch does not restart packets distribution from
the first client.
Packets distribution always continues to the next client.
Fixes:
|
||
---|---|---|
.. | ||
client_server_mp | ||
hotplug_mp | ||
simple_mp | ||
symmetric_mp | ||
Makefile |