From: <same...@amazon.com>
Date: Wed, 29 May 2019 12:49:55 +0300

> @@ -560,6 +564,14 @@ struct ena_admin_set_feature_mtu_desc {
>       u32 mtu;
>  };
>  
> +struct ena_admin_get_extra_properties_strings_desc {
> +     u32 count;
> +};
> +
> +struct ena_admin_get_extra_properties_flags_desc {
> +     u32 flags;
> +};

These single entry structures are a big overkill.  If anything just do one
which is like "ena_value_desc" and has that "u32 val;"

Reply via email to