On Mon, Apr 19, 2021 at 5:45 AM Gregory Etelson wrote: > > From: Ori Kam > > The integrity item allows the application to match > on the integrity of a packet. > > use example: > match that packet integrity checks are ok. The checks depend on > packet layers. For example ICMP packet will not check L4 level. > flow create 0 ingress pattern integrity value mask 0x01 value spec 0x01 > match that L4 packet is ok - check L2 & L3 & L4 layers: > flow create 0 ingress pattern integrity value mask 0xfe value spec 0xfe > > Signed-off-by: Ori Kam > Signed-off-by: Gregory Etelson > Acked-by: Ferruh Yigit Acked-by: Ajit Khaparde