[dpdk-dev] [PATCH v8 1/2] ethdev: add packet integrity checks

Thomas Monjalon thomas at monjalon.net
Mon Apr 19 18:34:03 CEST 2021


19/04/2021 16:09, Ajit Khaparde:
> ::[snip]::
> > Example of usage:
> > 1. check packets from all possible layers for integrity.
> >    flow create integrity spec packet_ok = 1 mask packet_ok = 1 .....
> >
> > 2. Check only packet with layer 4 (UDP / TCP)
> >    flow create integrity spec l3_ok = 1, l4_ok = 1 mask l3_ok = 1 l4_ok = 1
> >
> > Signed-off-by: Ori Kam <orika at nvidia.com>
> > Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
> Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
Acked-by: Thomas Monjalon <thomas at monjalon.net>




More information about the dev mailing list