[PATCH 4/5] net/ice: add option to download scheduler topology
Bruce Richardson
bruce.richardson at intel.com
Thu Oct 10 10:10:07 CEST 2024
On Wed, Oct 09, 2024 at 10:49:00AM -0700, Stephen Hemminger wrote:
> On Wed, 9 Oct 2024 18:08:21 +0100
> Bruce Richardson <bruce.richardson at intel.com> wrote:
>
> > diff --git a/drivers/net/ice/ice_ethdev.h b/drivers/net/ice/ice_ethdev.h
> > index 2781362d04..76310f2c99 100644
> > --- a/drivers/net/ice/ice_ethdev.h
> > +++ b/drivers/net/ice/ice_ethdev.h
> > @@ -564,6 +564,7 @@ struct ice_devargs {
> > uint8_t proto_xtr[ICE_MAX_QUEUE_NUM];
> > uint8_t pin_idx;
> > uint8_t pps_out_ena;
> > + int ddp_load_sched;
>
> Since this is a boolean option why is the flag not uint8_t like the other flags
> in ice_devargs?
Good point. Will update.
More information about the dev
mailing list