Re: [net-next, PATCH 0/2, v3] net: socionext: XDP support

2018-10-01 Thread Ilias Apalodimas
On Mon, Oct 01, 2018 at 02:48:54PM +0200, Björn Töpel wrote: > On 2018-09-29 13:28, Ilias Apalodimas wrote: > >This patch series adds AF_XDP support socionext netsec driver > > This series adds *XDP* support and as a result, the AF_XDP batteries > are included. ;-) > Noted, thanks for cathcing th

Re: [net-next, PATCH 0/2, v3] net: socionext: XDP support

2018-10-01 Thread Björn Töpel
On 2018-09-29 13:28, Ilias Apalodimas wrote: This patch series adds AF_XDP support socionext netsec driver This series adds *XDP* support and as a result, the AF_XDP batteries are included. ;-) Björn In addition the new dma allocation scheme offers a 10% boost on Rx pps rate using 64b packe

[net-next, PATCH 0/2, v3] net: socionext: XDP support

2018-09-29 Thread Ilias Apalodimas
This patch series adds AF_XDP support socionext netsec driver In addition the new dma allocation scheme offers a 10% boost on Rx pps rate using 64b packets - patch [1/2]: Use a different allocation scheme for Rx DMA buffers to prepare the driver for AF_XDP support - patch [2/2]: Add XDP support