Re: [PATCH net-next v3 00/12] bnxt_en: Add XDP support.

2017-02-07 Thread David Miller
From: Michael Chan Date: Mon, 6 Feb 2017 16:55:31 -0500 > The first 10 patches refactor the code (rx/tx code paths and ring logic) > and add the basic infrastructure to support XDP. The 11th patch adds > basic ndo_xdp to support XDP_DROP and XDP_PASS only. The 12th

Re: [PATCH net-next v3 00/12] bnxt_en: Add XDP support.

2017-02-06 Thread Jakub Kicinski
On Mon, 6 Feb 2017 16:55:31 -0500, Michael Chan wrote: > The first 10 patches refactor the code (rx/tx code paths and ring logic) > and add the basic infrastructure to support XDP. The 11th patch adds > basic ndo_xdp to support XDP_DROP and XDP_PASS only. The 12th patch > completes the series

[PATCH net-next v3 00/12] bnxt_en: Add XDP support.

2017-02-06 Thread Michael Chan
The first 10 patches refactor the code (rx/tx code paths and ring logic) and add the basic infrastructure to support XDP. The 11th patch adds basic ndo_xdp to support XDP_DROP and XDP_PASS only. The 12th patch completes the series with XDP_TX. Thanks to Andy Gospodarek for testing and