Re: [PATCH v7 0/7] reference implementation of RSS and hash report

2020-05-06 Thread Yuri Benditovich
I'll send v8 soon Thanks, Yuri On Wed, May 6, 2020 at 8:37 AM Jason Wang wrote: > > On 2020/5/1 下午12:01, Yuri Benditovich wrote: > > Michael/Jason, > > > > As Linux headers was updated in qemu and now include RSC/RSS/Hash > > definitions, please let me know what you prefer: > > 1. You apply thi

Re: [PATCH v7 0/7] reference implementation of RSS and hash report

2020-05-05 Thread Jason Wang
On 2020/5/1 下午12:01, Yuri Benditovich wrote: Michael/Jason, As Linux headers was updated in qemu and now include RSC/RSS/Hash definitions, please let me know what you prefer: 1. You apply this series as is, then I submit clean-up series that will remove all the redundant defines from virtio-

Re: [PATCH v7 0/7] reference implementation of RSS and hash report

2020-05-01 Thread Michael S. Tsirkin
On Sun, Mar 29, 2020 at 06:09:46PM +0300, Yuri Benditovich wrote: > Support for VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT > features in QEMU for reference purpose. > Implements Toeplitz hash calculation for incoming > packets according to configuration provided by driver. > Uses calculated hash

Re: [PATCH v7 0/7] reference implementation of RSS and hash report

2020-05-01 Thread Michael S. Tsirkin
OK so now 5.0's out, I think it's easier if you just send v8, but it's up to Jason. On Fri, May 01, 2020 at 10:44:06AM -0400, Michael S. Tsirkin wrote: > We are in freeze so nothing's applied right now. > v8 which has all the bits will be a good step so we > are ready for after freeze. > > On Fr

Re: [PATCH v7 0/7] reference implementation of RSS and hash report

2020-05-01 Thread Michael S. Tsirkin
We are in freeze so nothing's applied right now. v8 which has all the bits will be a good step so we are ready for after freeze. On Fri, May 01, 2020 at 07:01:58AM +0300, Yuri Benditovich wrote: > Michael/Jason, > > As Linux headers was updated in qemu and now include RSC/RSS/Hash definitions, >

Re: [PATCH v7 0/7] reference implementation of RSS and hash report

2020-04-30 Thread Yuri Benditovich
Michael/Jason, As Linux headers was updated in qemu and now include RSC/RSS/Hash definitions, please let me know what you prefer: 1. You apply this series as is, then I submit clean-up series that will remove all the redundant defines from virtio-net.c 2. I post v8 of this series with cleanup of a

Re: [PATCH v7 0/7] reference implementation of RSS and hash report

2020-03-31 Thread Michael S. Tsirkin
On Sun, Mar 29, 2020 at 06:09:46PM +0300, Yuri Benditovich wrote: > Support for VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT > features in QEMU for reference purpose. > Implements Toeplitz hash calculation for incoming > packets according to configuration provided by driver. > Uses calculated hash

[PATCH v7 0/7] reference implementation of RSS and hash report

2020-03-29 Thread Yuri Benditovich
Support for VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT features in QEMU for reference purpose. Implements Toeplitz hash calculation for incoming packets according to configuration provided by driver. Uses calculated hash for decision on receive virtqueue and/or reports the hash in the virtio hea