> -----Original Message-----
> From: Qiao, Wenjing <[email protected]>
> Sent: Friday, August 11, 2023 5:31 PM
> To: Zhang, Yuying <[email protected]>; Xing, Beilei
> <[email protected]>
> Cc: [email protected]; Liu, Mingxia <[email protected]>; Qiao, Wenjing
> <[email protected]>
> Subject: [PATCH 3/4] net/cpfl: introduce CPF common library
>
> Add common library support for CPFL rte_flow to
> create/delete rules.
>
> Signed-off-by: Wenjing Qiao <[email protected]>
> ---
> +int
> +cpfl_ctlq_alloc_ring_res(struct idpf_hw *hw __rte_unused, struct
hw is used, so remove __rte_unused.
Please check other functions.
> idpf_ctlq_info *cq,
> + struct cpfl_ctlq_create_info *qinfo)
> +{