Re: [PATCH net-next 1/3] net: systemport: Remove adaptive TX coalescing

2018-03-28 Thread Tal Gilboa
On 3/27/2018 10:47 PM, Florian Fainelli wrote: 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.

[PATCH net-next 1/3] net: systemport: Remove adaptive TX coalescing

2018-03-27 Thread Florian Fainelli
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. Signed-off-by: Florian Fainelli --- drivers/net