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 514B3A04E0; Wed, 27 Nov 2019 10:30:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 466065B3E; Wed, 27 Nov 2019 10:30:29 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2E65B5B32 for ; Wed, 27 Nov 2019 10:30:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2019 01:30:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,248,1571727600"; d="scan'208";a="206843517" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 27 Nov 2019 01:30:26 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 27 Nov 2019 01:30:26 -0800 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 27 Nov 2019 01:30:26 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.60]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.225]) with mapi id 14.03.0439.000; Wed, 27 Nov 2019 17:30:24 +0800 From: "Zhu, ShuaiX" To: "Tu, Lijuan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH V1] tests/vhost_virtio_user_interrupt:Enable promiscuous mode. Thread-Index: AQHVpQSv6PQhysLt3EGgBCH0WsTOZKeewIBw Date: Wed, 27 Nov 2019 09:30:24 +0000 Message-ID: <4DC48DF9BDA3E54A836D2D3C057DEC6F0BBAECB6@SHSMSX103.ccr.corp.intel.com> References: <1574670794-117095-1-git-send-email-shuaix.zhu@intel.com> <8CE3E05A3F976642AAB0F4675D0AD20E0BB6970C@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <8CE3E05A3F976642AAB0F4675D0AD20E0BB6970C@SHSMSX101.ccr.corp.intel.com> Accept-Language: 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-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:Enable promiscuous mode. 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" Ok, I see. I 'll edit the comments. Thank you. > -----Original Message----- > From: Tu, Lijuan > Sent: Wednesday, November 27, 2019 5:26 PM > To: Zhu, ShuaiX ; dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > Subject: RE: [dts] [PATCH V1] tests/vhost_virtio_user_interrupt:Enable > promiscuous mode. >=20 > Please change your comments, ``cq`` is used to enable control queue, but= not > promiscuous mode. >=20 > > -----Original Message----- > > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > > Sent: Monday, November 25, 2019 4:33 PM > > To: dts@dpdk.org > > Cc: Wang, Yinan ; Zhu, ShuaiX > > > > Subject: [dts] [PATCH V1] tests/vhost_virtio_user_interrupt:Enable > > promiscuous mode. > > > > Transfer some control information.Enable promiscuous mode. > > > > 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 002588d..288da2b 100644 > > --- a/tests/TestSuite_vhost_virtio_user_interrupt.py > > +++ b/tests/TestSuite_vhost_virtio_user_interrupt.py > > @@ -94,7 +94,7 @@ class TestVirtioUserInterrupt(TestCase): > > cmd_l3fwd =3D "./examples/l3fwd-power/build/l3fwd-power " + \ > > "-n %d -c %s --socket-mem 1024,1024 --legacy-mem " > + \ > > "--log-level=3D'user1,7' --no-pci --file-prefix=3D= l3fwd-pwd > " + \ > > - "--vdev=3Dvirtio_user0,path=3D%s -- -p 1 " + \ > > + "--vdev=3Dvirtio_user0,path=3D%s,cq=3D1 -- -p 1 " = + \ > > " -P --config=3D'(0,0,%s)' --parse-ptype " > > cmd_l3fwd =3D cmd_l3fwd % (self.mem_channel, > self.core_mask_l3fwd, > > path, self.core_interrupt) > > -- > > 2.17.2