Re: [dpdk-dev] [PATCH v2] net/ice: fix FDIR flag issue

2020-01-22 Thread Ye Xiaolong
On 01/21, Beilei Xing wrote: >If there's no mark action when creating a FDIR rule, >there shouldn't be FDIR flags in mbuf. > >Fixes: f5cafa961fae ("net/ice: add flow director create and destroy") >Fixes: bd984f155f49 ("net/ice/base: support FDIR") >Cc: sta...@dpdk.org > >Signed-off-by: Beilei Xing

[dpdk-dev] [PATCH v2] net/ice: fix FDIR flag issue

2020-01-20 Thread Beilei Xing
If there's no mark action when creating a FDIR rule, there shouldn't be FDIR flags in mbuf. Fixes: f5cafa961fae ("net/ice: add flow director create and destroy") Fixes: bd984f155f49 ("net/ice/base: support FDIR") Cc: sta...@dpdk.org Signed-off-by: Beilei Xing Acked-by: Qi Zhang --- V2 change: