diff options
author | Kiran Patil <kiran.patil@intel.com> | 2020-07-29 17:19:11 -0700 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2020-08-01 08:20:10 -0700 |
commit | f07d134d3772d8b9546e3eb3cf4d13848d3af6e1 (patch) | |
tree | 769de4bac63bc40e62d89ab29b1351c79d2029b6 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 585cdabdfdb73b4434fcb100f5adf588dd777f2e (diff) |
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/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions