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: Fri, 21 Apr 2017 15:55:43 +0100 Message-ID: <778a3af3-0e37-9af5-8fcf-0a8db68f67a9@intel.com> References: <83bfe3fd6dc1f7696049bf8d8d1ef20370c92242.1492517222.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Thomas Monjalon To: Gaetan Rivet , Jingjing Wu Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AED272C08 for ; Fri, 21 Apr 2017 16:55:47 +0200 (CEST) In-Reply-To: <83bfe3fd6dc1f7696049bf8d8d1ef20370c92242.1492517222.git.gaetan.rivet@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/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) Thanks, ferruh