Re: [PATCH bpf-next 1/3] net: veth: introduce bulking for XDP_PASS

2021-01-28 Thread Lorenzo Bianconi
> On 2021/01/27 3:41, Lorenzo Bianconi wrote: > > Introduce bulking support for XDP_PASS verdict forwarding skbs to > > the networking stack > > > > Signed-off-by: Lorenzo Bianconi > > --- > > drivers/net/veth.c | 43 ++- > > 1 file changed, 26 insertion

Re: [PATCH bpf-next 1/3] net: veth: introduce bulking for XDP_PASS

2021-01-28 Thread Toshiaki Makita
On 2021/01/27 3:41, Lorenzo Bianconi wrote: Introduce bulking support for XDP_PASS verdict forwarding skbs to the networking stack Signed-off-by: Lorenzo Bianconi --- drivers/net/veth.c | 43 ++- 1 file changed, 26 insertions(+), 17 deletions(-) diff

Re: [PATCH bpf-next 1/3] net: veth: introduce bulking for XDP_PASS

2021-01-28 Thread Jesper Dangaard Brouer
On Tue, 26 Jan 2021 19:41:59 +0100 Lorenzo Bianconi wrote: > Introduce bulking support for XDP_PASS verdict forwarding skbs to > the networking stack > > Signed-off-by: Lorenzo Bianconi > --- > drivers/net/veth.c | 43 ++- > 1 file changed, 26 insertions

[PATCH bpf-next 1/3] net: veth: introduce bulking for XDP_PASS

2021-01-26 Thread Lorenzo Bianconi
Introduce bulking support for XDP_PASS verdict forwarding skbs to the networking stack Signed-off-by: Lorenzo Bianconi --- drivers/net/veth.c | 43 ++- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/drivers/net/veth.c b/drivers/net/veth.c