Hi Michal, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Monday, May 22, 2017 10:32 PM > To: dev@dpdk.org > Cc: Pattan, Reshma <reshma.pat...@intel.com>; Jain, Deepak K > <deepak.k.j...@intel.com>; Van Haaren, Harry > <harry.van.haa...@intel.com>; Jastrzebski, MichalX K > <michalx.k.jastrzeb...@intel.com>; Azarewicz, PiotrX T > <piotrx.t.azarew...@intel.com> > Subject: [dpdk-dev] [PATCH 2/3] drivers/net: add support for IF-MIB and > EtherLike-MIB for i40e > > If-MIB xstats: > ifNumber > ifIndex > ifType > ifMtu > ifSpeed > ifPhysAddress > ifOperStatus > ifLastChange > ifHighSpeed > ifConnectorPresent > ifCounterDiscontinuityTime > > EtherLike-MIB xstats: > dot3PauseOperMode > dot3StatsDuplexStatus > dot3StatsRateControlAbility > dot3StatsRateControlStatus > dot3ControlFunctionsSupported > > Signed-off-by: Piotr Azarewicz <piotrx.t.azarew...@intel.com> > Signed-off-by: Michal Jastrzebski <michalx.k.jastrzeb...@intel.com> > ---
Could you help to detail the purpose of the patch? seems you want to get some interface and link info instead of statistics.