On Tue, Nov 18, 2025 at 08:38:55AM -0600, Daniel Jurgens wrote: > + * @selectors: array of supported selector descriptors
I would document their actual structure here.
> + */
> +struct virtio_net_ff_cap_mask_data {
> + __u8 count;
> + __u8 reserved[7];
> + __u8 selectors[];
> +};
