Re: [PATCH RFC v5 01/10] virtio_net: Add functions for hashing

From: Akihiko Odaki
Date: Sat Oct 12 2024 - 06:42:55 EST


On 2024/10/09 22:51, Willem de Bruijn wrote:
Akihiko Odaki wrote:
They are useful to implement VIRTIO_NET_F_RSS and
VIRTIO_NET_F_HASH_REPORT.

Signed-off-by: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
---
include/linux/virtio_net.h | 188 +++++++++++++++++++++++++++++++++++++++++++++

No need for these to be in header files

I naively followed prior examples in this file. Do you have an alternative idea?