Re: [PATCH net-next 0/7] bnxt_en: Support combined and rx/tx channels.

2016-01-04 Thread David Miller
From: Michael Chan Date: Sat, 2 Jan 2016 23:44:57 -0500 > The bnxt hardware uses a completion ring for rx and tx events. The driver > has to process the completion ring entries sequentially for the events. > The current code only supports an rx/tx ring pair for each completion ring. > This patch

[PATCH net-next 0/7] bnxt_en: Support combined and rx/tx channels.

2016-01-02 Thread Michael Chan
The bnxt hardware uses a completion ring for rx and tx events. The driver has to process the completion ring entries sequentially for the events. The current code only supports an rx/tx ring pair for each completion ring. This patch series add support for using a dedicated completion ring for rx o