Re: [PATCH net] ionic: fix txrx work accounting

2020-08-31 Thread David Miller
From: Shannon Nelson 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: Shan

[PATCH net] ionic: fix txrx work accounting

2020-08-27 Thread Shannon Nelson
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 --- drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 13 ++