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

2020-09-18 Thread Cao, Yahui
> -Original Message- > From: Yan, Zhirun > Sent: Tuesday, September 15, 2020 1:27 PM > To: Zhang, Qi Z ; dev@dpdk.org > Cc: Cao, Yahui ; Wang, Xiao W > ; Su, Simei ; Guo, Junfeng > ; Yan, Zhirun > Subject: [PATCH v3 1/2] net/ice: refactor FDIR set conf function > > The original set co

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

2020-09-14 Thread Zhirun Yan
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_filter.c | 53 +-- 1 file change