> Subject: [PATCH] test/crypto: fix PDCP-SDAP test vectors
>
> Fix incorrect fields in PDCP Header.
> 1. Only Data PDUs should be ciphered and authenticated.
> Here the vectors are control PDUs which should not be crypto
> processed. Change the D/C bit to make the vector as Data PDU
> 2. Reserved fields must be set to 0.
>
> Updated the vectors and MAC-I values to handle above cases.
>
> Fixes: 003afde411e7 ("test/crypto: add test vectors for PDCP-SDAP")
> Cc: [email protected]
>
> Signed-off-by: Aakash Sasidharan <[email protected]>
Acked-by: Akhil Goyal <[email protected]>
Applied to dpdk-next-crypto
Thanks.