Re: [net-next, PATCH 0/2, v1] net: socionext: add AF_XDP support

2018-09-10 Thread Björn Töpel
Den mån 10 sep. 2018 kl 10:26 skrev Ilias Apalodimas : > > This patch series adds AF_XDP support socionext netsec driver > > - patch [1/2]: Use a different allocation scheme for Rx DMA buffers to prepare > the driver for AF_XDP support > - patch [2/2]: Add AF_XDP support without zero-copy > > Ilias

[net-next, PATCH 0/2, v1] net: socionext: add AF_XDP support

2018-09-10 Thread Ilias Apalodimas
This patch series adds AF_XDP support socionext netsec driver - patch [1/2]: Use a different allocation scheme for Rx DMA buffers to prepare the driver for AF_XDP support - patch [2/2]: Add AF_XDP support without zero-copy Ilias Apalodimas (2): net: socionext: different approach on DMA net: s