diff options
author | Ahmed Zaki <[email protected]> | 2023-12-12 17:33:17 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-12-13 22:07:16 -0800 |
commit | 20f73b60bb5c276cee9b1a530f100c677bc74af8 (patch) | |
tree | 12842b500ed2e0a586b4cb8be6bedec4c471012c /net/ipv4/tcp_input.c | |
parent | 13e59344fb9d3c9d3acd138ae320b5b67b658694 (diff) |
ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
Fix the values of the ICE_AQ_VSI_Q_OPT_RSS_* registers. Shifting is
already done when the values are used, no need to double shift. Bug was
not discovered earlier since only ICE_AQ_VSI_Q_OPT_RSS_TPLZ (Zero) is
currently used.
Also, rename ICE_AQ_VSI_Q_OPT_RSS_XXX to ICE_AQ_VSI_Q_OPT_RSS_HASH_XXX
for consistency.
Co-developed-by: Jesse Brandeburg <[email protected]>
Signed-off-by: Jesse Brandeburg <[email protected]>
Reviewed-by: Wojciech Drewek <[email protected]>
Signed-off-by: Ahmed Zaki <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions