From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CEEDF58CF for ; Thu, 5 Jan 2017 02:51:47 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 04 Jan 2017 17:51:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,318,1477983600"; d="scan'208";a="26307814" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 04 Jan 2017 17:51:46 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 17:51:46 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 17:51:46 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.177]) by SHSMSX103.ccr.corp.intel.com ([10.239.4.69]) with mapi id 14.03.0248.002; Thu, 5 Jan 2017 09:51:44 +0800 From: "Yang, Qiming" To: "Mcnamara, John" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Zhang, Helin" , "Horton, Remy" Thread-Topic: [dpdk-dev] [PATCH v4] ethtool: dispaly bus information Thread-Index: AQHSZoV0rumk1TqjO0+0E5BvcjbU8qEn4DkAgAE/COA= Date: Thu, 5 Jan 2017 01:51:44 +0000 Message-ID: References: <1482843968-6483-1-git-send-email-qiming.yang@intel.com> <1483532295-15460-1-git-send-email-qiming.yang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2U5MzMzNTEtNThkOC00MmI3LTk0M2UtMmRiYjc3NmQzNjU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ind6TVlqRzRFUlJVZlhZMUl1N0tvXC9oeUNidFBJTXF2YVJFYmllZzdRYVRBPSJ9 x-ctpclassification: CTP_IC 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: [dpdk-dev] [PATCH v4] ethtool: dispaly bus information 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: , X-List-Received-Date: Thu, 05 Jan 2017 01:51:48 -0000 -----Original Message----- From: Mcnamara, John=20 Sent: Wednesday, January 4, 2017 10:49 PM To: Yang, Qiming ; dev@dpdk.org Cc: Yigit, Ferruh ; Zhang, Helin ; Horton, Remy ; Yang, Qiming Subject: RE: [dpdk-dev] [PATCH v4] ethtool: dispaly bus information > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang > Sent: Wednesday, January 4, 2017 12:18 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Zhang, Helin=20 > ; Horton, Remy ; Yang,=20 > Qiming > Subject: [dpdk-dev] [PATCH v4] ethtool: dispaly bus information Typo: s/dispaly/display in this and other patches. Qiming: Will correct them, thank you.