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@daynix.com
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?