From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 71C75239 for ; Wed, 16 Jan 2019 06:37:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2019 21:37:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,484,1539673200"; d="scan'208";a="136175374" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 15 Jan 2019 21:37:20 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 15 Jan 2019 21:37:19 -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; Tue, 15 Jan 2019 21:37:19 -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; Wed, 16 Jan 2019 13:37:17 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] nics: fix typos Thread-Index: AQHUrJ8K36NABeoJ606IidOOq/hneaWxYdCg Date: Wed, 16 Jan 2019 05:37:16 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA03162@SHSMSX101.ccr.corp.intel.com> References: <1547535178-4726-1-git-send-email-ramirose@gmail.com> In-Reply-To: <1547535178-4726-1-git-send-email-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzc2NTRjZDAtNDc1YS00YjU3LTlhOWQtNjE2NTExMjliMTI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUHFZNFwvbkRBWmNJQjVqNElmczNQWk9aeHVBQUlSVXdZdUpDRytqV2V1RENBNVBpRGYzU0U0WFlUWElZTWFCSzcifQ== 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] nics: fix typos 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: Wed, 16 Jan 2019 05:37:22 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Tuesday, January 15, 2019 2:53 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] nics: fix typos >=20 > This patch fixes typos in three modules under nics: > addtional->additional >=20 > Signed-off-by: Rami Rosen > --- > nics/atwood.py | 2 +- > nics/br.py | 4 ++-- > nics/rrc.py | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/nics/atwood.py b/nics/atwood.py index 76a94bd..e1491c7 10064= 4 > --- a/nics/atwood.py > +++ b/nics/atwood.py > @@ -108,7 +108,7 @@ class Atwood(NetDevice): > if 'tp_path' in port_cfg.keys(): > self.tp_path =3D port_cfg['tp_path'] >=20 > - # create addtional session > + # create additional session > self.ctrl_crb =3D CtrlCrb(crb) >=20 > def setup(self): > diff --git a/nics/br.py b/nics/br.py > index 79c8a7b..d95a5f9 100644 > --- a/nics/br.py > +++ b/nics/br.py > @@ -125,7 +125,7 @@ class BoulderRapid(NetDevice): > port_info =3D self.host.get_port_info(first_addr) > if port_info is None: > raise PortConfigParseException("BoulderRapid first port = not found") > - # get addtional session > + # get additional session > netdev =3D port_info['port'] > self.ctrl_crb =3D netdev.get_control() > self.sec_port =3D True > @@ -144,7 +144,7 @@ class BoulderRapid(NetDevice): > if 'tp_path' in port_cfg.keys(): > self.tp_path =3D port_cfg['tp_path'] >=20 > - # create addtional session > + # create additional session > self.ctrl_crb =3D CtrlCrb(crb) >=20 > def setup(self): > diff --git a/nics/rrc.py b/nics/rrc.py > index a6ac175..099a6b1 100644 > --- a/nics/rrc.py > +++ b/nics/rrc.py > @@ -126,7 +126,7 @@ class RedRockCanyou(NetDevice): > port_info =3D self.host.get_port_info(first_addr) > if port_info is None: > raise PortConfigParseException("RRC first port not found= ") > - # get addtional session > + # get additional session > netdev =3D port_info['port'] > self.ctrl_crb =3D netdev.get_control() > self.sec_port =3D True > @@ -145,7 +145,7 @@ class RedRockCanyou(NetDevice): > if 'tp_path' in port_cfg.keys(): > self.tp_path =3D port_cfg['tp_path'] >=20 > - # create addtional session > + # create additional session > self.ctrl_crb =3D CtrlCrb(crb) >=20 > def setup(self): > -- > 1.8.3.1