[PATCH 4/5] net/ice: add option to download scheduler topology
Stephen Hemminger
stephen at networkplumber.org
Wed Oct 9 19:49:00 CEST 2024
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?
More information about the dev
mailing list