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 998271AEF6 for ; Wed, 10 Jan 2018 09:42:40 +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:42:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,339,1511856000"; d="scan'208";a="18088904" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 10 Jan 2018 00:42:39 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 00:42:38 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 00:42:38 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 16:42:37 +0800 From: "Lu, Wenzhuo" To: "Yang, Qiming" , "dev@dpdk.org" CC: "Dai, Wei" Thread-Topic: [PATCH 0/8] net/ixgbe: update base code Thread-Index: AQHTiexK6kFicJiseE2v94LBrOFZTqNsyfUg Date: Wed, 10 Jan 2018 08:42:36 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B70D606@shsmsx102.ccr.corp.intel.com> References: <20180110160439.160403-1-qiming.yang@intel.com> In-Reply-To: <20180110160439.160403-1-qiming.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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:42:41 -0000 Hi, > -----Original Message----- > From: Yang, Qiming > Sent: Thursday, January 11, 2018 12:05 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Dai, Wei ; > Yang, Qiming > Subject: [PATCH 0/8] net/ixgbe: update base code >=20 > 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. >=20 > 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 >=20 > 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(-) >=20 > -- > 2.9.4 Series-Acked-by: Wenzhuo Lu