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

2020-01-19 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Monday, January 20, 2020 8:19 PM > To: dev@dpdk.org; Zhang, Qi Z ; Cao, Yahui > > Cc: sta...@dpdk.org > Subject: [PATCH] net/ice: fix FDIR flag issue > > If there's no mark action when creating a FDIR rule, there shouldn't be > FDIR fl

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

2020-01-19 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 --- drivers/net/ice/base/ice_fdir.c