Re: [PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature

2024-09-23 Thread Akihiko Odaki
On 2024/09/18 15:17, Willem de Bruijn wrote: Akihiko Odaki wrote: Allow the guest to reuse the hash value to make receive steering consistent between the host and guest, and to save hash computation. Signed-off-by: Akihiko Odaki --- Documentation/networking/tuntap.rst | 7 ++ drivers/net/

Re: [PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature

2024-09-18 Thread Willem de Bruijn
Akihiko Odaki wrote: > Allow the guest to reuse the hash value to make receive steering > consistent between the host and guest, and to save hash computation. > > Signed-off-by: Akihiko Odaki > --- > Documentation/networking/tuntap.rst | 7 ++ > drivers/net/Kconfig | 1 + > d

[PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature

2024-09-14 Thread Akihiko Odaki
Allow the guest to reuse the hash value to make receive steering consistent between the host and guest, and to save hash computation. Signed-off-by: Akihiko Odaki --- Documentation/networking/tuntap.rst | 7 ++ drivers/net/Kconfig | 1 + drivers/net/tun.c |