Message ID | 1536567880-15097-1-git-send-email-ilias.apalodimas@linaro.org |
---|---|
Headers | show |
Series | net: socionext: add AF_XDP support | expand |
Den mån 10 sep. 2018 kl 10:26 skrev Ilias Apalodimas <ilias.apalodimas@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 >