Re: [PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support

2020-09-04 Thread Lorenzo Bianconi
> On Thu, Sep 03, 2020 at 10:58:44PM +0200, Lorenzo Bianconi wrote: > > For the moment we have not implemented any self-test for the introduced the > > bpf > > helpers. We can address this in a follow up series if the proposed approach > > is accepted. > > selftest has to be part of the same patc

Re: [PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support

2020-09-04 Thread Lorenzo Bianconi
> Lorenzo Bianconi wrote: > > - Finalize XDP multi-buffer support for mvneta driver introducing the > > capability to map non-linear buffers on tx side. > > - Introduce multi-buffer bit (mb) in xdp_frame/xdp_buffer to specify if > > shared_info area has been properly initialized. > > - Initiali

RE: [PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support

2020-09-03 Thread John Fastabend
Lorenzo Bianconi wrote: > - Finalize XDP multi-buffer support for mvneta driver introducing the > capability to map non-linear buffers on tx side. > - Introduce multi-buffer bit (mb) in xdp_frame/xdp_buffer to specify if > shared_info area has been properly initialized. > - Initialize multi-buf

Re: [PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support

2020-09-03 Thread Alexei Starovoitov
On Thu, Sep 03, 2020 at 10:58:44PM +0200, Lorenzo Bianconi wrote: > For the moment we have not implemented any self-test for the introduced the > bpf > helpers. We can address this in a follow up series if the proposed approach > is accepted. selftest has to be part of the same patch set.