numam-dpdk/drivers
Igor Romanov 617d1ac2fd net/bonding: use evenly distributed default RSS RETA
Default Redirection Table that is set in bonding driver is distributed
evenly over all Rx queues only within every RETA group (the first RETA
entries in every group are always start with zero). But in the most
drivers, default RETA is distributed over all Rx queues without sequence
resets in the beginning of a new group, which implies more balanced
per-core load.

Change the default RETA to be evenly distributed over all Rx queues
considering the whole table.

Fixes: 734ce47f71 ("bonding: support RSS dynamic configuration")
Cc: stable@dpdk.org

Signed-off-by: Igor Romanov <igor.romanov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Chas Williams <chas3@att.com>
2018-09-14 20:08:41 +02:00
..
baseband baseband/turbo_sw: update for FlexRAN 1.6.0 2018-07-25 08:22:14 +02:00
bus bus/vmbus: add host latency tuning function 2018-08-28 15:27:39 +02:00
common common/mvep: add common code for Marvell drivers 2018-08-28 15:27:39 +02:00
compress common/qat: fix offset greater than first segment 2018-08-03 09:14:24 +02:00
crypto common/qat: fix offset greater than first segment 2018-08-03 09:14:24 +02:00
event event/octeontx: remove unnecessary port start and stop 2018-07-25 14:29:17 +02:00
mempool bus/fslmc: fix undefined reference of memsegs 2018-08-27 14:14:27 +02:00
net net/bonding: use evenly distributed default RSS RETA 2018-09-14 20:08:41 +02:00
raw raw/skeleton: implement queue count API 2018-08-01 18:25:30 +02:00
Makefile crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00
meson.build build: remove duplicate checks for cflags 2018-07-26 10:09:20 +02:00