Re: [dpdk-dev] [PATCH v1] net/ice: remove the redundant function type

2021-03-29 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Monday, March 29, 2021 12:56 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wang, Haiyue > ; Yang, Qiming > Subject: [PATCH v1] net/ice: remove the redundant function type > > The function 'ice_is_profile_rule' is defined as 'ice_is_prof_ru

[dpdk-dev] [PATCH v1] net/ice: remove the redundant function type

2021-03-28 Thread Haiyue Wang
The function 'ice_is_profile_rule' is defined as 'ice_is_prof_rule' in base code, which has the exactly same function body. So remove the 'ice_is_profile_rule', use the 'ice_is_prof_rule' instead. Signed-off-by: Haiyue Wang --- drivers/net/ice/ice_switch_filter.c | 22 +- 1