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

2021-05-17 Thread Yuri Benditovich
On Fri, May 14, 2021 at 4:43 PM Michael S. Tsirkin wrote: > > On Thu, Mar 25, 2021 at 05:35:22PM +0200, Andrew Melnychenko wrote: > > 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 pac

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

2021-05-14 Thread Michael S. Tsirkin
On Thu, Mar 25, 2021 at 05:35:22PM +0200, Andrew Melnychenko wrote: > 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 > * Additionall

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

2021-04-01 Thread Yuri Benditovich
More correctly, https://bugzilla.redhat.com/show_bug.cgi?id=1865786 On Fri, Apr 2, 2021 at 8:21 AM Yuri Benditovich wrote: > > Hi Jason, > > Yes, the work to support RSS in the Linux virtio-net driver is in progress. > https://bugzilla.redhat.com/show_bug.cgi?id=1912082 > > On Fri, Apr 2, 2021 at

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

2021-04-01 Thread Yuri Benditovich
Hi Jason, Yes, the work to support RSS in the Linux virtio-net driver is in progress. https://bugzilla.redhat.com/show_bug.cgi?id=1912082 On Fri, Apr 2, 2021 at 5:57 AM Jason Wang wrote: > > > 在 2021/3/25 下午11:35, Andrew Melnychenko 写道: > > This set of patches introduces the usage of eBPF for pa

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

2021-04-01 Thread Jason Wang
在 2021/3/25 下午11:35, 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 v5 0/7] eBPF RSS support for virtio-net

2021-04-01 Thread Andrew Melnichenko
ding style problems. See output below for > more information: > > Type: series > Message-id: 20210325153529.75831-1-and...@daynix.com > Subject: [PATCH v5 0/7] eBPF RSS support for virtio-net > > === TEST SCRIPT BEGIN === > #!/bin/bash > git rev-parse base > /dev/null |

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

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

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

2021-03-25 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.