From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F7CFA0487 for ; Wed, 3 Jul 2019 14:21:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4FF865587; Wed, 3 Jul 2019 14:21:00 +0200 (CEST) Received: from mail-qk1-f193.google.com (mail-qk1-f193.google.com [209.85.222.193]) by dpdk.org (Postfix) with ESMTP id 97BBC5424 for ; Wed, 3 Jul 2019 14:20:58 +0200 (CEST) Received: by mail-qk1-f193.google.com with SMTP id r21so2056771qke.2 for ; Wed, 03 Jul 2019 05:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pIrv1rbYvSSd0X9fBYbInrwZt8P3lxNoQwRypROvUiM=; b=LyY4cfoQiXZf6o1P/y2F6N9PUCUI7X6HUvCExsl1MA4JmFvf/1yWdECqDwi6O1FeTE p7l6/GxmXny3EsN39MOvbo+7E3otRlCY6buIV87yFI3yHaEbzEV+5VuHkN8Co7wWGiAa VNhWx9tfdAit5JHsH9HAg3BTVNhDEynrssag0tU0w+AJDZWUpg3zqDXLxPjB1/wIIKSa 14/LWTjw1+M/eczZ0r713H0dCfbla+1yceDU8c5Ij/DIfT7HO13uOmJFoMKk4YDA05GZ Y76zu7QBtwJ35Dq2Lk6+n0oeqzL6IH1vz8SUJBbX+t/Tj1W9BGjmp6aH0D2HEzC+XLPs f/Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pIrv1rbYvSSd0X9fBYbInrwZt8P3lxNoQwRypROvUiM=; b=tSUmCeVmA/BoG4B1G1P//o/IZw2itI4eYwCmC2ERqBtSGeyXHMn+2jKX4wmUHMnnWq 6OBEzkd4Bc9OmMGG5xw1FcTMnsrOScVmluuGiN7j/NWR/Zce1SUiC38OXq0J1DIFm4Rf 4Z2zRqyg+5xIR4ZTfg1IATZe/69Ov7DFgfTqXozpjDj/Aby9IeQmz2zDE7g4xvDA952Z JvKxnBbL3bqdFPVYiUl5d11Doee9GlxGInRsdWtP7hg7tuX25vSJzpvH5MEaFuFB7wQp HsYp0w3ZUzMQ1T1M/Y5DK505KKLStTTFsw41jqvO1I4ZftbsW80vgr4Vt/vXIKEDBcJc kG9g== X-Gm-Message-State: APjAAAWtnPZ2PMSzHR9PWNq3OQLNCC09iAIqKrqw+N9Dlg2xNUJJvHkL 5SJbBu3h3mtCux6J0jS8rq08srtkYl07QrM5tjw= X-Google-Smtp-Source: APXvYqyRB00LFrTpJJhO7CVZT/32/REJ2FHQn1eaBOoZb+le1SuBuolyoJDgToUyMuF4Bd4fI7gImMhEp+oZl8eehyk= X-Received: by 2002:a67:6988:: with SMTP id e130mr18996727vsc.197.1562156457940; Wed, 03 Jul 2019 05:20:57 -0700 (PDT) MIME-Version: 1.0 References: <1561674337-22086-1-git-send-email-tjozwiakgm@gmail.com> <1561980385-3223-1-git-send-email-tjozwiakgm@gmail.com> In-Reply-To: From: =?UTF-8?B?VG9tYXN6IErDs8W6d2lhaw==?= Date: Wed, 3 Jul 2019 14:20:46 +0200 Message-ID: To: Akhil Goyal Cc: dev@dpdk.org, "Trahe, Fiona" , "shallyv@marvell.com" , "arturx.trybula@intel.com" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v5 0/6] add multiple cores feature to test-compress-perf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Akhil, Was rebased on Monday. Too dynamic head :) , will do Today and add you in Cc. Thx, Tomek =C5=9Br., 3.07.2019, 12:21 u=C5=BCytkownik Akhil Goyal napisa=C5=82: > 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 compression devices at > > the same time. > > > > v2 changes: > > > > - fixed checkpatch warning > > - fixed max_nb_queue_pairs detection. Based on compression API > > if max_nb_queue_pairs =3D 0 that means there is no limit in > > maximum number of queue pairs > > - fixed qp setup on the last device > > > > v3 changes: > > > > - merged with commit 767350e7ede791932cc050bf2a192f6527b70c15 > > app/compress-perf: add prints for socket id > > > > - fixed wrong compression/decompression throughput calculation > > > > v4 changes: > > > > - moved release notes update to patch 1 > > - removed pmd cyclecount template > > > > v5 changes: > > > > - changed ctx null ptr detection inside constructors > > > > Tomasz Jozwiak (6): > > app/test-compress-perf: add weak functions for multi-cores test > > app/test-compress-perf: add ptest command line option > > app/test-compress-perf: add verification test case > > app/test-compress-perf: add benchmark test case > > doc: update dpdk-test-compress-perf description > > app/test-compress-perf: add force process termination > > > > app/test-compress-perf/Makefile | 1 + > > app/test-compress-perf/comp_perf.h | 50 ++ > > app/test-compress-perf/comp_perf_options.h | 45 +- > > app/test-compress-perf/comp_perf_options_parse.c | 54 +- > > app/test-compress-perf/comp_perf_test_benchmark.c | 153 ++++-- > > app/test-compress-perf/comp_perf_test_benchmark.h | 25 +- > > app/test-compress-perf/comp_perf_test_common.c | 284 ++++++++++ > > app/test-compress-perf/comp_perf_test_common.h | 41 ++ > > app/test-compress-perf/comp_perf_test_verify.c | 137 +++-- > > app/test-compress-perf/comp_perf_test_verify.h | 24 +- > > app/test-compress-perf/main.c | 605 > +++++++++------------- > > app/test-compress-perf/meson.build | 3 +- > > doc/guides/rel_notes/release_19_08.rst | 3 + > > doc/guides/tools/comp_perf.rst | 34 +- > > 14 files changed, 992 insertions(+), 467 deletions(-) > > create mode 100644 app/test-compress-perf/comp_perf.h > > create mode 100644 app/test-compress-perf/comp_perf_test_common.c > > create mode 100644 app/test-compress-perf/comp_perf_test_common.h > > > > -- > > 2.7.4 > >