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 CD526A04A2; Wed, 6 Nov 2019 02:33:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 979051BFCE; Wed, 6 Nov 2019 02:33:37 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 753361BFCD for ; Wed, 6 Nov 2019 02:33:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Nov 2019 17:33:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,272,1569308400"; d="scan'208";a="353332031" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 05 Nov 2019 17:33:34 -0800 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 Nov 2019 17:33:33 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 Nov 2019 17:33:33 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.60]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.127]) with mapi id 14.03.0439.000; Wed, 6 Nov 2019 09:33:31 +0800 From: "Zhu, ShuaiX" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH V1] tests/vdev_primary_secondary:disable RSS Thread-Index: AQHVlD8sKK0O5UrGTEWS7gj8MR6ziqd9WrQg Date: Wed, 6 Nov 2019 01:33:31 +0000 Message-ID: <4DC48DF9BDA3E54A836D2D3C057DEC6F0BBA8220@SHSMSX103.ccr.corp.intel.com> References: <1572934913-57413-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: 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/vdev_primary_secondary:disable RSS 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" Hi lihong, Time.sleep needs to be added after the first process starts, waiting fo= r the second start. If placed after the second process, the second process = cannot be started. > -----Original Message----- > From: Ma, LihongX > Sent: Wednesday, November 6, 2019 9:12 AM > To: Zhu, ShuaiX ; dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > Subject: RE: [dts] [PATCH V1] tests/vdev_primary_secondary:disable RSS >=20 > Hi, shuai > I think you time.sleep(3) should add after the command ' > self.vhost_secondary.send_expect(final_cmd_secondary, " ", 120)' > Because you only wait the first app but not wait the second app. > And I think you can use ' Checking' or 'Port' instead of ' ' as a expecte= d word. >=20 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > Sent: Tuesday, November 5, 2019 2:22 PM > To: dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > Subject: [dts] [PATCH V1] tests/vdev_primary_secondary:disable RSS >=20 > RSS is not support by virito device and will thus will return error confi= gure device > with RSS enabled. Need to disable RSS when configuring virtio device. >=20 > Signed-off-by: zhu,shuai > --- > tests/TestSuite_vdev_primary_secondary.py | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/tests/TestSuite_vdev_primary_secondary.py > b/tests/TestSuite_vdev_primary_secondary.py > index 8b7b899..102a9e0 100644 > --- a/tests/TestSuite_vdev_primary_secondary.py > +++ b/tests/TestSuite_vdev_primary_secondary.py > @@ -119,6 +119,7 @@ class TestVdevPrimarySecondary(TestCase): > final_cmd_first =3D example_cmd_auto % (self.mem_channels, > self.queues) > final_cmd_secondary =3D example_cmd_secondary % > (self.mem_channels, self.queues) > self.vhost_first.send_expect(final_cmd_first, " ", 120) > + time.sleep(3) > self.vhost_secondary.send_expect(final_cmd_secondary, " ", 120) >=20 >=20 > @@ -126,6 +127,8 @@ class TestVdevPrimarySecondary(TestCase): >=20 > self.vm_dut.send_expect("cp ./examples/multi_process/symmetric_mp/main.c > .", "#") > self.vm_dut.send_expect( > "sed -i '/.offloads =3D > DEV_RX_OFFLOAD_CHECKSUM,/d' ./examples/multi_process/symmetric_mp/m > ain.c", "#") > + self.vm_dut.send_expect( > + "sed -i 's/.mq_mode =3D > ETH_MQ_RX_RSS,/.mq_mode =3D > ETH_MQ_RX_NONE,/g' ./examples/multi_process/symmetric_mp/main.c", "#") > out =3D > self.vm_dut.build_dpdk_apps('./examples/multi_process/symmetric_mp') > self.verify("Error" not in out, "compilation symmetric_mp error"= ) >=20 > -- > 2.17.2