> 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: franck.lenorm...@nxp.com > > Signed-off-by: Aakash Sasidharan <asasidha...@marvell.com>
Acked-by: Akhil Goyal <gak...@marvell.com> Applied to dpdk-next-crypto Thanks.