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

Ferruh Yigit ferruh.yigit at intel.com
Mon Apr 19 19:06:22 CEST 2021


On 4/19/2021 5:34 PM, Thomas Monjalon wrote:
> 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>
> 
> 

Applied to dpdk-next-net/main, thanks.


More information about the dev mailing list