Re: [dpdk-dev] [PATCH v2 1/2] net/ice: refactor FDIR set conf function

2020-09-14 Thread Yan, Zhirun
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Monday, September 14, 2020 6:55 PM > To: Yan, Zhirun ; Zhang, Qi Z ; > dev@dpdk.org > Cc: Cao, Yahui ; Wang, Xiao W > ; Su, Simei ; Guo, Junfeng > > Subject: Re: [dpdk-dev] [PATC

Re: [dpdk-dev] [PATCH v2 1/2] net/ice: refactor FDIR set conf function

2020-09-14 Thread Ferruh Yigit
On 9/14/2020 4:05 AM, Zhirun Yan wrote: > The original set conf function in FDIR was very long. Refactor to > increase readability to make it clearer and allow for more convenient > further changes. > > No functional change here. > > Signed-off-by: Zhirun Yan > --- > drivers/net/ice/ice_fdir_fi