From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Apr 2017 07:55:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,230,1488873600"; d="scan'208";a="92644561" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.59]) ([10.237.220.59]) by fmsmga006.fm.intel.com with ESMTP; 21 Apr 2017 07:55:44 -0700 To: Gaetan Rivet , Jingjing Wu References: <83bfe3fd6dc1f7696049bf8d8d1ef20370c92242.1492517222.git.gaetan.rivet@6wind.com> Cc: dev@dpdk.org, Thomas Monjalon From: Ferruh Yigit Message-ID: <778a3af3-0e37-9af5-8fcf-0a8db68f67a9@intel.com> Date: Fri, 21 Apr 2017 15:55:43 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <83bfe3fd6dc1f7696049bf8d8d1ef20370c92242.1492517222.git.gaetan.rivet@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 4/5] app/testpmd: request link status interrupt X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 14:55:48 -0000 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