DPDK patches and discussions
 help / color / mirror / Atom feed
From: Nicolas Chautru <nicolas.chautru@intel.com>
To: dev@dpdk.org, akhil.goyal@nxp.com, trix@redhat.com
Cc: david.marchand@redhat.com, Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [dpdk-dev] [PATCH v6 6/7] app/bbdev: reduce duration of throughput test
Date: Mon, 26 Oct 2020 10:48:09 -0700	[thread overview]
Message-ID: <1603734490-57821-7-git-send-email-nicolas.chautru@intel.com> (raw)
In-Reply-To: <1603734490-57821-1-git-send-email-nicolas.chautru@intel.com>

Reducing number of repetitions from 1000 to 100
to save time. Results are accurate enough with
100 loops.

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
Acked-by: Liu Tianjiao <tianjiao.liu@intel.com>
Reviewed-by: Tom Rix <trix@redhat.com>
---
 app/test-bbdev/test_bbdev_perf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_bbdev_perf.c
index 01d243a..66264b3 100644
--- a/app/test-bbdev/test_bbdev_perf.c
+++ b/app/test-bbdev/test_bbdev_perf.c
@@ -24,7 +24,7 @@
 #define GET_SOCKET(socket_id) (((socket_id) == SOCKET_ID_ANY) ? 0 : (socket_id))
 
 #define MAX_QUEUES RTE_MAX_LCORE
-#define TEST_REPETITIONS 1000
+#define TEST_REPETITIONS 100
 #define WAIT_OFFLOAD_US 1000
 
 #ifdef RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC
-- 
1.8.3.1


  parent reply	other threads:[~2020-10-26 17:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 17:48 [dpdk-dev] [PATCH v6 0/7] BBDEV test updates Nicolas Chautru
2020-10-26 17:48 ` [dpdk-dev] [PATCH v6 1/7] app/bbdev: add explicit ut for latency vs validation Nicolas Chautru
2020-10-26 17:48 ` [dpdk-dev] [PATCH v6 2/7] app/bbdev: add explicit check for counters Nicolas Chautru
2020-10-26 17:48 ` [dpdk-dev] [PATCH v6 3/7] app/bbdev: include explicit HARQ preloading Nicolas Chautru
2020-10-26 17:48 ` [dpdk-dev] [PATCH v6 4/7] app/bbdev: define wait for offload Nicolas Chautru
2020-10-26 17:48 ` [dpdk-dev] [PATCH v6 5/7] app/bbdev: skip bler ut when compression is used Nicolas Chautru
2020-10-26 17:48 ` Nicolas Chautru [this message]
2020-10-26 17:48 ` [dpdk-dev] [PATCH v6 7/7] app/bbdev: update offload test to dequeue full ring Nicolas Chautru
2020-10-28 12:15 ` [dpdk-dev] [PATCH v6 0/7] BBDEV test updates Akhil Goyal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1603734490-57821-7-git-send-email-nicolas.chautru@intel.com \
    --to=nicolas.chautru@intel.com \
    --cc=akhil.goyal@nxp.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=trix@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).