RE: [PATCH 1/3] pdcp: add support for SDAP header

2023-09-19 Thread Akhil Goyal
> Subject: [PATCH 1/3] pdcp: add support for SDAP header > > SDAP header when enabled needs to be authenticated but not encrypted. > > Signed-off-by: Aakash Sasidharan > --- Series Acked-by: Akhil Goyal Applied to dpdk-next-crypto.

[PATCH 1/3] pdcp: add support for SDAP header

2023-09-08 Thread Aakash Sasidharan
SDAP header when enabled needs to be authenticated but not encrypted. Signed-off-by: Aakash Sasidharan --- lib/pdcp/pdcp_entity.h | 2 ++ lib/pdcp/pdcp_process.c | 22 -- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/lib/pdcp/pdcp_entity.h b/lib/pdcp/pdcp_