On Fri, 14 Aug 2020 13:36:42 -0700 Tony Nguyen wrote: > + * @hw: pointer to the hw struct > + * @maj: api major value > + * @min: api minor value
> +static bool i40e_is_aq_api_ver_ge(struct i40e_adminq_info *aq, u16 maj, > + u16 min) hw vs aq. Please build test the patches with W=1.