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 2F1C4A04B5; Wed, 4 Dec 2019 06:57:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 26CCD8F96; Wed, 4 Dec 2019 06:57:23 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 72D031F5 for ; Wed, 4 Dec 2019 06:57:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2019 21:57:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,276,1571727600"; d="scan'208";a="236159621" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 03 Dec 2019 21:57:20 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Dec 2019 21:57:19 -0800 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Dec 2019 21:57:19 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.72]) with mapi id 14.03.0439.000; Wed, 4 Dec 2019 13:57:17 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Wang, Yinan" , "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/vhost_virtio_user_interrupt:No need enable promiscuous for virtio-user. Thread-Index: AQHVpoAxLQWORtqTXUa1tJHxIUEhnaepglTQ Date: Wed, 4 Dec 2019 05:57:17 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB7D38A@SHSMSX101.ccr.corp.intel.com> References: <1575010040-33408-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1575010040-33408-1-git-send-email-shuaix.zhu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDYwNGRhZTUtOGNlZC00ZDFlLTgwOWEtZDhiNDBhNjM1NjNjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaGRvXC96N1dFTHp0Q1NJU292NzdRTjhqRmdYWkljRjV3dTNiTmJFTHk1eDRid3g2ODR2WVM4YzExNU1hekNWK2kifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > Sent: Friday, November 29, 2019 2:47 PM > To: dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > > Subject: [dts] [PATCH V1] tests/vhost_virtio_user_interrupt:No need enabl= e > promiscuous for virtio-user. >=20 > remove parameter -P as no need enable promiscuous for virtio-user. >=20 > Signed-off-by: zhu,shuai > --- > tests/TestSuite_vhost_virtio_user_interrupt.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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=3D'user1,7' --no-pci --file-prefix=3Dl3= fwd-pwd " + \ > "--vdev=3Dvirtio_user0,path=3D%s,cq=3D1 -- -p 1 " + = \ > - " -P --config=3D'(0,0,%s)' --parse-ptype " > + " --config=3D'(0,0,%s)' --parse-ptype " > cmd_l3fwd =3D cmd_l3fwd % (self.mem_channel, self.core_mask_l3fw= d, > path, self.core_interrupt) > self.l3fwd.get_session_before(timeout=3D2) > -- > 2.17.2