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

2019-08-27 Thread Shannon Nelson
On 8/26/19 7:32 PM, Yunsheng Lin wrote: On 2019/8/27 5:33, 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

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

2019-08-26 Thread Yunsheng Lin
On 2019/8/27 5:33, 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 to get better > c

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

2019-08-26 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