diff options
author | Heiner Kallweit <[email protected]> | 2018-09-28 23:51:54 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-10-01 23:28:21 -0700 |
commit | ad5f97faff4231e72b96bd96adbe1b6e977a9b86 (patch) | |
tree | 9916943fd27d657b80ad6d21f13987f293ceb8db /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 2547496eb18c60f2be9663f71913dfbf703dcbe1 (diff) |
r8169: fix network stalls due to missing bit TXCFG_AUTO_FIFO
Some of the chip-specific hw_start functions set bit TXCFG_AUTO_FIFO
in register TxConfig. The original patch changed the order of some
calls resulting in these changes being overwritten by
rtl_set_tx_config_registers() in rtl_hw_start(). This eventually
resulted in network stalls especially under high load.
Analyzing the chip-specific hw_start functions all chip version from
34, with the exception of version 39, need this bit set.
This patch moves setting this bit to rtl_set_tx_config_registers().
Fixes: 4fd48c4ac0a0 ("r8169: move common initializations to tp->hw_start")
Reported-by: Ortwin Glück <[email protected]>
Reported-by: David Arendt <[email protected]>
Root-caused-by: Maciej S. Szmigiero <[email protected]>
Tested-by: Tony Atkinson <[email protected]>
Tested-by: David Arendt <[email protected]>
Tested-by: Ortwin Glück <[email protected]>
Signed-off-by: Heiner Kallweit <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions