On Tue, Mar 18, 2025 at 5:57 PM Akihiko Odaki <[email protected]> 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 <[email protected]> > Signed-off-by: Akihiko Odaki <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

