Re: [dpdk-dev] [PATCH v3 1/1] test/compress: unit tests refactoring

2019-10-31 Thread Akhil Goyal
m > Subject: Re: [dpdk-dev] [PATCH v3 1/1] test/compress: unit tests refactoring > > > > > > Core engine refactoring (test_deflate_comp_decomp function). > > Smaller specialized functions created. > > > > Signed-off-by: Artur Trybula > > --- > > T

Re: [dpdk-dev] [PATCH v3 1/1] test/compress: unit tests refactoring

2019-10-24 Thread Akhil Goyal
> > Core engine refactoring (test_deflate_comp_decomp function). > Smaller specialized functions created. > > Signed-off-by: Artur Trybula > --- This patch would need an ack from both Marvell and Intel before RC2(8th Nov 19)

Re: [dpdk-dev] [PATCH v3 1/1] test/compress: unit tests refactoring

2019-10-24 Thread Dybkowski, AdamX
> -Original Message- > From: Trybula, ArturX > Sent: Thursday, 24 October, 2019 11:16 > To: dev@dpdk.org; Trahe, Fiona ; > shal...@marvell.com; Dybkowski, AdamX ; > Trybula, ArturX ; akhil.go...@nxp.com > Subject: [PATCH v3 1/1] test/compress: unit tests refactoring > > Core engine refacto

[dpdk-dev] [PATCH v3 1/1] test/compress: unit tests refactoring

2019-10-24 Thread Artur Trybula
Core engine refactoring (test_deflate_comp_decomp function). Smaller specialized functions created. Signed-off-by: Artur Trybula --- app/test/test_compressdev.c| 1118 +--- doc/guides/rel_notes/release_19_11.rst |5 + 2 files changed, 826 insertions(+), 297 de