Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/amd
Lendacky, Thomas 244d62be91 amd-xgbe: Prevent Tx cleanup stall
When performing Tx cleanup, the dirty index counter is compared to the
current index counter as one of the tests used to determine when to stop
cleanup. The "less than" test will fail when the current index counter
rolls over to zero causing cleanup to never occur again. Update the test
to a "not equal" to avoid this situation.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-12-09 14:47:46 -05:00
..
2014-12-09 14:47:46 -05:00
2013-12-29 00:46:38 -05:00
2014-07-14 19:14:15 -07:00
2014-09-12 18:02:41 -04:00
2014-06-05 15:14:21 -07:00
2014-07-30 18:46:53 -07:00
2014-06-05 15:14:21 -07:00