From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 1FFEB8DA1 for ; Fri, 30 Oct 2015 15:21:05 +0100 (CET) Received: by wmeg8 with SMTP id g8so13141891wme.1 for ; Fri, 30 Oct 2015 07:21:05 -0700 (PDT) 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=Yr+cUw3Z7cZqoFupy7m6VkSq7Np4eZgbYF0+d1VJg4Y=; b=mAWAmIZdjUM9xJsSX7zmNM0JY1PJvuA4Z9D5cRzr6l+EJLWc+VB7hont70sD1M+wAV RCYILYk0V33nphl7EYp/+t6kbPn7CwEDz7JI8hWdi4QZsCPLzhzmP2Fw+q6Mq+j9jhSl FMsMrWjl6iLp/HJOg1Xai44z6CCy/ifEnXdXpL+B0GnHqyPy2w9dfH8dbNCkaeJAWrNu Rmvef2s3ZQoVmX7NBUU9iMFfXebnBsNlAPgvwm+0E/FjpJEyItSRjk3qCnHiwnqmb1a1 SOsx/ofD23DkZYGa9m48tQWXKI7gBdmbG0uEWUe6kcq0xWU0kKBLXMiFcHFxMPKvaPhy sO0A== 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=Yr+cUw3Z7cZqoFupy7m6VkSq7Np4eZgbYF0+d1VJg4Y=; b=GatQFItW3PN6P3IzPErAqkWG26lWO7bOdI3Xyc2yyILV+EKBvLxBobn4HRJDkPPoP7 wjdl8TPX9JCGUFbPL1Q89B3HEQI3GQ575Zr5hzOU1zXGGihH05E9yqzkXwR5RWZdWiqW 2aS8Ky52JwzkuR+zt7t/7s28UJ5XCdpGqclmrN9v1deeMb6pSvCxUemf0ux2/c/gEhEl c7IT4EabQent6gHjokMsvkNfs6aUukzoHawJ0YLC6epxdHxV6EdIKPolm2gw742TiPyB 4E1IrkfE7d+6fHggyJMK7vvLh+872SVTzOMJ3+BMiq3nXW/RWxPzKNUyFhboLhA9xNoh p/mQ== X-Gm-Message-State: ALoCoQkNBLDdGLL3AOuAGNO4ZXXXA68ID0wj0VrqMmul/mjhKq9RZAWKnuvHOY3+mZ5v8DAFDPUu X-Received: by 10.28.132.18 with SMTP id g18mr3605365wmd.64.1446214864854; Fri, 30 Oct 2015 07:21:04 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 184sm3147182wmk.10.2015.10.30.07.21.04 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 07:21:04 -0700 (PDT) From: Thomas Monjalon To: Zhe Tao Date: Fri, 30 Oct 2015 15:19:54 +0100 Message-ID: <2915370.r6bicaWCxB@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446181055-28611-1-git-send-email-zhe.tao@intel.com> References: <1446123397-18828-1-git-send-email-zhe.tao@intel.com> <1446181055-28611-1-git-send-email-zhe.tao@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 v3] i40e: add link flow control support for FVL 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, 30 Oct 2015 14:21:05 -0000 2015-10-30 12:57, Zhe Tao: > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -39,6 +39,10 @@ Drivers > Fixed i40e issue that occurred when a DPDK application didn't initialize > ports if memory wasn't available on socket 0. > > +* **i40e: Add the support for link flow control.** > + > + Add the support for link flow control on FVL. > + It is added in the section "Resolved Issues". Will be moved.