Re: [PATCH net-next 14/18] ionic: Add Tx and Rx handling

2019-06-26 Thread Shannon Nelson
On 6/25/19 5:08 PM, Jakub Kicinski wrote: On Thu, 20 Jun 2019 13:24:20 -0700, Shannon Nelson wrote: Add both the Tx and Rx queue setup and handling. The related stats display come later. Instead of using the generic napi routines used by the slow-path command, the Tx and Rx paths are simplifie

Re: [PATCH net-next 14/18] ionic: Add Tx and Rx handling

2019-06-25 Thread Jakub Kicinski
On Thu, 20 Jun 2019 13:24:20 -0700, Shannon Nelson wrote: > Add both the Tx and Rx queue setup and handling. The related > stats display come later. Instead of using the generic napi > routines used by the slow-path command, the Tx and Rx paths > are simplified and inlined in one file in order to

[PATCH net-next 14/18] ionic: Add Tx and Rx handling

2019-06-20 Thread Shannon Nelson
Add both the Tx and Rx queue setup and handling. The related stats display come later. Instead of using the generic napi routines used by the slow-path command, the Tx and Rx paths are simplified and inlined in one file in order to get better compiler optimizations. Signed-off-by: Shannon Nelson