mbox series

[v5,0/1] add extra features to test-compress-perf

Message ID 20190717110247.26594-1-arturx.trybula@intel.com (mailing list archive)
Headers
Series add extra features to test-compress-perf |

Message

Artur Trybula July 17, 2019, 11:02 a.m. UTC
  v5 changes:
        - some minor changes (rewording, structure renaming, etc.)

v4 changes:
        - information about compression threads printed on screen

v3 changes:
        - commented code removed

v2 changes:
        - merged with the series "add multiple cores feature to
                test-compress-perf"
        - function renamed: print_report_header() -> print_test_dynamics()

This patch depends on the series "add multiple cores feature to
test-compress-perf"
https://patches.dpdk.org/cover/56236/

Signed-off-by: Artur Trybula <arturx.trybula@intel.com>

Artur Trybula (1):
  app/test-compress-perf: report header improvement

 .../comp_perf_test_benchmark.c                | 21 ++++-
 .../comp_perf_test_common.c                   | 94 ++++++++++++++++++-
 .../comp_perf_test_common.h                   |  6 ++
 app/test-compress-perf/main.c                 |  4 +-
 4 files changed, 120 insertions(+), 5 deletions(-)
  

Comments

Shally Verma July 17, 2019, 11:16 a.m. UTC | #1
> -----Original Message-----
> From: Artur Trybula <arturx.trybula@intel.com>
> Sent: Wednesday, July 17, 2019 4:33 PM
> To: dev@dpdk.org; fiona.trahe@intel.com; Shally Verma
> <shallyv@marvell.com>; adamx.dybkowski@intel.com;
> arturx.trybula@intel.com; akhil.goyal@nxp.com
> Subject: [EXT] [PATCH v5 0/1] add extra features to test-compress-perf
> 
> External Email
> 
> ----------------------------------------------------------------------
> v5 changes:
>         - some minor changes (rewording, structure renaming, etc.)
> 
> v4 changes:
>         - information about compression threads printed on screen
> 
> v3 changes:
>         - commented code removed
> 
> v2 changes:
>         - merged with the series "add multiple cores feature to
>                 test-compress-perf"
>         - function renamed: print_report_header() -> print_test_dynamics()
> 
> This patch depends on the series "add multiple cores feature to test-
> compress-perf"
> https://patches.dpdk.org/cover/56236/
> 
> Signed-off-by: Artur Trybula <arturx.trybula@intel.com>
> 
Other than minor change suggested. Series 
Acked -by : Shally Verma <shallyv@marvell.com>

> Artur Trybula (1):
>   app/test-compress-perf: report header improvement
> 
>  .../comp_perf_test_benchmark.c                | 21 ++++-
>  .../comp_perf_test_common.c                   | 94 ++++++++++++++++++-
>  .../comp_perf_test_common.h                   |  6 ++
>  app/test-compress-perf/main.c                 |  4 +-
>  4 files changed, 120 insertions(+), 5 deletions(-)
> 
> --
> 2.17.1