Re: [PATCH net-next v2 3/4] virtio_net: Use new RSS config structs

2025-03-23 Thread Jason Wang
On Fri, Mar 21, 2025 at 2:49 PM Akihiko Odaki wrote: > > The new RSS configuration structures allow easily constructing data for > VIRTIO_NET_CTRL_MQ_RSS_CONFIG as they strictly follow the order of data > for the command. > > Signed-off-by: Akihiko Odaki > Tested-by: Lei Yang > Acked-by: Michael

[PATCH net-next v2 3/4] virtio_net: Use new RSS config structs

2025-03-20 Thread Akihiko Odaki
The new RSS configuration structures allow easily constructing data for VIRTIO_NET_CTRL_MQ_RSS_CONFIG as they strictly follow the order of data for the command. Signed-off-by: Akihiko Odaki Tested-by: Lei Yang Acked-by: Michael S. Tsirkin --- drivers/net/virtio_net.c | 117 +---