linux_dsm_epyc7002/drivers/net/ethernet/amd/xgbe
Lendacky, Thomas 4a57ebcc2c amd-xgbe: Fix Rx coalescing reporting
The Rx coalescing value is internally converted from usecs to a value
that the hardware can use. When reporting the Rx coalescing value, this
internal value is converted back to usecs. During the conversion from
and back to usecs some rounding occurs. So, for example, when setting an
Rx usec of 30, it will be reported as 29. Fix this reporting issue by
keeping the original usec value and using that during reporting.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-20 16:33:57 -04:00
..
Makefile amd-xgbe: Add traffic class support 2014-07-30 18:46:53 -07:00
xgbe-common.h amd-xgbe: Set DMA mask based on hardware register value 2015-03-20 16:33:57 -04:00
xgbe-dcb.c amd-xgbe: Checkpatch driver fixes 2014-09-05 15:11:20 -07:00
xgbe-debugfs.c amd-xgbe: Checkpatch fixes 2015-01-16 22:24:19 -05:00
xgbe-desc.c amd-xgbe: Simplify the Rx desciptor ring tracking 2015-01-16 22:24:20 -05:00
xgbe-dev.c amd-xgbe: Remove Tx coalescing 2015-03-20 16:33:57 -04:00
xgbe-drv.c amd-xgbe: Fix Rx coalescing reporting 2015-03-20 16:33:57 -04:00
xgbe-ethtool.c amd-xgbe: Fix Rx coalescing reporting 2015-03-20 16:33:57 -04:00
xgbe-main.c amd-xgbe: Set DMA mask based on hardware register value 2015-03-20 16:33:57 -04:00
xgbe-mdio.c amd-xgbe: Add ACPI support 2015-01-16 22:24:20 -05:00
xgbe-ptp.c amd-xgbe: Add ACPI support 2015-01-16 22:24:20 -05:00
xgbe.h amd-xgbe: Fix Rx coalescing reporting 2015-03-20 16:33:57 -04:00