From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix the issue that auto negotiation for flow control cannot be disabled Date: Fri, 10 Jul 2015 18:26:15 +0200 Message-ID: <3947536.3P4bOMO7RY@xps13> References: <1436318045-21090-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 38448C3EA for ; Fri, 10 Jul 2015 18:27:24 +0200 (CEST) Received: by widjy10 with SMTP id jy10so19881374wid.1 for ; Fri, 10 Jul 2015 09:27:24 -0700 (PDT) In-Reply-To: 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" > > There's a parameter "autoneg on|off" in testpmd CLI "set flow_ctrl ...". This > > parameter is used to enable/disable auto negotiation for flow control. But it's > > not supported yet. > > The auto negotiation is enabled by default, we have no way to disable it. This > > patch lets the parameter "autoneg on|off" be supproted. > > > > Signed-off-by: Wenzhuo Lu > > Acked-by: Changchun Ouyang Applied, thanks