From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=zBNjFaT6nSpFYrsqe/5fQSugBH8bUV/TvliB5Lgm4p4=; b=Q0L1+pWm90XbicXIY1l74Mog5HHNh0WI1WtcGd1XL6gLtmopJqVgxKXHV0D9in7VND o8VqPmHHOEHuebA4ab/2XVnvUPfqtrUTlYBdFV3zjBKXLcKzVrk9OXSAdyagGhKE4ZEt qXI7N8HdQd+U60wQUsgeisMKbQCYsRUIn+N95BYUW3FT+XZtdckjSJGww3d+WdIyRn6p 4J5a8oEx5+RbGvO7jHV534SbM+0MAzaeA2e6zgvUcnMKIUi2FzF5/UOkyspLVHG3i/LA NW9jYPXETgxuPQ1kh5dFR2ZPJBUZEWT7wC3pQJZ2EDqkOw2FdRBEqizXxDAj+Sct/dnJ qg0w== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=zBNjFaT6nSpFYrsqe/5fQSugBH8bUV/TvliB5Lgm4p4=; b=MCw1IPINq6+QdJKNPcZNzGOpjbr0odgFsAzDa8x0HtOHL1VJOSk1l/gh2n+mOs7y1h e0qMnAdj+/3YdWLhvVcEkOgZJBunC7lG72wVsThIMnwNaPr8aS9tXNUoy8wzWBroqLo6 pqOUdAO6a1Xw2B5lTbnWi6dNBJmVS56y0t3AoGqjcsLp3wbaid3uEehhiH2h4loOsWbX PUXzcvFdzIwEpe/vKbii50zVjbgRMH+Y99/eNJ0vCBH1h0cvMVB5zaql0qRman2L3wwi GXwfdiSbQN8OoLf+UbamZsmcCiURmThiea/3WynrURXmyKVAfBeKSabOdfBQCACSqk+V 6ILQ== X-Gm-Message-State: AKaTC02L+H40GbbcXqw5Ia/q+aU6XwS8p3aABCLGF2XeJjauUNJjsshzNv8vPxCbb2LPUymR X-Received: by 10.194.141.141 with SMTP id ro13mr380245wjb.76.1479486596082; Fri, 18 Nov 2016 08:29:56 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id j1sm9638180wjm.26.2016.11.18.08.29.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Nov 2016 08:29:55 -0800 (PST) From: Thomas Monjalon To: Alejandro Lucero Cc: dev@dpdk.org Date: Fri, 18 Nov 2016 17:29:54 +0100 Message-ID: <1901770.8floaBijqc@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1479485218-11931-1-git-send-email-alejandro.lucero@netronome.com> References: <1479485218-11931-1-git-send-email-alejandro.lucero@netronome.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] nfp: report link speed using hardware info 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, 18 Nov 2016 16:29:56 -0000 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?