From patchwork Fri May 20 01:52:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 111456 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4A428A0503; Fri, 20 May 2022 03:52:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0EED240156; Fri, 20 May 2022 03:52:26 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 4844C40151 for ; Fri, 20 May 2022 03:52:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653011544; x=1684547544; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HxGTeGg/L2fHYi0xfuTiTaBYoQCmJ15pkMZDgs/ywks=; b=SrgltDGzCPiyoTwkbvlQMqO8SNBPTWVG1VCGfyhRw4UffR2kTz/LdGiK hs4K5KOdJWC1t7nbHxdUmSvy5jqAk2eSLbm7p7AqNBI7bm2ZkFoonYbtf r3NORMJ3ib4vKE9VkONug8vnjS6XNfHJ1mGzJLqQu8+E5jUy8pAAroF/f iHMpOXVh8qUhA2QGwk/w0pb06H4P5e6LK81QB0eaq4DYHcPY0dN3E37Wd KRWI9ZZK9W5/snyQ12m6tp1gB7K4AAKSik4GwEqf8kMrDSWmOniT3P4rM /IL3HpLOXFuG0KSUTWWhW571UqsQDdINiOMqX03JEELa92zdA8K9lXFka g==; X-IronPort-AV: E=McAfee;i="6400,9594,10352"; a="297758135" X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="297758135" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 18:52:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="701480355" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.118.178]) by orsmga004.jf.intel.com with ESMTP; 19 May 2022 18:52:22 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1]tests/perf_test_base: add the correct corelist Date: Fri, 20 May 2022 09:52:15 +0800 Message-Id: <20220520015215.3385269-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Signed-off-by: Yingya Han Tested-by: Yu Jiang --- tests/perf_test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/perf_test_base.py b/tests/perf_test_base.py index d60572e0..74a2a37e 100644 --- a/tests/perf_test_base.py +++ b/tests/perf_test_base.py @@ -1366,7 +1366,7 @@ class PerfTestBase(object): configs.append( [ test_item, - _corelist, + corelist, ",".join( [ "({0},{1},{2})".format(port, queue, core)