[dpdk-dev] [PATCH v8 2/2] app/testpmd: add support for integrity item

Ajit Khaparde ajit.khaparde at broadcom.com
Mon Apr 19 16:09:56 CEST 2021


On Mon, Apr 19, 2021 at 5:45 AM Gregory Etelson <getelson at nvidia.com> wrote:
>
> From: Ori Kam <orika at nvidia.com>
>
> 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 <orika at nvidia.com>
> Signed-off-by: Gregory Etelson <getelson at nvidia.com>
> Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>


More information about the dev mailing list