Re: [dpdk-dev] [PATCH] net/ice: fix flow type selection for FDIR

2019-11-18 Thread Ye Xiaolong
On 11/19, Qi Zhang wrote: >The FDIR parser will select ICE_FLTR_PTYPE_NONF_IPV4_OTHER as flow type >for an IPv4 UDP flow with empty l4 matching field which is not correct. >Same issues happens on all the combination between IPv4/IPv6 and >UDP/TCP/SCTP cases > >The patch fix all the wrong flow ptype

Re: [dpdk-dev] [PATCH] net/ice: fix flow type selection for FDIR

2019-11-18 Thread Xing, Beilei
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, November 19, 2019 9:07 AM > To: Cao, Yahui ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH] net/ice: fix flow type selection for FDIR > > The FDIR parser will select ICE_FLTR_PTYPE_NONF_IPV4_OTHER as flow type

[dpdk-dev] [PATCH] net/ice: fix flow type selection for FDIR

2019-11-18 Thread Qi Zhang
The FDIR parser will select ICE_FLTR_PTYPE_NONF_IPV4_OTHER as flow type for an IPv4 UDP flow with empty l4 matching field which is not correct. Same issues happens on all the combination between IPv4/IPv6 and UDP/TCP/SCTP cases The patch fix all the wrong flow ptype selections. Fixes: f5cafa961fa