[dpdk-dev] [PATCH 00/12] update ixgbe base driver

Wenzhuo Lu wenzhuo.lu at intel.com
Tue Jan 19 03:48:01 CET 2016


*add new devices and mac type
*use PHY token for X550EM_a
*set VF mac address only when acked by PF
*always turn PHY power on when requested
*add definition of a register for mac SGMII busy
*support fuse for both x550em_x V1 and V2
*remove duplicate setting for fdir no match drop
*consolidate MDIO speed-setting
*use link instead of I2C combined abstraction


Wenzhuo Lu (12):
  ixgbe/base: update readme
  ixgbe/base: add new devices and mac type
  ixgeb/base: use PHY token for X550EM_a
  ixgbe/base: set VF mac address only when acked by PF
  ixgbe/base: always turn PHY power on when requested
  ixgbe/base: add definition of a register for mac SGMII busy
  ixgbe/base: support fuse for both x550em_x V1 and V2
  ixgbe/base: remove duplicate setting for fdir no match drop
  ixgbe/base: consolidate MDIO speed-setting
  ixgbe/base: use link instead of I2C combined abstraction
  ixgbe: support new devices and mac types
  doc: update release note for ixgbe base code update

 doc/guides/rel_notes/release_2_3.rst            |  54 ++++
 drivers/net/ixgbe/base/README                   |   2 +-
 drivers/net/ixgbe/base/ixgbe_82599.c            |   7 +-
 drivers/net/ixgbe/base/ixgbe_api.c              |  70 +++--
 drivers/net/ixgbe/base/ixgbe_api.h              |  10 +-
 drivers/net/ixgbe/base/ixgbe_common.c           |   1 +
 drivers/net/ixgbe/base/ixgbe_dcb.c              |  10 +
 drivers/net/ixgbe/base/ixgbe_mbx.c              |   2 +
 drivers/net/ixgbe/base/ixgbe_phy.c              |  79 +-----
 drivers/net/ixgbe/base/ixgbe_phy.h              |   6 +-
 drivers/net/ixgbe/base/ixgbe_type.h             |  82 ++++--
 drivers/net/ixgbe/base/ixgbe_vf.c               |   4 +-
 drivers/net/ixgbe/base/ixgbe_x540.c             |   3 +-
 drivers/net/ixgbe/base/ixgbe_x550.c             | 359 ++++++++++++++++++++++--
 drivers/net/ixgbe/base/ixgbe_x550.h             |   6 +
 drivers/net/ixgbe/ixgbe_bypass_api.h            |   1 +
 drivers/net/ixgbe/ixgbe_ethdev.c                |  12 +-
 drivers/net/ixgbe/ixgbe_fdir.c                  |  10 +-
 drivers/net/ixgbe/ixgbe_pf.c                    |   3 +-
 drivers/net/ixgbe/ixgbe_rxtx.c                  |  11 +-
 lib/librte_eal/common/include/rte_pci_dev_ids.h |  22 ++
 21 files changed, 589 insertions(+), 165 deletions(-)

-- 
1.9.3



More information about the dev mailing list