From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: support of link flow control Date: Thu, 13 Nov 2014 10:46:57 +0100 Message-ID: <1858688.dTAFT58TFH@xps13> References: <1411888086-10818-1-git-send-email-zhida.zang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: zzang Return-path: In-Reply-To: <1411888086-10818-1-git-send-email-zhida.zang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Zhida, > Add support of link flow control. > > Signed-off-by: Zhida Zang > Acked-by: Helin Zhang I think you are reworking this patch, right? I won't review it myself because I don't i40e enough. I just have some minor comments: > +static int i40e_10g_fc_enable(struct i40e_hw *hw, uint16_t pause_time) "static int" should be on a separate line. > + PMD_INIT_LOG(ERR, "i40e_set_fc = %d\n", err); Carriage return is already included in PMD_INIT_LOG now. Thanks for keep us informed of the status of this patch. -- Thomas