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

2017-02-01 Thread Andy Gospodarek
On Tue, Jan 31, 2017 at 10:22:12PM -0800, Alexei Starovoitov wrote: > On Tue, Jan 31, 2017 at 9:33 PM, Andy Gospodarek wrote: > > On Tue, Jan 31, 2017 at 10:36 AM, Andy Gospodarek > > wrote: > >> On Mon, Jan 30, 2017 at 08:47:47PM -0800, Alexei

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

2017-01-31 Thread Alexei Starovoitov
On Tue, Jan 31, 2017 at 9:33 PM, Andy Gospodarek wrote: > On Tue, Jan 31, 2017 at 10:36 AM, Andy Gospodarek wrote: >> On Mon, Jan 30, 2017 at 08:47:47PM -0800, Alexei Starovoitov wrote: >>> On Mon, Jan 30, 2017 at 08:49:25PM -0500, Michael Chan wrote: >>>

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

2017-01-31 Thread Andy Gospodarek
On Tue, Jan 31, 2017 at 10:36 AM, Andy Gospodarek wrote: > On Mon, Jan 30, 2017 at 08:47:47PM -0800, Alexei Starovoitov wrote: >> On Mon, Jan 30, 2017 at 08:49:25PM -0500, Michael Chan wrote: >> > The first 8 patches refactor the code (rx/tx code paths and ring logic) >> > and

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

2017-01-31 Thread Alexei Starovoitov
On Mon, Jan 30, 2017 at 11:38 PM, Michael Chan wrote: > > I need to first figure out what xdp_adjust_head means. If it is ok, > I'd like to defer it. I'd prefer if it's done asap. mlx4 support added in commit ea3349a03519 ("mlx4: xdp: Reserve headroom for receiving

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

2017-01-31 Thread Andy Gospodarek
On Mon, Jan 30, 2017 at 08:47:47PM -0800, Alexei Starovoitov wrote: > On Mon, Jan 30, 2017 at 08:49:25PM -0500, Michael Chan wrote: > > The first 8 patches refactor the code (rx/tx code paths and ring logic) > > and add the basic infrastructure to support XDP. The 9th patch adds > > basic ndo_xdp

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

2017-01-30 Thread Michael Chan
On Mon, Jan 30, 2017 at 9:13 PM, Jakub Kicinski wrote: > On Mon, 30 Jan 2017 20:47:47 -0800, Alexei Starovoitov wrote: >> On Mon, Jan 30, 2017 at 08:49:25PM -0500, Michael Chan wrote: >> > The first 8 patches refactor the code (rx/tx code paths and ring logic) >> > and add the

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

2017-01-30 Thread Jakub Kicinski
On Mon, 30 Jan 2017 20:47:47 -0800, Alexei Starovoitov wrote: > On Mon, Jan 30, 2017 at 08:49:25PM -0500, Michael Chan wrote: > > The first 8 patches refactor the code (rx/tx code paths and ring logic) > > and add the basic infrastructure to support XDP. The 9th patch adds > > basic ndo_xdp to

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

2017-01-30 Thread Alexei Starovoitov
On Mon, Jan 30, 2017 at 08:49:25PM -0500, Michael Chan wrote: > The first 8 patches refactor the code (rx/tx code paths and ring logic) > and add the basic infrastructure to support XDP. The 9th patch adds > basic ndo_xdp to support XDP_DROP and XDP_PASS only. The 10th patch > completes the

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

2017-01-30 Thread Michael Chan
The first 8 patches refactor the code (rx/tx code paths and ring logic) and add the basic infrastructure to support XDP. The 9th patch adds basic ndo_xdp to support XDP_DROP and XDP_PASS only. The 10th patch completes the series with XDP_TX. Michael Chan (10): bnxt_en: Refactor rx SKB