Re: [PATCH net-next v2 3/4] virtio_net: Use new RSS config structs
From: Jason Wang
Date: Mon Mar 24 2025 - 00:01:54 EST
On Fri, Mar 21, 2025 at 2:49 PM Akihiko Odaki <akihiko.odaki@xxxxxxxxxx> 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 <akihiko.odaki@xxxxxxxxxx>
> Tested-by: Lei Yang <leiyang@xxxxxxxxxx>
> Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> ---
> drivers/net/virtio_net.c | 117 +++++++++++++++++------------------------------
> 1 file changed, 43 insertions(+), 74 deletions(-)
>
Though I still think hash config should use a separate helper, it
could be done in the future.
So
Acked-by: Jason Wang <jasowang@xxxxxxxxxx>
Thanks