From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 60690A05D3 for ; Sun, 24 Mar 2019 09:22:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 18F701B7E3; Sun, 24 Mar 2019 09:22:20 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9C0541B7D5 for ; Sun, 24 Mar 2019 09:22:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2019 01:22:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="157882152" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 24 Mar 2019 01:22:17 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 01:22:17 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 01:22:16 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.158]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.134]) with mapi id 14.03.0415.000; Sun, 24 Mar 2019 16:22:15 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] doc/dts_gsg: fix a typo Thread-Index: AQHU4J2/FCInjFHNaEywUCviPvc/nKYadBfg Date: Sun, 24 Mar 2019 08:22:14 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA45961@SHSMSX101.ccr.corp.intel.com> References: <20190322105500.11508-1-ramirose@gmail.com> In-Reply-To: <20190322105500.11508-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFhYTI0YzItYTY0Yy00NGQ4LTlkMTgtZTk4MDk1ODUzNDY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiakE3ZFZBRFFiOXNQQTl3NVFWVUJxREdSR3RjYnhFeks5S1FYcDdNZ2JzTU85VmxkK0QxMk5udmxZejlZc0RSRSJ9 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/dts_gsg: 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Friday, March 22, 2019 3:55 AM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] doc/dts_gsg: fix a typo >=20 > This patch fixes a trivial typo in getting started guide. > covertion=3D>conversion. >=20 > Signed-off-by: Rami Rosen > --- > doc/dts_gsg/intro.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/dts_gsg/intro.rst b/doc/dts_gsg/intro.rst index > ce45c90..b86a1cb 100644 > --- a/doc/dts_gsg/intro.rst > +++ b/doc/dts_gsg/intro.rst > @@ -55,7 +55,7 @@ In the DPDK Test Suite Test Framework, it provides the > following modules to help > +-----------------------+-------------------------------------------= ------------------------- > -------------------------------------------------------------------------= -----------------+ > | settings.py | Setting for default network card and its i= dentifiers > supported by the framework = | > +-----------------------+-------------------------------------------= ------------------------- > -------------------------------------------------------------------------= -----------------+ > - | utils.py | Provide shared simple functions like IP ad= dress covertion > and mask creation = | > + | utils.py | Provide shared simple functions like IP ad= dress conversion > and mask creation = | > +-----------------------+-------------------------------------------= ------------------------- > -------------------------------------------------------------------------= -----------------+ > | ssh_connection.py | Create session to host, implement send_exp= ect and > copy function = | > +-----------------------+-------------------------------------------= ------------------------- > -------------------------------------------------------------------------= -----------------+ > -- > 2.19.2