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 042F91B477 for ; Mon, 7 Jan 2019 06:11:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2019 21:11:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,449,1539673200"; d="scan'208";a="289385900" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 06 Jan 2019 21:11:18 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 6 Jan 2019 21:11:18 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 6 Jan 2019 21:11:17 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.46]) with mapi id 14.03.0415.000; Mon, 7 Jan 2019 13:11:16 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] doc: fix a typo in gsg system requirements doc Thread-Index: AQHUo5u7Nm+xBfOby0O3oZiroITkdKWjR5eA Date: Mon, 7 Jan 2019 05:11:16 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9FDD54@SHSMSX101.ccr.corp.intel.com> References: <20190103193644.3066-1-ramirose@gmail.com> In-Reply-To: <20190103193644.3066-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGE0MWE5NmQtN2EyMy00YjI2LWEwMGEtZDYzODMzYzVjYmQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVTQ4eXI1dHFKQkFCMWZRSnBxTjFFR2JSaEpGd3BxMTBvZ3ZiRktSbkI2SmlrRHFRMEF6UkE0c1dlek9jU0F2NCJ9 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] doc: fix a typo in gsg system requirements doc 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:11:20 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Friday, January 4, 2019 3:37 AM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] doc: fix a typo in gsg system requirements doc >=20 > This patch fixes a typo in gsg system requirements doc. >=20 > Signed-off-by: Rami Rosen > --- > doc/dts_gsg/sys_reqs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/dts_gsg/sys_reqs.rst b/doc/dts_gsg/sys_reqs.rst index > edc2a23..c5a4794 100644 > --- a/doc/dts_gsg/sys_reqs.rst > +++ b/doc/dts_gsg/sys_reqs.rst > @@ -76,7 +76,7 @@ Setup and configure Scapy > ~~~~~~~~~~~~~~~~~~~~~~~~~ Scapy is a powerful interactive packet > manipulation program. It is able to forge or decode packets of a wide > number of protocols, send them on the wire, capture them, match requests > and replies, and much more. It can easily handle most classical tasks lik= e > scanning, tracerouting, probing, unit tests, attacks or network discovery= . >=20 > -DTCS uses python module scapy to forge or decode packets of a wide > number of protocols, send them over the wire, capture them, and analyse > the packets. > +DTS uses python module scapy to forge or decode packets of a wide > number of protocols, send them over the wire, capture them, and analyse > the packets. >=20 > .. code-block:: console >=20 > -- > 2.19.2