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

2019-11-08 Thread Thomas Monjalon
07/11/2019 18:26, Artur Trybula: > --- a/doc/guides/rel_notes/release_19_11.rst > +++ b/doc/guides/rel_notes/release_19_11.rst > @@ -246,6 +246,11 @@ New Features > +* **Refactored compression unit tests.** > + > + Refactored core function to get clear code structure, better for > maintenance. >

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

2019-11-07 Thread Artur Trybula
Core engine refactoring (test_deflate_comp_decomp function). Smaller specialized functions created. Signed-off-by: Artur Trybula Acked-by: Adam Dybkowski --- app/test/test_compressdev.c| +--- doc/guides/rel_notes/release_19_11.rst |5 + 2 files changed,