From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DB51E1B21F for ; Wed, 10 Jan 2018 14:34:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 05:34:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,340,1511856000"; d="scan'208";a="20481998" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 05:34:41 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 05:34:41 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 05:34:41 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 21:34:39 +0800 From: "Zhang, Helin" To: "Lu, Wenzhuo" , "Yang, Qiming" , "dev@dpdk.org" CC: "Dai, Wei" Thread-Topic: [PATCH 0/8] net/ixgbe: update base code Thread-Index: AQHTiexK6kFicJiseE2v94LBrOFZTqNsyfUggABRggA= Date: Wed, 10 Jan 2018 13:34:39 +0000 Message-ID: References: <20180110160439.160403-1-qiming.yang@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B70D606@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B70D606@shsmsx102.ccr.corp.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 13:34:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lu, Wenzhuo > Sent: Wednesday, January 10, 2018 4:43 PM > To: Yang, Qiming; dev@dpdk.org > Cc: Dai, Wei > Subject: Re: [dpdk-dev] [PATCH 0/8] net/ixgbe: update base code >=20 > Hi, >=20 >=20 > > -----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 > > > > 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 > Series-Acked-by: Wenzhuo Lu Applied to dpdk-next-net-intel, with minor commit log changes, and checkpatch issue fixes. Thanks! /Helin