Re: [PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support

2020-10-01 Thread Lorenzo Bianconi
> Lorenzo Bianconi wrote: > > This series introduce XDP multi-buffer support. The mvneta driver is > > the first to support these new "non-linear" xdp_{buff,frame}. Reviewers > > please focus on how these new types of xdp_{buff,frame} packets > > traverse the different layers and the layout design.

Re: [PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support

2020-09-30 Thread Jakub Kicinski
On Wed, 30 Sep 2020 18:39:07 +0200 Lorenzo Bianconi wrote: > > On Wed, 30 Sep 2020 17:41:51 +0200 Lorenzo Bianconi wrote: > > > This series introduce XDP multi-buffer support. The mvneta driver is > > > the first to support these new "non-linear" xdp_{buff,frame}. Reviewers > > > please focus on

RE: [PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support

2020-09-30 Thread John Fastabend
Lorenzo Bianconi wrote: > This series introduce XDP multi-buffer support. The mvneta driver is > the first to support these new "non-linear" xdp_{buff,frame}. Reviewers > please focus on how these new types of xdp_{buff,frame} packets > traverse the different layers and the layout design. It is on

Re: [PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support

2020-09-30 Thread Lorenzo Bianconi
> On Wed, 30 Sep 2020 17:41:51 +0200 Lorenzo Bianconi wrote: > > This series introduce XDP multi-buffer support. The mvneta driver is > > the first to support these new "non-linear" xdp_{buff,frame}. Reviewers > > please focus on how these new types of xdp_{buff,frame} packets > > traverse the diff

Re: [PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support

2020-09-30 Thread Jakub Kicinski
On Wed, 30 Sep 2020 17:41:51 +0200 Lorenzo Bianconi wrote: > This series introduce XDP multi-buffer support. The mvneta driver is > the first to support these new "non-linear" xdp_{buff,frame}. Reviewers > please focus on how these new types of xdp_{buff,frame} packets > traverse the different laye

[PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support

2020-09-30 Thread Lorenzo Bianconi
This series introduce XDP multi-buffer support. The mvneta driver is the first to support these new "non-linear" xdp_{buff,frame}. Reviewers please focus on how these new types of xdp_{buff,frame} packets traverse the different layers and the layout design. It is on purpose that BPF-helpers are kep