Re: [dpdk-dev] [PATCH v7 1/1] app/test-compress-perf: provide more detailed report

2019-07-26 Thread Akhil Goyal
> > > > From: Artur Trybula > > > > This patch adds extra features to the compress performance > > test. Some important parameters (memory allocation, > > number of ops, number of segments) are calculated and > > printed out. > > Information about threads, cores, devices and queue-pairs > > is als

Re: [dpdk-dev] [PATCH v7 1/1] app/test-compress-perf: provide more detailed report

2019-07-25 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Wednesday, July 24, 2019 2:55 PM > To: dev@dpdk.org; Trahe, Fiona > Cc: Trybula, ArturX ; Dybkowski, AdamX > > Subject: [PATCH v7 1/1] app/test-compress-perf: provide more detailed report > > From: Artur Trybula > > This patch a

[dpdk-dev] [PATCH v7 1/1] app/test-compress-perf: provide more detailed report

2019-07-24 Thread Adam Dybkowski
From: Artur Trybula This patch adds extra features to the compress performance test. Some important parameters (memory allocation, number of ops, number of segments) are calculated and printed out. Information about threads, cores, devices and queue-pairs is also printed. Signed-off-by: Artur Tr