On Fri, Mar 21, 2025 at 2:49 PM Akihiko Odaki <akihiko.od...@daynix.com> 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.od...@daynix.com> > Tested-by: Lei Yang <leiy...@redhat.com> > Acked-by: Michael S. Tsirkin <m...@redhat.com> > --- > 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 <jasow...@redhat.com> Thanks