From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Qi Z" Subject: Re: [PATCH v2 0/7] update ixgbe base code Date: Wed, 19 Sep 2018 14:31:21 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532901D4@shsmsx102.ccr.corp.intel.com> References: <20180910163753.85966-1-xiaoyun.li@intel.com> <20180917092814.59921-1-xiaoyun.li@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: "Li, Xiaoyun" , "Lu, Wenzhuo" , "Yigit, Ferruh" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6AE211B53 for ; Wed, 19 Sep 2018 16:33:59 +0200 (CEST) In-Reply-To: <20180917092814.59921-1-xiaoyun.li@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Li, Xiaoyun > Sent: Monday, September 17, 2018 5:28 PM > To: Zhang, Qi Z ; Lu, Wenzhuo > ; Yigit, Ferruh > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v2 0/7] update ixgbe base code >=20 > Update the ixgbe base code to version cid-ixgbe.2018.08.28.tar.gz. >=20 > 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 >=20 > 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(-) >=20 > -- > 2.17.1 Applied to dpdk-next-net-intel. Thanks Qi