From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaoyun Li Subject: [PATCH 0/8] update ixgbe base code Date: Tue, 11 Sep 2018 00:37:45 +0800 Message-ID: <20180910163753.85966-1-xiaoyun.li@intel.com> Cc: Xiaoyun Li To: wenzhuo.lu@intel.com, dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BE8E74C90 for ; Mon, 10 Sep 2018 18:46:05 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update the ixgbe base code to version cid-ixgbe.2018.08.28.tar.gz. Xiaoyun Li (8): net/ixgbe/base: update the license net/ixgbe/base: cleanup codes net/ixgbe/base: add FW recovery mode check net/ixgbe/base: relpace an operation in X550 setup net/ixgbe/base: update X550 SFP identification net/ixgbe/base: add support for DCB registers dump net/ixgbe: remove Light Spring code net/ixgbe/base: update README file drivers/net/ixgbe/base/README | 4 +- drivers/net/ixgbe/base/ixgbe_82598.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_82598.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_82599.c | 45 ++---------------- drivers/net/ixgbe/base/ixgbe_82599.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_api.c | 50 ++++++-------------- drivers/net/ixgbe/base/ixgbe_api.h | 36 ++------------- drivers/net/ixgbe/base/ixgbe_common.c | 41 ++-------------- drivers/net/ixgbe/base/ixgbe_common.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_dcb.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_dcb.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_dcb_82598.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_dcb_82599.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_hv_vf.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_hv_vf.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_mbx.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_mbx.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_osdep.h | 36 ++------------- drivers/net/ixgbe/base/ixgbe_phy.c | 36 ++------------- drivers/net/ixgbe/base/ixgbe_phy.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_type.h | 53 ++++++--------------- drivers/net/ixgbe/base/ixgbe_vf.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_vf.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_x540.c | 35 ++------------ drivers/net/ixgbe/base/ixgbe_x540.h | 35 ++------------ drivers/net/ixgbe/base/ixgbe_x550.c | 59 +++++++++--------------- drivers/net/ixgbe/base/ixgbe_x550.h | 36 ++------------- drivers/net/ixgbe/ixgbe_ethdev.c | 1 - 30 files changed, 131 insertions(+), 931 deletions(-) -- 2.17.1