From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] nfp: report link speed using hardware info Date: Fri, 18 Nov 2016 17:29:54 +0100 Message-ID: <1901770.8floaBijqc@xps13> References: <1479485218-11931-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Alejandro Lucero Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 570E75582 for ; Fri, 18 Nov 2016 17:29:56 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id g23so48752798wme.1 for ; Fri, 18 Nov 2016 08:29:56 -0800 (PST) In-Reply-To: <1479485218-11931-1-git-send-email-alejandro.lucero@netronome.com> 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" 2016-11-18 16:06, Alejandro Lucero: > Previous reported speed was hardcoded. > > Signed-off-by: Alejandro Lucero > --- > drivers/net/nfp/nfp_net.c | 28 ++++++++++++++++++++++++++-- > drivers/net/nfp/nfp_net_ctrl.h | 13 +++++++++++++ > 2 files changed, 39 insertions(+), 2 deletions(-) You should update the doc in the same patch: doc/guides/nics/features/nfp.ini It will be the first feature as the file appears to be empty. So you will need another patch to fill other existing features. I have an unrelated question: why nfp is disabled in the default build?