[dpdk-dev] [PATCH 0/3] drivers/net: add support for IF-MIB and EtherLike-MIB
Michal Jastrzebski
michalx.k.jastrzebski at intel.com
Mon May 22 16:31:59 CEST 2017
Extend Intel NICs (i40e, ixgbe, e1000) xstats for IF-MIB and
EtherLike-MIB.
If-MIB xstats:
ifNumber
ifIndex
ifType
ifMtu
ifSpeed
ifPhysAddress
ifOperStatus
ifLastChange
ifHighSpeed
ifConnectorPresent
ifCounterDiscontinuityTime
EtherLike-MIB xstats:
dot3PauseOperMode
dot3StatsDuplexStatus
dot3StatsRateControlAbility
dot3StatsRateControlStatus
dot3ControlFunctionsSupported
Michal Jastrzebski (3):
drivers/net: add support for IF-MIB and EtherLike-MIB for e1000
drivers/net: add support for IF-MIB and EtherLike-MIB for i40e
drivers/net: add support for IF-MIB and EtherLike-MIB for ixgbe
drivers/net/e1000/e1000_ethdev.h | 59 ++++++++
drivers/net/e1000/igb_ethdev.c | 296 ++++++++++++++++++++++++++++++++++----
drivers/net/i40e/i40e_ethdev.c | 171 +++++++++++++++++++++-
drivers/net/i40e/i40e_ethdev.h | 60 ++++++++
drivers/net/ixgbe/ixgbe_ethdev.c | 275 ++++++++++++++++++++++++++++++++---
drivers/net/ixgbe/ixgbe_ethdev.h | 59 ++++++++
6 files changed, 878 insertions(+), 42 deletions(-)
--
1.7.9.5
More information about the dev
mailing list