Re: [PATCH v6 0/7] eBPF RSS support for virtio-net

2021-04-27 Thread Jason Wang
在 2021/4/27 下午6:47, Andrew Melnichenko 写道: Hi, I've checked the issue. Apparently, libbpf can't work with a skeleton on Debian. Version check would not help - versioning differs at different distros. So you meant the libbpf version is too old? I've added a small check: diff --git a

Re: [PATCH v6 0/7] eBPF RSS support for virtio-net

2021-04-27 Thread Andrew Melnichenko
Hi, I've checked the issue. Apparently, libbpf can't work with a skeleton on Debian. Version check would not help - versioning differs at different distros. I've added a small check: diff --git a/meson.build b/meson.build > index ca551dd15d..4a51a25643 100644 > --- a/meson.build > +++ b/meson.buil

Re: [PATCH v6 0/7] eBPF RSS support for virtio-net

2021-04-24 Thread Jason Wang
在 2021/4/12 下午4:25, Andrew Melnychenko 写道: This set of patches introduces the usage of eBPF for packet steering and RSS hash calculation: * RSS(Receive Side Scaling) is used to distribute network packets to guest virtqueues by calculating packet hash * Additionally adding support for the usage

Re: [PATCH v6 0/7] eBPF RSS support for virtio-net

2021-04-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210412082512.14998-1-and...@daynix.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210412082512.14998-1-and...@daynix.com Subject: [PATCH v6 0/7] eBPF RSS support for

[PATCH v6 0/7] eBPF RSS support for virtio-net

2021-04-12 Thread Andrew Melnychenko
This set of patches introduces the usage of eBPF for packet steering and RSS hash calculation: * RSS(Receive Side Scaling) is used to distribute network packets to guest virtqueues by calculating packet hash * Additionally adding support for the usage of RSS with vhost The eBPF works on kernels 5.