Tom Lendacky
2014-10-22 16:26:05 UTC
The following series of patches includes fixes to the driver.
- Properly handle feature changes via ethtool by using correctly sized
variables
- Perform proper napi packet counting and budget checking
This patch series is based on net.
---
Tom Lendacky (2):
amd-xgbe: Properly handle feature changes via ethtool
amd-xgbe: Fix napi Rx budget accounting
drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
- Properly handle feature changes via ethtool by using correctly sized
variables
- Perform proper napi packet counting and budget checking
This patch series is based on net.
---
Tom Lendacky (2):
amd-xgbe: Properly handle feature changes via ethtool
amd-xgbe: Fix napi Rx budget accounting
drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
--
Tom Lendacky
Tom Lendacky