Re: [PATCH v8 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-04-14 Thread Eelco Chaudron
On 8 Apr 2021, at 23:04, Vladimir Oltean wrote: On Thu, Apr 08, 2021 at 02:51:01PM +0200, Lorenzo Bianconi wrote: From: Eelco Chaudron This patch adds support for multi-buffer for the following helpers: - bpf_xdp_output() - bpf_perf_event_output() Signed-off-by: Eelco Chaudron Signed

Re: [PATCH v8 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-04-09 Thread Lorenzo Bianconi
> On Thu, Apr 08, 2021 at 02:51:01PM +0200, Lorenzo Bianconi wrote: > > From: Eelco Chaudron > > > > This patch adds support for multi-buffer for the following helpers: > > - bpf_xdp_output() > > - bpf_perf_event_output() > > > > Signed-off-by: Eelco Chaudron > > Signed-off-by: Lorenzo Bian

Re: [PATCH v8 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-04-08 Thread Vladimir Oltean
On Thu, Apr 08, 2021 at 02:51:01PM +0200, Lorenzo Bianconi wrote: > From: Eelco Chaudron > > This patch adds support for multi-buffer for the following helpers: > - bpf_xdp_output() > - bpf_perf_event_output() > > Signed-off-by: Eelco Chaudron > Signed-off-by: Lorenzo Bianconi > --- Also

Re: [PATCH v8 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-04-08 Thread Vladimir Oltean
On Thu, Apr 08, 2021 at 02:51:01PM +0200, Lorenzo Bianconi wrote: > From: Eelco Chaudron > > This patch adds support for multi-buffer for the following helpers: > - bpf_xdp_output() > - bpf_perf_event_output() > > Signed-off-by: Eelco Chaudron > Signed-off-by: Lorenzo Bianconi > --- > diff

[PATCH v8 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-04-08 Thread Lorenzo Bianconi
From: Eelco Chaudron This patch adds support for multi-buffer for the following helpers: - bpf_xdp_output() - bpf_perf_event_output() Signed-off-by: Eelco Chaudron Signed-off-by: Lorenzo Bianconi --- net/core/filter.c | 63 - .../selftests/bpf/prog_tes