From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 4/5] app/testpmd: request link status interrupt Date: Tue, 25 Apr 2017 10:40:19 +0100 Message-ID: <003e875f-4305-824f-41b3-36ac5effb67c@intel.com> References: <83bfe3fd6dc1f7696049bf8d8d1ef20370c92242.1492517222.git.gaetan.rivet@6wind.com> <778a3af3-0e37-9af5-8fcf-0a8db68f67a9@intel.com> <20170425090732.GT14914@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Jingjing Wu , dev@dpdk.org, Thomas Monjalon To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E3CBB2BA2 for ; Tue, 25 Apr 2017 11:40:23 +0200 (CEST) In-Reply-To: <20170425090732.GT14914@bidouze.vm.6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/25/2017 10:07 AM, Gaƫtan Rivet wrote: > On Fri, Apr 21, 2017 at 03:55:43PM +0100, Ferruh Yigit wrote: >> On 4/18/2017 1:17 PM, Gaetan Rivet wrote: >>> For drivers supporting the LSC event, enable it. >>> This allows to test LSC event support. >>> >>> Add the --no-lsc-interrupt parameter to explicitly disable the link status >>> change interrupt. >>> >>> Signed-off-by: Gaetan Rivet >>> --- >>> app/test-pmd/parameters.c | 4 ++++ >>> app/test-pmd/testpmd.c | 13 +++++++++++++ >>> app/test-pmd/testpmd.h | 1 + >>> 3 files changed, 18 insertions(+) >> >> Hi Gaetan, >> >> This patch adds new option to testpmd, can you please update testpmd >> documentation to document new option? >> >> Same is valid for next patch (no-rmv-interrupt option) >> > > Sure, I will send a patch for this. > > Should I send a new version of my previous series or a single > patch fixing the documentation for both options as a standalone? Single patch to fix documentation will be do it. Thanks, ferruh