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 2962DA04EA; Fri, 29 Nov 2019 07:51:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D2B112B88; Fri, 29 Nov 2019 07:51:38 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 15D359E4 for ; Fri, 29 Nov 2019 07:51:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2019 22:51:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,256,1571727600"; d="scan'208";a="207260784" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga008.fm.intel.com with ESMTP; 28 Nov 2019 22:51:35 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 28 Nov 2019 22:51:35 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 28 Nov 2019 22:51:35 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.41]) with mapi id 14.03.0439.000; Fri, 29 Nov 2019 14:51:33 +0800 From: "Wang, Yinan" To: "Zhu, ShuaiX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V1] tests/vhost_virtio_user_interrupt:No need enable promiscuous for virtio-user. Thread-Index: AQHVpoAryy+JHdeYlkWkgx6hhG6iZaehtc0g Date: Fri, 29 Nov 2019 06:51:33 +0000 Message-ID: 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: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWYwMDBhYjUtY2U4ZS00ZjNkLWEzNTEtYjQ4N2Y4MTMwNTEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieTBKSDVUOWFSOFhsM0xaR2gxdkRjanRWSVRtamNGRkE5QngzY0pTNEltSkFndDhGU1B2bWtsYUo2RjJMNG5OVCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" 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" Acked-by: Wang, Yinan > -----Original Message----- > From: Zhu, ShuaiX > Sent: 2019=1B$BG/=1B(B11=1B$B7n=1B(B29=1B$BF|=1B(B 14:47 > To: dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > Subject: [dts][PATCH V1] tests/vhost_virtio_user_interrupt:No need enable > 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_l3fwd, > path, self.core_interrupt) > self.l3fwd.get_session_before(timeout=3D2) > -- > 2.17.2