Den mån 10 sep. 2018 kl 10:26 skrev Ilias Apalodimas <ilias.apalodi...@linaro.org>: > > 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: socionext: add AF_XDP support >
You should probably rephrase patch #2. You are adding XDP support, and AF_XDP just follows from that. Nice to see more XDP support! Björn > drivers/net/ethernet/socionext/netsec.c | 444 > +++++++++++++++++++++++--------- > 1 file changed, 329 insertions(+), 115 deletions(-) > > -- > 2.7.4 >