Re: [Intel-wired-lan] [PATCH v2 00/10] XDP unaligned chunk placement support

2019-07-25 Thread Jonathan Lemon
On 24 Jul 2019, at 6:25, Magnus Karlsson wrote: On Tue, Jul 23, 2019 at 11:08 PM Alexei Starovoitov wrote: Johnathan, Bjorn, Jakub, Please review! The patch set has been pending for a week. There is a v3 coming out shortly so I suggest we wait for that. It will have Mellanox support for

Re: [Intel-wired-lan] [PATCH v2 00/10] XDP unaligned chunk placement support

2019-07-24 Thread Magnus Karlsson
On Tue, Jul 23, 2019 at 11:08 PM Alexei Starovoitov wrote: > > Johnathan, Bjorn, Jakub, > Please review! > The patch set has been pending for a week. There is a v3 coming out shortly so I suggest we wait for that. It will have Mellanox support for this feature too and some clean ups. I refrained

Re: [PATCH v2 00/10] XDP unaligned chunk placement support

2019-07-23 Thread Alexei Starovoitov
Johnathan, Bjorn, Jakub, Please review! The patch set has been pending for a week. On Tue, Jul 16, 2019 at 4:21 AM Kevin Laatz wrote: > > This patch set adds the ability to use unaligned chunks in the XDP umem. > > Currently, all chunk addresses passed to the umem are masked to be chunk > size al

[PATCH v2 00/10] XDP unaligned chunk placement support

2019-07-16 Thread Kevin Laatz
This patch set adds the ability to use unaligned chunks in the XDP umem. Currently, all chunk addresses passed to the umem are masked to be chunk size aligned (default is 2k, max is PAGE_SIZE). This limits where we can place chunks within the umem as well as limiting the packet sizes that are supp