RE: [PATCH] test/pdcp: add data walkthrough test

2023-10-23 Thread Akhil Goyal
> Subject: RE: [PATCH] test/pdcp: add data walkthrough test > > > > > Enable data walkthrough test in combined mode. > > The test covers data size ranging from 0B to 9000B both inclusive. > > > > Signed-off-by: Aakash Sasidharan > > Acked-by: Anoob Joseph Applied to dpdk-next-crypto Thanks.

RE: [PATCH] test/pdcp: add data walkthrough test

2023-09-27 Thread Anoob Joseph
> > Enable data walkthrough test in combined mode. > The test covers data size ranging from 0B to 9000B both inclusive. > > Signed-off-by: Aakash Sasidharan Acked-by: Anoob Joseph

[PATCH] test/pdcp: add data walkthrough test

2023-09-26 Thread Aakash Sasidharan
Enable data walkthrough test in combined mode. The test covers data size ranging from 0B to 9000B both inclusive. Signed-off-by: Aakash Sasidharan --- app/test/test_pdcp.c | 55 +--- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/app/test/t