> -----Original Message-----
> From: Yan, Zhirun <zhirun....@intel.com>
> Sent: Thursday, April 1, 2021 9:33 AM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>; Wang, Xiao W
> <xiao.w.w...@intel.com>
> Cc: Cao, Yahui <yahui....@intel.com>; Guo, Junfeng <junfeng....@intel.com>;
> Xu, Ting <ting...@intel.com>; Yan, Zhirun <zhirun....@intel.com>
> Subject: [PATCH v3] net/ice: support VXLAN VNI field in FDIR
>
> Add support for VNI field in FDIR. Treat VXLAN flow type as
> ICE_FLTR_PTYPE_NONF_IPV4_UDP_VXLAN to align with shared code. It allows
> to match outer L2/L3, VNI and inner L2/L3 fields with VXLAN pattern.
> VNI takes 24 bits in VXLAN header, but uses 32 bits for matching in shared
> code. The 8 bits reserved field adjacent should always be 0.
>
> Signed-off-by: Zhirun Yan <zhirun....@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi