On Tue, Nov 18, 2025 at 02:01:27PM -0500, Michael S. Tsirkin wrote:
> > +struct virtnet_ethtool_ff {
> > + struct xarray rules;
> > + int num_rules;
> > +};btw if you are using xarray you should include linux/xarray.h
On Tue, Nov 18, 2025 at 02:01:27PM -0500, Michael S. Tsirkin wrote:
> > +struct virtnet_ethtool_ff {
> > + struct xarray rules;
> > + int num_rules;
> > +};btw if you are using xarray you should include linux/xarray.h