summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
diff options
context:
space:
mode:
authorRodrigo Cataldo <rodrigo.cadore@l-acoustics.com>2023-12-08 17:58:16 +0300
committerTony Nguyen <anthony.l.nguyen@intel.com>2024-01-03 22:19:47 +0300
commit947dfc8138dfaeb6e966e2d661de89eb203e3064 (patch)
treec946aedc9cd4e9a22e2b2531174a39c94786a64e /drivers/net/ethernet/intel/i40e
parent9fb266dcb6aab27867b22f7bc9e4ad6bd14b2ddc (diff)
downloadlinux-947dfc8138dfaeb6e966e2d661de89eb203e3064.tar.xz
igc: Fix hicredit calculation
According to the Intel Software Manual for I225, Section 7.5.2.7, hicredit should be multiplied by the constant link-rate value, 0x7736. Currently, the old constant link-rate value, 0x7735, from the boards supported on igb are being used, most likely due to a copy'n'paste, as the rest of the logic is the same for both drivers. Update hicredit accordingly. Fixes: 1ab011b0bf07 ("igc: Add support for CBS offloading") Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de> Signed-off-by: Rodrigo Cataldo <rodrigo.cadore@l-acoustics.com> Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> Tested-by: Naama Meir <naamax.meir@linux.intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e')
0 files changed, 0 insertions, 0 deletions