Re: [PATCH 0/3, net-next, v2] net: netsec: Add XDP Support

2019-07-01 Thread Ilias Apalodimas
Hi David [...] > > Series applied, thanks. > > I realize from the discussion on patch #3 there will be follow-ups to this. Yea, small cosmetic changes. I'll send them shortly Thanks /Ilias

Re: [PATCH 0/3, net-next, v2] net: netsec: Add XDP Support

2019-07-01 Thread David Miller
From: Ilias Apalodimas Date: Sat, 29 Jun 2019 08:23:22 +0300 > This is a respin of https://www.spinics.net/lists/netdev/msg526066.html > Since page_pool API fixes are merged into net-next we can now safely use > it's DMA mapping capabilities. > > First patch changes the buffer allocation from

[PATCH 0/3, net-next, v2] net: netsec: Add XDP Support

2019-06-28 Thread Ilias Apalodimas
This is a respin of https://www.spinics.net/lists/netdev/msg526066.html Since page_pool API fixes are merged into net-next we can now safely use it's DMA mapping capabilities. First patch changes the buffer allocation from napi/netdev_alloc_frag() to page_pool API. Although this will lead to sli