diff options
author | Dave Ertman <david.m.ertman@intel.com> | 2021-10-12 22:31:21 +0200 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-12-07 22:21:01 +0100 |
commit | 6d39ea19b0fb6cc72427c862b32d39f5af468be3 (patch) | |
tree | 4303f8e4cfd5e43839b3a5e4c8763d8c0a50ef6a /tools/objtool/elf.c | |
parent | ice: rearm other interrupt cause register after enabling VFs (diff) | |
download | linux-6d39ea19b0fb6cc72427c862b32d39f5af468be3.tar.xz linux-6d39ea19b0fb6cc72427c862b32d39f5af468be3.zip |
ice: Fix problems with DSCP QoS implementation
The patch that implemented DSCP QoS implementation removed a
bandwidth check that was used to check for a specific condition
caused by some corner cases. This check should not of been
removed.
The same patch also added a check for when the DCBx state could
be changed in relation to DSCP, but the check was erroneously
added nested in a check for CEE mode, which made the check useless.
Fix these problems by re-adding the bandwidth check and relocating
the DSCP mode check earlier in the function that changes DCBx state
in the driver.
Fixes: 2a87bd73e50d ("ice: Add DSCP support")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Tested-by: Gurucharan G <gurucharanx.g@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/objtool/elf.c')
0 files changed, 0 insertions, 0 deletions