From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F16D4A0487 for ; Tue, 2 Jul 2019 17:42:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 163941B9D4; Tue, 2 Jul 2019 17:42:10 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0B4E51B9CD for ; Tue, 2 Jul 2019 17:42:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 08:42:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,443,1557212400"; d="scan'208";a="315276945" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 02 Jul 2019 08:42:06 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 08:42:06 -0700 Received: from lcsmsx156.ger.corp.intel.com (10.186.165.234) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 08:42:06 -0700 Received: from HASMSX110.ger.corp.intel.com ([169.254.6.40]) by LCSMSX156.ger.corp.intel.com ([169.254.15.128]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 18:42:03 +0300 From: "Trybula, ArturX" To: Stephen Hemminger , "dev@dpdk.org" CC: "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH 16/30] examples/ethtool: fix spelling errors Thread-Index: AQHVMDrT/EhtZ66bHECumcg2IPIS9qa3eEpQ Date: Tue, 2 Jul 2019 15:42:02 +0000 Message-ID: <5B6D1C77E9D7034C93E97BD83D1D9F57077DD88B@HASMSX110.ger.corp.intel.com> References: <20190701182536.20110-1-stephen@networkplumber.org> <20190701182536.20110-17-stephen@networkplumber.org> In-Reply-To: <20190701182536.20110-17-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWMxN2VjNzMtOWIzYi00MjRmLWE5NTUtYmQ5ODQxMzMyMjUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic1hMUG5CUWxnTGJ5dWxKSCtOR1BBdHp4U2tzVGNSWExVRDk5YkFUVHdiaTdTRXhmZ0J0cmdwWXRtMkluVE9HQSJ9 x-originating-ip: [10.184.70.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 16/30] examples/ethtool: fix spelling errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger Sent: Monday, July 1, 2019 20:25 To: dev@dpdk.org Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 16/30] examples/ethtool: fix spelling errors Spelling errors found by codespell. Signed-off-by: Stephen Hemminger --- examples/ethtool/lib/rte_ethtool.c | 2 +- examples/ethtool/lib/rte_ethtoo= l.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ethtool/lib/rte_ethtool.c b/examples/ethtool/lib/rte_= ethtool.c index 571c4e5aa52c..ec543055e483 100644 --- a/examples/ethtool/lib/rte_ethtool.c +++ b/examples/ethtool/lib/rte_ethtool.c @@ -376,7 +376,7 @@ rte_ethtool_net_set_rx_mode(uint16_t port_id) rte_eth_dev_info_get(port_id, &dev_info); num_vfs =3D dev_info.max_vfs; =20 - /* Set VF vf_rx_mode, VF unsupport status is discard */ + /* Set VF vf_rx_mode, VF unsupported status is discard */ [Artur] "... is discarded"? for (vf =3D 0; vf < num_vfs; vf++) { #ifdef RTE_LIBRTE_IXGBE_PMD rte_pmd_ixgbe_set_vf_rxmode(port_id, vf, diff --git a/examples/ethtool/l= ib/rte_ethtool.h b/examples/ethtool/lib/rte_ethtool.h index f17709663644..d27e0102b1ca 100644 --- a/examples/ethtool/lib/rte_ethtool.h +++ b/examples/ethtool/lib/rte_ethtool.h @@ -189,7 +189,7 @@ int rte_ethtool_get_module_eeprom(uint16_t port_id, =20 /** * Retrieve the Ethernet device pause frame configuration according to - * parameter attributes desribed by ethtool data structure, + * parameter attributes described by ethtool data structure, * ethtool_pauseparam. * * @param port_id @@ -209,7 +209,7 @@ int rte_ethtool_get_pauseparam(uint16_t port_id, =20 /** * Setting the Ethernet device pause frame configuration according to - * parameter attributes desribed by ethtool data structure, ethtool_pausep= aram. + * parameter attributes described by ethtool data structure, ethtool_pause= param. * * @param port_id * The port identifier of the Ethernet device. -- 2.20.1