Re: [dpdk-dev] [PATCH] net/ice: fix removal of FDIR profile

2019-11-06 Thread Ye Xiaolong
On 11/05, Wang ShougangX wrote: >The removal of FDIR profile should start from ICE_FLTR_PTYPE_NONF_IPV4_UDP. > >Fixes: 109e8e06249e ("net/ice: configure HW flow director rule") >Cc: sta...@dpdk.org > >Signed-off-by: Wang ShougangX >--- > drivers/net/ice/ice_fdir_filter.c | 7 ++- > 1 file chang

[dpdk-dev] [PATCH] net/ice: fix removal of FDIR profile

2019-11-05 Thread Wang ShougangX
The removal of FDIR profile should start from ICE_FLTR_PTYPE_NONF_IPV4_UDP. Fixes: 109e8e06249e ("net/ice: configure HW flow director rule") Cc: sta...@dpdk.org Signed-off-by: Wang ShougangX --- drivers/net/ice/ice_fdir_filter.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff