Re: [dpdk-dev] [dpdk-dev 03/12] net/ice: enable input set configuration

2019-09-07 Thread Ye Xiaolong
On 09/06, Yahui Cao wrote: >From: Beilei Xing > >Configure input set, include: > - Parse input set. > - Check the segment. > - Create profile. I'd prefer more descriptive sentences in commit log than a few bullets. > >Signed-off-by: Beilei Xing >--- > drivers/net/ice/ice_ethdev.h | 3 + >

[dpdk-dev] [dpdk-dev 03/12] net/ice: enable input set configuration

2019-09-05 Thread Yahui Cao
From: Beilei Xing Configure input set, include: - Parse input set. - Check the segment. - Create profile. Signed-off-by: Beilei Xing --- drivers/net/ice/ice_ethdev.h | 3 + drivers/net/ice/ice_fdir_filter.c | 245 ++ 2 files changed, 248 insertions(+) dif