> -----Original Message----- > From: Yan, Zhirun <[email protected]> > Sent: Wednesday, June 22, 2022 11:01 AM > To: [email protected]; Zhang, Qi Z <[email protected]>; Yang, Qiming > <[email protected]> > Cc: Wang, Xiao W <[email protected]>; Yan, Zhirun > <[email protected]> > Subject: [PATCH v1 1/3] net/ice/base: extend VXLAN type with inner pattern > for FDIR > > When offload VXLAN rule only with inner IPv4 layer, we expect to hit a group > flow include UDP/TCP/SCTP. The dummy packet of this flow type is specified > with inner UDP type. This patch changed the inner IPv4 protocol type to a > reserved value, then it could cover the inner UDP/TCP/SCTP. > > Signed-off-by: Zhirun Yan <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

