Re: [dpdk-dev] [PATCH v3 1/5] test/compress: add initial unit tests

2018-05-04 Thread De Lara Guarch, Pablo
upta > ; Shally Verma > > Subject: RE: [dpdk-dev] [PATCH v3 1/5] test/compress: add initial unit tests > > > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Friday, April 27, 2018 3:15 PM > >

Re: [dpdk-dev] [PATCH v3 1/5] test/compress: add initial unit tests

2018-05-02 Thread Daly, Lee
Pablo ; Ashish Gupta > ; Shally Verma > > Subject: [dpdk-dev] [PATCH v3 1/5] test/compress: add initial unit tests > > This commit introduces the initial tests for compressdev, performing basic > compression and decompression operations of sample test buffers, using > the Zlib l

[dpdk-dev] [PATCH v3 1/5] test/compress: add initial unit tests

2018-04-27 Thread Pablo de Lara
This commit introduces the initial tests for compressdev, performing basic compression and decompression operations of sample test buffers, using the Zlib library in one direction and compressdev in another direction, to make sure that the library is compatible with Zlib. Due to the use of Zlib AP