From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1957A3256 for ; Wed, 10 Jan 2018 09:23:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 00:23:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,339,1511856000"; d="scan'208";a="18085624" Received: from dpdk-qiming2.sh.intel.com ([10.67.119.132]) by FMSMGA003.fm.intel.com with ESMTP; 10 Jan 2018 00:23:14 -0800 From: Qiming Yang To: dev@dpdk.org Cc: wenzhuo.lu@intel.com, wei.dai@intel.com, Qiming Yang Date: Thu, 11 Jan 2018 00:04:31 +0800 Message-Id: <20180110160439.160403-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.9.5 Subject: [dpdk-dev] [PATCH 0/8] net/ixgbe: update base code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 08:23:17 -0000 The patchset update ixgbe base code base on latest CID drop cid- ixgbe.2018.01.02.tar.gz, couple issues are fixed, include: SECRX_RDY polling frequency and semaphore timeout, PHY initialization code not cleanup, uninitialized padding, PHY init fails, SW resource bits sync and some compile issues for GCC7. And also changed method for flash read, added x553 SGMII 10/100Mbps support and common FW version functions. The patchset also covers couple code clean and function comments update. Qiming Yang (8): net/ixgbe/base: add common FW version functions net/ixgbe/base: increasing timeout net/ixgbe/base: x550 related bug fix net/ixgbe/base: changed method for flash read net/ixgbe/base: clear sync register during init net/ixgbe/base: update function comments net/ixgbe/base: added media type fiber fixed net/ixgbe/base: update README file drivers/net/ixgbe/base/README | 2 +- drivers/net/ixgbe/base/ixgbe_82598.c | 3 +- drivers/net/ixgbe/base/ixgbe_82599.c | 31 ++++-- drivers/net/ixgbe/base/ixgbe_api.c | 18 +++- drivers/net/ixgbe/base/ixgbe_common.c | 179 ++++++++++++++++++++++++++++--- drivers/net/ixgbe/base/ixgbe_common.h | 6 ++ drivers/net/ixgbe/base/ixgbe_dcb.c | 10 +- drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 22 +++- drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 25 ++++- drivers/net/ixgbe/base/ixgbe_hv_vf.c | 17 +++ drivers/net/ixgbe/base/ixgbe_mbx.c | 26 +---- drivers/net/ixgbe/base/ixgbe_phy.c | 19 +++- drivers/net/ixgbe/base/ixgbe_type.h | 61 +++++++++-- drivers/net/ixgbe/base/ixgbe_vf.c | 7 +- drivers/net/ixgbe/base/ixgbe_x540.c | 27 +++-- drivers/net/ixgbe/base/ixgbe_x550.c | 150 +++++++++----------------- 16 files changed, 418 insertions(+), 185 deletions(-) -- 2.9.4