On Wed,  9 Oct 2024 18:08:21 +0100
Bruce Richardson <bruce.richard...@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?

Reply via email to