From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8E833235 for ; Tue, 26 Feb 2019 04:26:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2019 19:26:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,413,1544515200"; d="scan'208";a="120796477" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga008.jf.intel.com with ESMTP; 25 Feb 2019 19:26:03 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 19:26:02 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 19:26:02 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.102]) with mapi id 14.03.0415.000; Tue, 26 Feb 2019 11:26:00 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] test_plans: fix a typo in crc test plan Thread-Index: AQHUxRdLgbuEpMQrVUWaHW+zmtSBBKXxe8mw Date: Tue, 26 Feb 2019 03:26:00 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA272CE@SHSMSX101.ccr.corp.intel.com> References: <20190215101313.4177-1-ramirose@gmail.com> In-Reply-To: <20190215101313.4177-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTI5ZDgxZjYtMmM4MS00ZTNjLTllOTQtMzJmMDQ0Yzc3ZjEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiczZQNE05SkdWQW9WM3ZsWUI0NWhidFpZM1pLSmozQXlyWnozaTd5MWlOZU1MUHdXVU5XOThkK01FOEZNV3l1QyJ9 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 a typo in crc 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: Tue, 26 Feb 2019 03:26:05 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Friday, February 15, 2019 6:13 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] test_plans: fix a typo in crc test plan >=20 > This patch fixes a typo in crc test plan. >=20 > Signed-off-by: Rami Rosen > --- > test_plans/unit_tests_crc_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/test_plans/unit_tests_crc_test_plan.rst > b/test_plans/unit_tests_crc_test_plan.rst > index 873d2e3..3f51b5a 100644 > --- a/test_plans/unit_tests_crc_test_plan.rst > +++ b/test_plans/unit_tests_crc_test_plan.rst > @@ -56,7 +56,7 @@ The steps to run the unit test manually are as follow:: > # ./build/build/test/test/test -n 1 -c ffff > RTE>> crc_autotest >=20 > -The final output of the test will has to be "Test OK". > +The final output of the test will have to be "Test OK". >=20 > Algorithm Description > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > -- > 2.19.2