From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 59A2B2BD5 for ; Thu, 7 Mar 2019 11:34:05 +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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 02:34:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,451,1544515200"; d="scan'208";a="129590176" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 07 Mar 2019 02:34:04 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 02:34:03 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 02:34:03 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.158]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.252]) with mapi id 14.03.0415.000; Thu, 7 Mar 2019 18:34:01 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] test_plans: fix name of a parameter in VF offload test plan Thread-Index: AQHU05PJhEkyrFqeK0SBr7gYoo2756X/+1sw Date: Thu, 7 Mar 2019 10:34:00 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA3F73A@SHSMSX101.ccr.corp.intel.com> References: <20190305204034.21569-1-ramirose@gmail.com> In-Reply-To: <20190305204034.21569-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGMzNDlkMWItM2U5Yi00MGYwLTgwNzMtYjFlOTJkM2RiM2Y4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibUlPZXlYSk8zM1VoY2dlMDFnRlhwYzlyRlQ0STNlYXNFOHAzTVwveGF2VVFzbGhlVnArelc5K2oyeEdVeHBEV3EifQ== 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] test_plans: fix name of a parameter in VF offload test plan 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, 07 Mar 2019 10:34:05 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Wednesday, March 6, 2019 4:41 AM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] test_plans: fix name of a parameter in VF offload = test > plan >=20 > Testpmd has no longer a paramater called enable-rx-checksum, > it should be: enable-rx-cksum. This patch fixes it in the > VF offload test plan. >=20 > See: > https://git.dpdk.org/dpdk/tree/app/test-pmd/parameters.c#n134 >=20 > Signed-off-by: Rami Rosen > --- > test_plans/vf_offload_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/test_plans/vf_offload_test_plan.rst > b/test_plans/vf_offload_test_plan.rst > index 59c54c4..5313bc9 100644 > --- a/test_plans/vf_offload_test_plan.rst > +++ b/test_plans/vf_offload_test_plan.rst > @@ -51,7 +51,7 @@ launch the ``testpmd`` with the following arguments:: >=20 > ./build/app/testpmd -cffffff -n 1 -- -i --burst=3D1 --txpt`=3D32 \ > --txht=3D8 --txwt=3D0 --txfreet=3D0 --rxfreet=3D64 --mbcache=3D250 --p= ortmask=3D0x5 > - enable-rx-checksum > + enable-rx-cksum >=20 > Set the verbose level to 1 to display information for each received pack= et:: >=20 > -- > 2.19.2