numam-dpdk/drivers
Ivan Malov efbd16eade net/sfc: specify correct scale table size on Rx start
efx_rx_scale_tbl_set() takes the number of entries in the scale table
to be set, not the size of the table in bytes; currently this bug does
not make any damage since the size argument is used to wrap the loop
on the input table when filling in an MCDI request in case if the table
size in the MCDI request is larger then one provided by the user,
and MCDI scale table size is the same as the size of the table provided
by the driver; this patch brings a fix for the bug

Fixes: 4ec1fc3ba8 ("net/sfc: add basic stubs for RSS support on driver attach")
Cc: stable@dpdk.org

Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
2017-10-06 02:49:47 +02:00
..
bus bus/fslmc: update MC to 10.3.x 2017-10-06 01:26:00 +02:00
crypto bus/fslmc: update MC to 10.3.x 2017-10-06 01:26:00 +02:00
event drivers: refactor DPAA2 object definition 2017-10-06 01:08:46 +02:00
mempool mempool/dpaa2: fix freeing bp list 2017-07-21 09:28:22 +03:00
net net/sfc: specify correct scale table size on Rx start 2017-10-06 02:49:47 +02:00
Makefile drivers: add bus dependency for eventdev 2017-07-07 09:24:29 +02:00