test suite reviews and discussions
 help / color / mirror / Atom feed
From: JiangYuX <yux.jiang@intel.com>
To: dts@dpdk.org
Cc: JiangYu <yux.jiang@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_crypto_perf_cryptodev_perf: Adapt dpdk command update
Date: Fri, 23 Oct 2020 12:07:07 +0000	[thread overview]
Message-ID: <20201023120707.961711-1-yux.jiang@intel.com> (raw)

From: JiangYu <yux.jiang@intel.com>

In DPDK20.11 all keywords "master" "slave" are removed,
In scheduler PMD the keyword "slave" has been replaced by "worker".

Signed-off-by: JiangYu <yux.jiang@intel.com>
---
 tests/TestSuite_crypto_perf_cryptodev_perf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_crypto_perf_cryptodev_perf.py b/tests/TestSuite_crypto_perf_cryptodev_perf.py
index b8d6242..6a71f05 100644
--- a/tests/TestSuite_crypto_perf_cryptodev_perf.py
+++ b/tests/TestSuite_crypto_perf_cryptodev_perf.py
@@ -371,7 +371,7 @@ class PerfTestsCryptodev(TestCase):
                 return {}
             vdev_list = []
             for i in range(num):
-                vdev = "{}{},slave={}_qat_sym,slave={}_qat_sym,slave={}_qat_sym,mode=round-robin".format(dev,
+                vdev = "{}{},worker={}_qat_sym,worker={}_qat_sym,worker={}_qat_sym,mode=round-robin".format(dev,
                         i, w[i*3], w[i*3 + 1], w[i*3 + 2])
                 vdev_list.append(vdev)
             device["w"] = ' -w '.join(w)
-- 
2.7.4


             reply	other threads:[~2020-10-23  4:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 12:07 JiangYuX [this message]
2020-10-23  4:07 ` Jiang, YuX
2020-10-29  8:07 ` Ma, LihongX
2020-11-03  2:20   ` Tu, Lijuan

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=20201023120707.961711-1-yux.jiang@intel.com \
    --to=yux.jiang@intel.com \
    --cc=dts@dpdk.org \
    /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).