From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaoyun Li Subject: [PATCH v2 0/7] update ixgbe base code Date: Mon, 17 Sep 2018 17:28:07 +0800 Message-ID: <20180917092814.59921-1-xiaoyun.li@intel.com> References: <20180910163753.85966-1-xiaoyun.li@intel.com> Cc: dev@dpdk.org, Xiaoyun Li To: qi.z.zhang@intel.com, wenzhuo.lu@intel.com, ferruh.yigit@intel.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 625F32B9A for ; Mon, 17 Sep 2018 11:36:45 +0200 (CEST) In-Reply-To: <20180910163753.85966-1-xiaoyun.li@intel.com> 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 (7): 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/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