Re: [PATCH v4 net-next 14/19] ionic: Add Tx and Rx handling
From: David Miller <davem@davemloft.net>
Date: 2019-07-23 21:36:07
From: David Miller <davem@davemloft.net>
Date: 2019-07-23 21:36:07
From: Shannon Nelson <redacted> Date: Mon, 22 Jul 2019 14:40:18 -0700
Add both the Tx and Rx queue setup and handling. The related stats display comes later. Instead of using the generic napi routines used by the slow-path commands, the Tx and Rx paths are simplified and inlined in one file in order to get better compiler optimizations. Signed-off-by: Shannon Nelson <redacted>
A lot of reverse christmas tree ordering violations here, please fix all of them.