From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 54501C832 for ; Fri, 26 Jun 2015 13:28:35 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so42615589wic.1 for ; Fri, 26 Jun 2015 04:28:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=IscTlIWhwhx1UPceJe/u7R2EstGvY1yPjKzpDhuC1IM=; b=ZIi1rqrHWKdjr2jWqfNoaGyyS/GsNODEEmAKWDbw3+c3ZdEmUM2K7aK72prGxsv/8L X3Bekrfeprm51Zbhn7+7m/Wf3FbnINTRzggiwkNH4ggRot2WPkmGO97/LN1S1Hu38+RS QANcxNtMfGhjkoijBD+by6dTacqnYgZCu9Lzg8JS9jTHaXoJRn31/xqiIro6AhCKFx6W LHOupBIYM1qnIe4atL2YXBZWVXqE7578h1TRI1weE/JSodL9UY/ZUevFNvGGqt05pdGu pZG34Yoi7rkluqrKBFHX4ZYoaVe+c3xbFmNbhPY8xgBTLGVYF9ud8wEbd0D9Tba6FfdY FeuQ== X-Gm-Message-State: ALoCoQm/0pknPh42bpvX31kPX68Vy23N6qRN9/KTMMvSB5i/1C/oxyZRurJXK/5ETzh8j1wPJoV8 X-Received: by 10.194.205.225 with SMTP id lj1mr2178946wjc.138.1435318115148; Fri, 26 Jun 2015 04:28:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ny7sm1829639wic.11.2015.06.26.04.28.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Jun 2015 04:28:34 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Fri, 26 Jun 2015 13:27:29 +0200 Message-ID: <4916165.mQEGY1lqgj@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1435116386-12010-1-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 00/37] update ixgbe base driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 11:28:35 -0000 2015-06-25 01:24, Zhang, Helin: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > > Wenzhuo Lu (37): > > ixgbe/base: update readme > > ixgbe/base: update Low Power Link Up to use MAC ops link > > ixgbe/base: fix 1G and 10G link stability for x550em SFP+ > > ixgbe/base: update x550em SFP link setup > > ixgbe/base: add shift define for EEE_SU.TEEE_DLY > > ixgbe/base: add x550em identify SFP module support > > ixgbe/base: fix potential warning > > ixgbe/base: return err when SFP module is not present > > ixgbe/base: power down the x550em PHY on overtemp events > > ixgbe/base: restore advertised autoneg after setting LPLU > > ixgbe/base: fix UniPHY link configuration > > ixgbe/base: add macro for x550em bus speed fuse > > ixgbe/base: add a new 82599 device ID > > ixgbe/base: enable FEC when EEE is disabled > > ixgbe/base: release semaphores in proper order > > ixgbe/base: add wait helper for IOSF accesses > > ixgbe/base: use a semaphore to serialize IOSF accesses > > ixgbe/base: check for functional ucode > > ixgbe/base: add KR/iXFI internal link mode support > > ixgbe/base: check link again after getting speed > > ixgbe/base: config MDIO clock for x550em > > ixgbe/base: add support for led_on and led_off for X557 PHY LEDs > > ixgbe/base: update EEE/FEC support for device X550EM_X_KR > > ixgbe/base: introduce array of mac-type-dependent values > > ixgbe/base: use mvals array for I2C_*_BY_MAC values > > ixgbe/base: use mvals array for *_GPI*_BY_MAC values > > ixgbe/base: use mvals array for CIA*_BY_MAC values > > ixgbe/base: add new mac-dependent values for x540, x550 > > ixgbe/base: disable SW LPLU implementation for x557 V2 > > ixgbe/base: remove FEC disablement for x550em > > ixgbe/base: modify register definition code style > > ixgbe/base: specific process for X550 and X550em when disabling PCIe > > master > > ixgbe/base: fix flow control to be KR only > > ixgbe/base: fix 5G and 2.5G speed description > > ixgbe/base: force cs4227 LINE side to 10G SR mode > > ixgbe/base: a minor optimization for max link up time > > ixgbe/base: add support for new x550 PHY IDs > > Acked-by: Helin Zhang Applied, thanks Some patches have been reordered or squashed, and more importantly, the X550 keyword was added in numerous commit titles to make the scope clear. Wenzhuo, are you the original author of these code changes? Are these changes already integrated in Linux and *BSD? Thanks