> -----Original Message----- > From: Wang, Jie1X <[email protected]> > Sent: Sunday, October 9, 2022 5:01 PM > To: [email protected] > Cc: Yang, SteveX <[email protected]>; Zhang, Qi Z > <[email protected]>; Yang, Qiming <[email protected]>; Wu, > Jingjing <[email protected]>; Xing, Beilei <[email protected]>; Wang, > Jie1X <[email protected]> > Subject: [PATCH] net/iavf: support raw packet for flow subscription > > Add Protocol Agnostic Flow (raw flow) support for flow subscription in AVF. > > For example, testpmd creates a flow subscription raw packet rule: > rule: eth + ipv4 src is 1.1.1.1 dst is 2.2.2.2 > > cmd: flow create 0 ingress pattern raw pattern spec \ > 0000000000000000000000000800450000140000000000000000010101010202 > 0202 \ pattern mask \ > 0000000000000000000000000000000000000000000000000000FFFFFFFFFFFFFF > FF \ / end actions port_representor port_id 0 / passthru / end > > Signed-off-by: Jie Wang <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

