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
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: stable@dpdk.org
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|