RE: [PATCH] test/cryptodev: fix PDCP vectors

2022-10-21 Thread Akhil Goyal
> > Subject: [PATCH] test/cryptodev: fix PDCP vectors > > > > The existing PDCP vectors have a deviation from the PDCP header > > specification. The reserved fields are set to 0 in the PDCP headers and > > D/C bits are updated as per the use case. The MAC-I for the

RE: [PATCH] test/cryptodev: fix PDCP vectors

2022-10-13 Thread Gagandeep Singh
> -Original Message- > From: Anoob Joseph > Sent: Thursday, October 13, 2022 9:30 AM > To: Akhil Goyal ; Fan Zhang > > Cc: Gagandeep Singh ; Hemant Agrawal > ; Jerin Jacob ; > dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] test/cryptodev: fix PDCP vec

[PATCH] test/cryptodev: fix PDCP vectors

2022-10-12 Thread Anoob Joseph
The existing PDCP vectors have a deviation from the PDCP header specification. The reserved fields are set to 0 in the PDCP headers and D/C bits are updated as per the use case. The MAC-I for the corresponding vectors are also updated. Fixes: d883e6e7131b ("test/crypto: add PDCP C-Plane encap case