From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id C06C91B466 for ; Mon, 7 Jan 2019 06:07:40 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2019 21:07:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,449,1539673200"; d="scan'208";a="309519997" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 06 Jan 2019 21:07:39 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 6 Jan 2019 21:07:39 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 6 Jan 2019 21:07:38 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.44]) with mapi id 14.03.0415.000; Mon, 7 Jan 2019 13:07:22 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/jumboframe: fix a typo Thread-Index: AQHUpSRuekeyRruL/UmUH9VpO6PEmaWjQ2wQ Date: Mon, 7 Jan 2019 05:07:21 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9FDCC5@SHSMSX101.ccr.corp.intel.com> References: <20190105182755.4405-1-ramirose@gmail.com> In-Reply-To: <20190105182755.4405-1-ramirose@gmail.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.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODZlMDRiMzQtMmU0ZS00MTdjLTg1Y2ItOWU5MGU3ODg2MGU5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZzAwRGdTQkMzXC9sTnlNRUNxaDVjOFdTdHZEMDlLcUxHSkd1S1hnUTd4S2tmRzloZGUyN1QzVjF4enZsMHpMMzYifQ== 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] tests/jumboframe: fix a typo 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: Mon, 07 Jan 2019 05:07:42 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Sunday, January 6, 2019 2:28 AM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] tests/jumboframe: fix a typo >=20 > This patch fixes a typo in tests/TestSuite_jumboframes.py. >=20 > Signed-off-by: Rami Rosen > --- > tests/TestSuite_jumboframes.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_jumboframes.py > b/tests/TestSuite_jumboframes.py index 0038c1b..b3d53d8 100644 > --- a/tests/TestSuite_jumboframes.py > +++ b/tests/TestSuite_jumboframes.py > @@ -142,7 +142,7 @@ class TestJumboframes(TestCase): > def test_jumboframes_normal_nojumbo(self): > """ > This case aims to test transmitting normal size packet without > jumbo > - f=3Drame on testpmd app. > + frame on testpmd app. > """ > self.pmdout.start_testpmd("Default", "--max-pkt-len=3D%d > --port-topology=3Dloop --tx-offloads=3D0x8000" % (ETHER_STANDARD_MTU)) > self.dut.send_expect("set fwd mac", "testpmd> ") > -- > 2.19.2