From patchwork Fri Oct 30 14:31:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 82859 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65ABFA04DD; Fri, 30 Oct 2020 07:35:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 59D8A5AB9; Fri, 30 Oct 2020 07:35:15 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5E3025913 for ; Fri, 30 Oct 2020 07:35:13 +0100 (CET) IronPort-SDR: 8OnErUr82Op9/P/mMeE0SxsxcY7GG0wXxVv+PpKMR9x4a8xpC8LwHEmh6Fi/sk6HyjF0/zcE5I OMHcYWKIg1Ig== X-IronPort-AV: E=McAfee;i="6000,8403,9789"; a="168663014" X-IronPort-AV: E=Sophos;i="5.77,432,1596524400"; d="scan'208";a="168663014" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 23:35:11 -0700 IronPort-SDR: 1piGsfG7ByFdSeKxKdslGehT2NkjSHEML8Ype8f7B6lCWTFlOkUIqKsvT3scVQbIrwgArOCCrD T76w1AE5zM8Q== X-IronPort-AV: E=Sophos;i="5.77,432,1596524400"; d="scan'208";a="536961284" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 23:35:09 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 30 Oct 2020 22:31:29 +0800 Message-Id: <20201030143129.24011-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] tests/TestSuite_vhost_virtio_user_interrupt:-w is wrong add in virito l3fwd cmd X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" -w is wrong add in virito l3fwd cmd Signed-off-by: lingwei Tested-by: Ling, Wei Acked-by: Lihong Ma --- tests/TestSuite_vhost_virtio_user_interrupt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vhost_virtio_user_interrupt.py b/tests/TestSuite_vhost_virtio_user_interrupt.py index 104998f..9f89c46 100644 --- a/tests/TestSuite_vhost_virtio_user_interrupt.py +++ b/tests/TestSuite_vhost_virtio_user_interrupt.py @@ -106,7 +106,7 @@ class TestVirtioUserInterrupt(TestCase): self.core_interrupt = self.core_list_l3fwd[0] example_para = "./%s " % self.app_l3fwd_power_path vdev = "virtio_user0,path=%s,cq=1" % path if not packed else "virtio_user0,path=%s,cq=1,packed_vq=1" % path - eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, ports=[self.pci_info], vdevs=[vdev]) + eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, vdevs=[vdev]) if self.check_2M_env: eal_params += " --single-file-segments" para = " --config='(0,0,%s)' --parse-ptype --interrupt-only" % self.core_interrupt