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 1F8FFA04EA; Fri, 29 Nov 2019 07:42:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D16542B88; Fri, 29 Nov 2019 07:42:18 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 0649228EE for ; Fri, 29 Nov 2019 07:42:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2019 22:42:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,256,1571727600"; d="scan'208";a="292565360" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 28 Nov 2019 22:42:14 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: yinan.wang@intel.com, "zhu,shuai" Date: Fri, 29 Nov 2019 14:47:20 +0800 Message-Id: <1575010040-33408-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/vhost_virtio_user_interrupt:No need enable promiscuous for virtio-user. 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" remove parameter -P as no need enable promiscuous for virtio-user. Signed-off-by: zhu,shuai --- 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 288da2b..e2b3f55 100644 --- a/tests/TestSuite_vhost_virtio_user_interrupt.py +++ b/tests/TestSuite_vhost_virtio_user_interrupt.py @@ -95,7 +95,7 @@ class TestVirtioUserInterrupt(TestCase): "-n %d -c %s --socket-mem 1024,1024 --legacy-mem " + \ "--log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd " + \ "--vdev=virtio_user0,path=%s,cq=1 -- -p 1 " + \ - " -P --config='(0,0,%s)' --parse-ptype " + " --config='(0,0,%s)' --parse-ptype " cmd_l3fwd = cmd_l3fwd % (self.mem_channel, self.core_mask_l3fwd, path, self.core_interrupt) self.l3fwd.get_session_before(timeout=2) -- 2.17.2