From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 6B1D75583 for ; Mon, 21 Nov 2016 14:04:56 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id g23so145898125wme.1 for ; Mon, 21 Nov 2016 05:04: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=WfdXvZPtJbfc29ssLQvLk0/CWeXN6SbGYMyY1HR6chM=; b=Di3kcdtkAvwXJGi+5+16sqvesqubJLM6P26VneI2EFlkE24MXTeIVak0Lulf9thYBW 4fOrjp+kMJH8HvRIb6Z3jAtYTZW13Wi7DveGvN+L6x7xk6eBMjz5W/q1YA4yLhEuFVZS 2o7ygvkdiLiUZzVCeEQoou7mE3fBKZxeEtDKOtnFWnSh2mR6SUA5GAI3T8CGhDIPTQcM uQJolif03ZsUCgScVYM4rdCED1/VaU6QX7wF6GYonATIfxtp/FX+BjyAbPxUTnkwp2JS Mg+xedBeCNYg9eLUYi57l9CLSQFuDlqUNXcaZ2GQlJd+WKp8kGqCSlxaXNCKdRCYVJVo FJPg== 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=WfdXvZPtJbfc29ssLQvLk0/CWeXN6SbGYMyY1HR6chM=; b=bzWFWPmuRIxCbURMVH5QO88b0juYm1/oHY70/XTMDo5vsq8vFqIgTyeypg0ZTg+aL9 b/yeaoHyC+3kEb6x/W6+QiRazkaU7o8ZRpQQ0yzI6icFvZkOgR++nVs50TUW++3HBMyr 6AnDV+HotaBvNyEkcYCFyvfXQ4QzCgh0UPQ0xRcFtPtzzn76tN4OJwem3TGq3xAtSUqK rTh78r0URExpn1L/FqzLmrryFRF7Md+hPer6jqxMun3SgbOy9MlOrpUgbPTP4AlzZyUT EtzgZARrh9rs0LOIZdG/Vazssa2gnpsyOBJvoo+t+v+czJ78kBbzSNtFbLaUsmhkjJyS 2tnQ== X-Gm-Message-State: AKaTC032eV26JwLUA3iQ5V+UuC/Udyr4vDVPTnb6g2vs2lOy0mg1N/FoVCiyJ3TcLdPBqgxL X-Received: by 10.194.82.163 with SMTP id j3mr11248699wjy.232.1479733496127; Mon, 21 Nov 2016 05:04:56 -0800 (PST) Received: from xps13.localnet (240.204.154.77.rev.sfr.net. [77.154.204.240]) by smtp.gmail.com with ESMTPSA id m9sm19416795wma.0.2016.11.21.05.04.54 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Nov 2016 05:04:55 -0800 (PST) From: Thomas Monjalon To: Alejandro Lucero Cc: dev@dpdk.org Date: Mon, 21 Nov 2016 10:22:15 +0100 Message-ID: <4259357.KtzkFjZByE@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1479485218-11931-1-git-send-email-alejandro.lucero@netronome.com> <1901770.8floaBijqc@xps13> 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: Mon, 21 Nov 2016 13:04:56 -0000 2016-11-18 16:50, Alejandro Lucero: > On Fri, Nov 18, 2016 at 4:29 PM, Thomas Monjalon > wrote: > > 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. > > > > Yes. I'm just working on updating that file properly. > May I delay this doc change for including it with that other one? > It will be a bit weird to just have one feature there. It will provide you a good motivation to fix the doc :) Up to you