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 <or...@nvidia.com>
Acked-by: Ferruh Yigit <ferruh.yi...@intel.com>
Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com>
Acked-by: Thomas Monjalon <tho...@monjalon.net>



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

Reply via email to