Re: [PATCH RFC net-next 0/2] XDP multi buffer helpers

2020-07-28 Thread Jakub Kicinski
On Tue, 28 Jul 2020 14:33:27 +0200 Maciej Fijalkowski wrote: > On Mon, Jul 27, 2020 at 12:56:51PM +, same...@amazon.com wrote: > > From: Sameeh Jubran > > > > This series is based on the series that Lorenzo sent [0]. > > What is your final design for multi buffer support in XDP? > Why don'

Re: [PATCH RFC net-next 0/2] XDP multi buffer helpers

2020-07-28 Thread Lorenzo Bianconi
> On Mon, Jul 27, 2020 at 12:56:51PM +, same...@amazon.com wrote: > > From: Sameeh Jubran > > > > This series is based on the series that Lorenzo sent [0]. > > What is your final design for multi buffer support in XDP? > Why don't you provide a single RFC that is fully functional but instead

Re: [PATCH RFC net-next 0/2] XDP multi buffer helpers

2020-07-28 Thread Maciej Fijalkowski
On Mon, Jul 27, 2020 at 12:56:51PM +, same...@amazon.com wrote: > From: Sameeh Jubran > > This series is based on the series that Lorenzo sent [0]. What is your final design for multi buffer support in XDP? Why don't you provide a single RFC that is fully functional but instead you're sendin

[PATCH RFC net-next 0/2] XDP multi buffer helpers

2020-07-27 Thread sameehj
From: Sameeh Jubran This series is based on the series that Lorenzo sent [0]. This series simply adds new bpf helpers for xdp mb support as well as introduces a sample program that uses them. [0] - [RFC net-next 00/22] Introduce mb bit in xdp_buff/xdp_frame Sameeh Jubran (2): xdp: helpers: a