On Mon, Apr 19, 2021 at 5:45 AM Gregory Etelson <[email protected]> wrote:
>
> From: Ori Kam <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Gregory Etelson <[email protected]>
> Acked-by: Ferruh Yigit <[email protected]>
Acked-by: Ajit Khaparde <[email protected]>