Re: [dpdk-dev] [PATCH v3 3/3] test/compress: add stateful decompression tests

2019-09-24 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Friday, September 20, 2019 9:06 PM > To: dev@dpdk.org; Trahe, Fiona ; Trybula, ArturX > ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH v3 3/3] test/compress: add stateful decompression tests > > This patch adds two n

[dpdk-dev] [PATCH v3 3/3] test/compress: add stateful decompression tests

2019-09-23 Thread Adam Dybkowski
This patch adds two new tests that cover the stateful decompression feature. Signed-off-by: Adam Dybkowski --- app/test/test_compressdev.c | 449 +++- 1 file changed, 394 insertions(+), 55 deletions(-) diff --git a/app/test/test_compressdev.c b/app/test/test_comp