Hi Michal, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Michal Jastrzebski > Sent: Monday, May 22, 2017 10:32 PM > To: [email protected] > Cc: Pattan, Reshma <[email protected]>; Jain, Deepak K > <[email protected]>; Van Haaren, Harry > <[email protected]>; Jastrzebski, MichalX K > <[email protected]>; Azarewicz, PiotrX T > <[email protected]> > 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 <[email protected]> > Signed-off-by: Michal Jastrzebski <[email protected]> > ---
Could you help to detail the purpose of the patch? seems you want to get some interface and link info instead of statistics.

