Re: [PATCH net] ionic: fix txrx work accounting
From: David Miller <davem@davemloft.net>
Date: 2020-08-31 19:20:35
From: David Miller <davem@davemloft.net>
Date: 2020-08-31 19:20:35
From: Shannon Nelson <redacted> Date: Thu, 27 Aug 2020 16:44:22 -0700
Take the tx accounting out of the work_done calculation to
prevent a possible duplicate napi_schedule call when under
high Tx stress but low Rx traffic.
Fixes: b14e4e95f9ec ("ionic: tx separate servicing")
Signed-off-by: Shannon Nelson <redacted>Applied, thank you.