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 CF03BA04F5; Mon, 9 Dec 2019 06:13:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 891BD2C12; Mon, 9 Dec 2019 06:13:23 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1E5952BAB for ; Mon, 9 Dec 2019 06:13:21 +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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Dec 2019 21:13:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,294,1571727600"; d="scan'208";a="210003176" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 08 Dec 2019 21:13:20 -0800 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 8 Dec 2019 21:13:19 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 8 Dec 2019 21:13:19 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.109]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.236]) with mapi id 14.03.0439.000; Mon, 9 Dec 2019 13:13:18 +0800 From: "Zhao, XinfengX" To: "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts][PATCH V1 2/2] tests/metering_and_policing: modify the test command for softnic Thread-Index: AQHVrBBpM8xV2ucQp0CDr0JqrcPH2aexRmOg Date: Mon, 9 Dec 2019 05:13:17 +0000 Message-ID: <44051B25D8C8784BB77FFB604D6A70CA120AC6E2@shsmsx102.ccr.corp.intel.com> References: <1575591901-198081-1-git-send-email-xinfengx.zhao@intel.com> <1575591901-198081-2-git-send-email-xinfengx.zhao@intel.com> In-Reply-To: <1575591901-198081-2-git-send-email-xinfengx.zhao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 2/2] tests/metering_and_policing: modify the test command for softnic 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" Tested-by: Zhao, Xinfeng -----Original Message----- From: Zhao, XinfengX=20 Sent: Friday, December 6, 2019 8:25 AM To: dts@dpdk.org Cc: Zhao, XinfengX Subject: [dts][PATCH V1 2/2] tests/metering_and_policing: modify the test c= ommand for softnic Signed-off-by: Xinfeng Zhao --- tests/TestSuite_metering_and_policing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_metering_and_policing.py b/tests/TestSuite_met= ering_and_policing.py index ef8c419..73bcdbb 100644 --- a/tests/TestSuite_metering_and_policing.py +++ b/tests/TestSuite_metering_and_policing.py @@ -155,8 +155,8 @@ class TestMeteringAndPolicing(TestCase): Corelist =3D "0x1f" Servicecorelist =3D "0x10" self.path =3D "./%s/app/testpmd" % self.target - cmd =3D self.path + " -c %s -s %s -n %d --vdev 'net_softnic0,firmw= are=3D%s,cpu_id=3D0,conn_port=3D8086' \ - -- -i --rxq=3D%d --txq=3D%d --portmask=3D%s" \ + cmd =3D self.path + " -c %s -s %s -n %d --vdev 'net_softnic0,firmw= are=3D%s' \ + -- -i --rxq=3D%d --txq=3D%d --portmask=3D%s --disable-rss" \ % (Corelist, Servicecorelist, self.dut.get_memory_channels()= , filename, self.port_id, self.port_id, portmask) self.dut.send_expect(cmd, "testpmd>", 60) =20 --=20 2.17.1