From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] i40e: add link flow control support for FVL Date: Fri, 30 Oct 2015 15:22:56 +0100 Message-ID: <32879847.JjtC3S3rmu@xps13> References: <1446123397-18828-1-git-send-email-zhe.tao@intel.com> <1446181055-28611-1-git-send-email-zhe.tao@intel.com> <2915370.r6bicaWCxB@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Zhe Tao Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 616418E6F for ; Fri, 30 Oct 2015 15:24:07 +0100 (CET) Received: by wmff134 with SMTP id f134so13186717wmf.0 for ; Fri, 30 Oct 2015 07:24:07 -0700 (PDT) In-Reply-To: <2915370.r6bicaWCxB@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-10-30 15:19, Thomas Monjalon: > 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. Applied with above fix, thanks