Tested-by: Peng Yuan <yuan.p...@intel.com> - Tested Branch: dpdk v17.02 - Tested Commit: b9ebab26d98f61bc407572623c4bee4390a8b432 - OS: 4.4.26-yocto-standard - IFWI: HAVLCRB1.X64.0014.D76.1703170116 - NIC: Intel Corporation Device [8086:15ce] (rev 10) driver: ixgbe-5.0.7 firmware-version: 0x800006f8/ 0x80000714 - Default x86_64-native-linuxapp-gcc configuration - Prerequisites: - Total 69 cases, 69 passed, 0 failed
You can check the test report from attachment. -----Original Message----- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wei Dai Sent: Tuesday, April 18, 2017 2:57 PM To: Zhang, Helin <helin.zh...@intel.com>; Ananyev, Konstantin <konstantin.anan...@intel.com>; Lu, Wenzhuo <wenzhuo...@intel.com> Cc: dev@dpdk.org; Dai, Wei <wei....@intel.com> Subject: [dpdk-dev] [PATCH 0/4] update ixgbe base driver to version 2017-03-29 This patch set has following 4 patches. No any new device id is added. net/ixgbe/base: acquire PHY semaphore before device reset net/ixgbe/base: add support for 2.5G KX physical layer net/ixgbe/base: add MAC X550em/X557 LED on/off support net/ixgbe/base: update base driver version to 2017.03.29 drivers/net/ixgbe/base/README | 2 +- drivers/net/ixgbe/base/ixgbe_82598.c | 4 ++-- drivers/net/ixgbe/base/ixgbe_82598.h | 2 +- drivers/net/ixgbe/base/ixgbe_82599.c | 4 ++-- drivers/net/ixgbe/base/ixgbe_82599.h | 2 +- drivers/net/ixgbe/base/ixgbe_api.c | 2 +- drivers/net/ixgbe/base/ixgbe_api.h | 2 +- drivers/net/ixgbe/base/ixgbe_phy.c | 4 ++-- drivers/net/ixgbe/base/ixgbe_phy.h | 2 +- drivers/net/ixgbe/base/ixgbe_type.h | 37 ++++++++++++++++++------------------ drivers/net/ixgbe/base/ixgbe_x540.c | 12 ++++++++++-- drivers/net/ixgbe/base/ixgbe_x540.h | 2 +- drivers/net/ixgbe/base/ixgbe_x550.c | 33 ++++++++++++++++++++++++++++---- drivers/net/ixgbe/base/ixgbe_x550.h | 2 +- 14 files changed, 72 insertions(+), 38 deletions(-) -- 2.7.4