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
Signed-off-by: Akihiko Odaki
---
include/uapi/linux/virtio_net.h | 13
On Tue, Mar 18, 2025 at 5:57 PM Akihiko Odaki 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
> Signe
2 matches
Mail list logo