From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1489C3251 for ; Wed, 31 May 2017 07:29:12 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2017 22:29:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,422,1491289200"; d="scan'208";a="1154760959" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 30 May 2017 22:29:10 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 30 May 2017 22:29:10 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 30 May 2017 22:29:10 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Wed, 31 May 2017 13:29:06 +0800 From: "Xing, Beilei" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" CC: "Pattan, Reshma" , "Jain, Deepak K" , "Van Haaren, Harry" , "Jastrzebski, MichalX K" , "Azarewicz, PiotrX T" Thread-Topic: [dpdk-dev] [PATCH 2/3] drivers/net: add support for IF-MIB and EtherLike-MIB for i40e Thread-Index: AQHS0wh44jIs1nI4c06w/toIAyAOoqIN8wQg Date: Wed, 31 May 2017 05:29:06 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FBE49E@SHSMSX101.ccr.corp.intel.com> References: <20170522143202.22424-1-michalx.k.jastrzebski@intel.com> <20170522143202.22424-3-michalx.k.jastrzebski@intel.com> In-Reply-To: <20170522143202.22424-3-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 2/3] drivers/net: add support for IF-MIB and EtherLike-MIB for i40e 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: Wed, 31 May 2017 05:29:13 -0000 Hi Michal, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Monday, May 22, 2017 10:32 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Jain, Deepak K > ; Van Haaren, Harry > ; Jastrzebski, MichalX K > ; Azarewicz, PiotrX T > > Subject: [dpdk-dev] [PATCH 2/3] drivers/net: add support for IF-MIB and > EtherLike-MIB for i40e >=20 > If-MIB xstats: > ifNumber > ifIndex > ifType > ifMtu > ifSpeed > ifPhysAddress > ifOperStatus > ifLastChange > ifHighSpeed > ifConnectorPresent > ifCounterDiscontinuityTime >=20 > EtherLike-MIB xstats: > dot3PauseOperMode > dot3StatsDuplexStatus > dot3StatsRateControlAbility > dot3StatsRateControlStatus > dot3ControlFunctionsSupported >=20 > Signed-off-by: Piotr Azarewicz > Signed-off-by: Michal Jastrzebski > --- Could you help to detail the purpose of the patch? seems you want to get so= me interface and link info instead of statistics.