Re: [PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature

2025-03-12 Thread Lei Yang
QE tested this series of patches's v9 with virtio-net regression tests, everything works fine. Tested-by: Lei Yang On Fri, Mar 7, 2025 at 7:01 PM Akihiko Odaki wrote: > > virtio-net have two usage of hashes: one is RSS and another is hash > reporting. Conventionally the hash calculation was don

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature

2025-03-07 Thread Akihiko Odaki
virtio-net have two usage of hashes: one is RSS and another is hash reporting. Conventionally the hash calculation was done by the VMM. However, computing the hash after the queue was chosen defeats the purpose of RSS. Another approach is to use eBPF steering program. This approach has another dow