From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 455D31E357 for ; Thu, 14 Jun 2018 10:34:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2018 01:34:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,222,1526367600"; d="scan'208";a="237078422" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 14 Jun 2018 01:34:29 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 14 Jun 2018 01:34:29 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 14 Jun 2018 01:34:29 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.82]) by shsmsx102.ccr.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0319.002; Thu, 14 Jun 2018 16:34:05 +0800 From: "Tu, Lijuan" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V3] add tx-offloads value to start testpmd Thread-Index: AQHUAvTzFV5tu1PxuEi18yt6yyQY2KRfbqqA Date: Thu, 14 Jun 2018 08:34:04 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20EE6B0B2@SHSMSX101.ccr.corp.intel.com> References: <1528880449-55736-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1528880449-55736-1-git-send-email-gangx.xu@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.0.200.100 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWQ5NDQxMmUtYTc2Mi00MzA5LWJmNmItNjEwOGQyNTM1NDRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQ2g4encxd3U3bTdFSmN1RE8rSVFaSko4c0xTd2ZyVm85T3MwNXF3U2p4QkNqSVZMZHNNMG5hS2h5QjRVRERLNCJ9 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 V3] add tx-offloads value to start testpmd 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: , X-List-Received-Date: Thu, 14 Jun 2018 08:34:31 -0000 Hi gang, Could add some words why you add this tx-offloads? -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang Sent: Wednesday, June 13, 2018 5:01 PM To: dts@dpdk.org Cc: Xu, GangX Subject: [dts] [PATCH V3] add tx-offloads value to start testpmd open TX_OFFLOAD options=20 Signed-off-by: xu,gang --- tests/TestSuite_scatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py index = 74fc08f..31f400d 100644 --- a/tests/TestSuite_scatter.py +++ b/tests/TestSuite_scatter.py @@ -105,7 +105,7 @@ class TestScatter(TestCase): """ out =3D self.pmdout.start_testpmd( "1S/2C/1T", "--mbcache=3D200 --mbuf-size=3D%d --portmask=3D0x1= " - "--max-pkt-len=3D9000 --port-topology=3Dloop" % (self.mbsize)) + "--max-pkt-len=3D9000 --port-topology=3Dloop=20 + --tx-offloads=3D0x00000008" % (self.mbsize)) =20 self.verify("Error" not in out, "launch error 1") =20 -- 1.9.3