Re: [dpdk-dev] [PATCH v6 0/5] add initial version of compress-perf

2018-12-18 Thread Akhil Goyal
On 12/12/2018 5:38 PM, Tomasz Jozwiak wrote: > This patchset adds initial version of compression performance > test. > > v6 changes: >- Updated the 19.02 release notes > > v5 changes: >- Fixed documentation >- Added op's status checking after rte_compressdev_dequeue_burst >- code

Re: [dpdk-dev] [PATCH v6 0/5] add initial version of compress-perf

2018-12-17 Thread Verma, Shally
>-Original Message- >From: Tomasz Jozwiak >Sent: 12 December 2018 17:25 >To: dev@dpdk.org; fiona.tr...@intel.com; tomaszx.jozw...@intel.com; Verma, >Shally ; >akhil.go...@nxp.com >Subject: [PATCH v6 0/5] add initial version of compress-perf > >External Email > >This patchset adds initi

Re: [dpdk-dev] [PATCH v6 0/5] add initial version of compress-perf

2018-12-14 Thread Trahe, Fiona
> -Original Message- > From: Jozwiak, TomaszX > Sent: Wednesday, December 12, 2018 5:08 AM > To: dev@dpdk.org; Trahe, Fiona ; Jozwiak, TomaszX > ; shally.ve...@cavium.com; akhil.go...@nxp.com > Subject: [PATCH v6 0/5] add initial version of compress-perf > > This patchset adds initial v

[dpdk-dev] [PATCH v6 0/5] add initial version of compress-perf

2018-12-12 Thread Tomasz Jozwiak
This patchset adds initial version of compression performance test. v6 changes: - Updated the 19.02 release notes v5 changes: - Fixed documentation - Added op's status checking after rte_compressdev_dequeue_burst - code cleanup v4 changes: - fixed checkpatch issues - code cleanup v3

[dpdk-dev] [PATCH v6 0/5] add initial version of compress-perf

2018-12-12 Thread Tomasz Jozwiak
This patchset adds initial version of compression performance test. v6 changes: - Updated the 19.02 release notes v5 changes: - Fixed documentation - Added op's status checking after rte_compressdev_dequeue_burst - code cleanup v4 changes: - fixed checkpatch issues - code cleanup v3