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

2019-08-09 Thread Shannon Nelson
On 7/25/19 4:48 PM, Saeed Mahameed wrote: On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: 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 simplifi

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

2019-07-25 Thread Saeed Mahameed
On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: > 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 t

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

2019-07-23 Thread David Miller
From: Shannon Nelson 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 ord

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

2019-07-22 Thread Shannon Nelson
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 Nels