From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 2B03F8E74 for ; Thu, 14 Jan 2016 13:32:12 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id f206so343349373wmf.0 for ; Thu, 14 Jan 2016 04:32:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=7xymvssLPXnE1yZGlYuZlrkYZRdnV/VyWlk7FSXbPxw=; b=CsxkkqnuErM5qApw/HHLnTSedQkoRNmnbmQZEAzo6QNBgKYyHuSY6jbN0lp5TFVrGe arAoEiytXMQqf1NrLyCUIxtVaDKD2+6DA8+Ry7M4onfI8RKFfxadALi7d0y4XNWqqWdV Cxf3WvSfVHi57AxhPX9gCr5BZhhXfddH5lCcelzVGI1PRQqbnA4nTF2W4bNOXCBq7e2W Pk0yeP9vx+RZGKcoxQhigEPkdOEIpSMbYScBs8BJc4E0TEUa8/QArxyHeReBEkZs7gCE IUbmhYegMkg6ILQ5g4ikm3ZGnW+7Ub0CvPLwhPwA9VX2EDrjPW5mHRwoV7cjPeP2bG1H gK4g== 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=7xymvssLPXnE1yZGlYuZlrkYZRdnV/VyWlk7FSXbPxw=; b=XhfuVMrvQaLCeDsxr7gRfDRXDE6SNMARuMwZazjWwRUepUkbmEYEgoSyperxo7nI2y 4OeigWIsz5dDpyFi1pBRk32NMnAmsY6Zs7t6gez+Vf9e30qiii//GUKWwtWkvGNDe5zO EvqI22uxfL5HhH2vr8npyJUHlU2awPAX6qry0q+SnA5NxI6kzYGO5iu4q3al50xc1mqn y7ckZLlR+JV8M3w4Cwo4EUCvS0Nvgfz+gFbqerA19CW3PV+jAhSxzYTFsQ1I5jmxlVlY 2JJNg6O7FPDrxmlCtkcjwPctck1pDNf4DwlhAoaHt359mirg0HGtNToweUfPumsARHFs ztGg== X-Gm-Message-State: ALoCoQk9jADx5o+owmjTi4M4hBqWMxfMPSfeUJMw9LfQBXanxSS82spsb+YvXKc2nXjLCM6k/xD3CDQGhT+MYuy7JgJn1v8S0A== X-Received: by 10.194.110.65 with SMTP id hy1mr3859972wjb.104.1452774731938; Thu, 14 Jan 2016 04:32:11 -0800 (PST) Received: from xps13.localnet (133.21.90.92.rev.sfr.net. [92.90.21.133]) by smtp.gmail.com with ESMTPSA id t9sm5882612wjf.33.2016.01.14.04.32.10 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Jan 2016 04:32:11 -0800 (PST) From: Thomas Monjalon To: Wenzhuo Lu Date: Thu, 14 Jan 2016 09:48:35 +0100 Message-ID: <1712196.ASiODlIuRZ@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1448003879-29960-1-git-send-email-wenzhuo.lu@intel.com> References: <1448003879-29960-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/17] Update ixgbe base code 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: Thu, 14 Jan 2016 12:32:12 -0000 2015-11-20 15:17, Wenzhuo Lu: > Note: > Release note is not updated for the target of this patch is R2.3. > Send these patchs in case someone may hit related issues on new > platforms. Please update the release notes now. > Wenzhuo Lu (17): > ixgbe/base: update README > ixgbe/base: avoid needless PHY access on copper phys > ixgbe/base: do not wait for signature rule addition > ixgbe/base: use mvals values instead of defines > ixgbe/base: add Single-port Sage Pond device ID > ixgbe/base: remove driver config of KX4 PHY > ixgbe/base: add Flow Control Ethertype to ETQF filter list > ixgbe/base: add KR mode support > ixgbe/base: add flow director drop queue > ixgbe/base: check mac type for iosf and phy > ixgbe/base: configure x550 MDIO clock speed > ixgbe/base: fill at least min credits to a TC credit refills > ixgbe/base: support new thermal alarm > ixgbe/base: add new iXFI configuration helper function > ixgbe/base: prevent KR PHY reset in init > ixgbe/base: new defines for FW > ixgbe: add new device X550T1 Some titles have been reworded. Please try to advertise the scope and the bug in the title instead of the deep technical solution. Example: "fill at least min credits to a TC credit refills" is replaced by "fix Tx hang in CEE mode". Applied, thanks