Update base driver for ixgbe, mainly work on new features and bug fixes. v2 changes: Fix typos and update commit log. Separate [patch 18/29] into two patches.
Beilei Xing (30): ixgbe/base: add new VF requests for mailbox API ixgbe/base: add sgmii link for X550 ixgbe/base: fix problematic return value ixgbe/base: add mac link setup for x550a SFP ixgbe/base: fix checksum error of checking PHY token ixgbe/base: refactor eee setup for x550 ixgbe/base: change access method ixgbe/base: add KR support for X550EM_A devices ixgbe/base: add link mac setup for x550a SFP+ ixgbe/base: clear stale pool mappings ixgbe/base: rename macro of TDL ixgbe/base: fix error path to release lock ixgbe/base: fix for code style ixgbe/base: fix firmware commands on x550em_a ixgbe/base: refactor NW management interface ops ixgbe/base: add new phy definitions ixgbe/base: change device IDs ixgbe/base: add function to reset swfw semaphore ixgbe/base: fix possible race issue ixgbe/base: fix register access error ixgbe/base: limit PHY token accessing to MDIO only ixgbe/base: simplify add/remove VLANs ixgbe/base: add bypassing VLVF ixgbe/base: unify coding style ixgbe/base: use u8 to replace u16 for a variable ixgbe/base: fix endianness issues ixgbe/base: allow setting mac anti spoofing per vf ixgbe/base: add flow control autoneg for x550a ixgbe/base: define if enable crosstalk work around ixgbe/base: update README doc/guides/rel_notes/release_16_07.rst | 11 + drivers/net/ixgbe/base/README | 2 +- drivers/net/ixgbe/base/ixgbe_82598.c | 5 +- drivers/net/ixgbe/base/ixgbe_82598.h | 3 +- drivers/net/ixgbe/base/ixgbe_82599.c | 9 +- drivers/net/ixgbe/base/ixgbe_api.c | 41 +- drivers/net/ixgbe/base/ixgbe_api.h | 8 +- drivers/net/ixgbe/base/ixgbe_common.c | 361 ++++--- drivers/net/ixgbe/base/ixgbe_common.h | 9 +- drivers/net/ixgbe/base/ixgbe_mbx.h | 4 +- drivers/net/ixgbe/base/ixgbe_osdep.h | 1 + drivers/net/ixgbe/base/ixgbe_phy.c | 16 +- drivers/net/ixgbe/base/ixgbe_phy.h | 3 + drivers/net/ixgbe/base/ixgbe_type.h | 118 ++- drivers/net/ixgbe/base/ixgbe_vf.c | 10 +- drivers/net/ixgbe/base/ixgbe_vf.h | 7 +- drivers/net/ixgbe/base/ixgbe_x540.c | 29 +- drivers/net/ixgbe/base/ixgbe_x540.h | 1 + drivers/net/ixgbe/base/ixgbe_x550.c | 1156 +++++++++++++++++++---- drivers/net/ixgbe/base/ixgbe_x550.h | 52 + drivers/net/ixgbe/ixgbe_ethdev.c | 11 +- drivers/net/ixgbe/ixgbe_pf.c | 2 +- lib/librte_eal/common/include/rte_pci_dev_ids.h | 12 +- 23 files changed, 1456 insertions(+), 415 deletions(-) Acked-by: Helin Zhang <helin.zhang at intel.com> -- 2.5.0