diff options
author | 2017-12-29 08:50:44 -0500 | |
---|---|---|
committer | 2018-02-12 10:54:25 -0800 | |
commit | 8b99b1179c27958f51ecfc489af5f459f9408d96 (patch) | |
tree | 59b2e84afbe799b20ded2085a5e889eb8f8d7d19 /tools/perf/scripts/python/stackcollapse.py | |
parent | i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDP (diff) | |
download | linux-dev-8b99b1179c27958f51ecfc489af5f459f9408d96.tar.xz linux-dev-8b99b1179c27958f51ecfc489af5f459f9408d96.zip |
i40e/i40evf: Clean-up of bits related to using q_vector->reg_idx
This patch is a further clean-up related to the change over to using
q_vector->reg_idx when accessing the ITR registers. Specifically the code
appears to have several other spots where we were computing the register
offset manually and this resulted in errors in a few spots.
Specifically in the i40evf functions for mapping queues to vectors it
appears we may have had an off by 1 error since (v_idx - 1) for the first
q_vector with an index of 0 would result in us returning -1 if I am not
mistaken.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions