Re: [dpdk-dev] [PATCH v6 0/6] add multiple cores feature to test-compress-perf

2019-07-05 Thread Shally Verma
> -Original Message- > From: dev On Behalf Of Artur Trybula > Sent: Wednesday, July 3, 2019 8:54 PM > To: dev@dpdk.org; fiona.tr...@intel.com; akhil.go...@nxp.com; > adamx.dybkow...@intel.com; arturx.tryb...@intel.com; > tjozwia...@gmail.com > Subject: [dpdk-de

[dpdk-dev] [PATCH v6 0/6] add multiple cores feature to test-compress-perf

2019-07-03 Thread Artur Trybula
This patchset adds multiple cores feature to compression perf tool. All structures have been aligned and are consistent with crypto perf tool. All test cases have constructor, runner and destructor and can use more cores and compression devices at the same time. v2 changes: - fixed checkpatch w