commit | fd41f2bfb71ba161309797de1ae1966810c19703 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Mar 28 15:15:36 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 30 10:03:35 2018 -0400 |
tree | 749801cd321c7800e96ffd88f9f92eb10fac3402 | |
parent | 9daae9bd47cff82a2a06aca23c458d6c79d09d52 [diff] |
net: systemport: Remove adaptive TX coalescing Adaptive TX coalescing is not currently giving us any advantages and ends up making the CPU spin more frequently until TX completion. Deny and disable adaptive TX coalescing for now and rely on static configuration, we can always add it back later. Reviewed-by: Tal Gilboa <talgi@mellanox.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>