On Tue, Mar 18, 2025 at 5:57 PM Akihiko Odaki <akihiko.odaki@xxxxxxxxxx> wrote: > > struct virtio_net_rss_config was less useful in actual code because of a > flexible array placed in the middle. Add new structures that split it > into two to avoid having a flexible array in the middle. > > Suggested-by: Jason Wang <jasowang@xxxxxxxxxx> > Signed-off-by: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx> Acked-by: Jason Wang <jasowang@xxxxxxxxxx> Thanks