From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=G67O5/xN8XekAHAFNIqFIbuYjyDYODG4dAieKw31g6k=; b=jJta97+Rpelv83i95ermq4rDMFPE+xK4AlRDn3cbsSs7rul+Tpd0Letcp7I4jCdmvM UggU7guTrPJDSwiSucH8Tdm0aFza7kyHpTznRi0nHZBSQ5ysmhGL2AtqcVi+HJabnNJf KqQgAR1ST4+8gnBtCVO8oEf5BdFqJ3mkhzTvOWSVJxx01Ud9FWOeWLg7dj42vAz4kbg7 TUewNIb8FMCAwv8oUbJH1BZKYAezZg38+p27BRgc0omCWz0QFIT4XNqu4a+e6Gz+j7CT LnvScN9/3KYmb6FNyLNXnuF2beIh+GnTak+NHPcoZ1CrJzpsrrUCfccqy3tIDYv5vbua /4zQ== X-Gm-Message-State: ALoCoQnYk56kbIOcan39IlFZbLyGC3i2LMrpN4b6ruWUr27kqaSTdwLlqe6lYf9+nYL4ln290eKZ X-Received: by 10.194.82.167 with SMTP id j7mr42950772wjy.123.1436545644019; Fri, 10 Jul 2015 09:27:24 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id gw7sm3622165wib.15.2015.07.10.09.27.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jul 2015 09:27:23 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Fri, 10 Jul 2015 18:26:15 +0200 Message-ID: <3947536.3P4bOMO7RY@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1436318045-21090-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] ixgbe: fix the issue that auto negotiation for flow control cannot be disabled 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, 10 Jul 2015 16:27:24 -0000 > > 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