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

2019-07-03 Thread Tomasz Jóźwiak
Hi Akhil, Was rebased on Monday. Too dynamic head :) , will do Today and add you in Cc. Thx, Tomek śr., 3.07.2019, 12:21 użytkownik Akhil Goyal napisał: > Hi Tomasz, > > This series need a rebase. > > Thanks, > Akhil > > > > > This patchset adds multiple cores feature to compression perf tool

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

2019-07-03 Thread Akhil Goyal
Hi Tomasz, This series need a rebase. Thanks, Akhil > > 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 compress

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

2019-07-01 Thread Tomasz Jozwiak
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