diff options
author | 2020-07-29 17:19:11 -0700 | |
---|---|---|
committer | 2020-08-01 08:20:10 -0700 | |
commit | f07d134d3772d8b9546e3eb3cf4d13848d3af6e1 (patch) | |
tree | 769de4bac63bc40e62d89ab29b1351c79d2029b6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ice: rename misleading grst_delay variable (diff) | |
download | linux-dev-f07d134d3772d8b9546e3eb3cf4d13848d3af6e1.tar.xz linux-dev-f07d134d3772d8b9546e3eb3cf4d13848d3af6e1.zip |
ice: fix the vsi_id mask to be 10 bit for set_rss_lut
set_rss_lut can fail due to incorrect vsi_id mask. vsi_id is 10 bit
but mask was 0x1FF whereas it should be 0x3FF.
For vsi_num >= 512, FW set_rss_lut can fail with return code
EACCESS (VSI ownership issue) because software was providing
incorrect vsi_num (dropping 10th bit due to incorrect mask) for
set_rss_lut admin command
Signed-off-by: Kiran Patil <kiran.patil@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions