From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 641D11B00B for ; Wed, 13 Dec 2017 15:23:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2017 06:23:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,397,1508828400"; d="scan'208";a="2402403" Received: from dhunt5-mobl1.ger.corp.intel.com (HELO [10.237.220.36]) ([10.237.220.36]) by orsmga007.jf.intel.com with ESMTP; 13 Dec 2017 06:23:31 -0800 To: Nikhil Agarwal , dev@dpdk.org Cc: nikhil.agarwal@nxp.com, hemant.agrawal@nxp.com References: <20171212100826.20550-1-nikhil.agarwal@linaro.org> <20171212100826.20550-4-nikhil.agarwal@linaro.org> From: "Hunt, David" Message-ID: <7f5663d1-579b-85bd-019d-ed0a18273608@intel.com> Date: Wed, 13 Dec 2017 14:23:30 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171212100826.20550-4-nikhil.agarwal@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH 4/4] examples/l3fwd-power: disable Lsc interrupts 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: Wed, 13 Dec 2017 14:23:33 -0000 On 12/12/2017 10:08 AM, Nikhil Agarwal wrote: > This application does not need Link Status Interrupt. > It will cause failure for the platforms not supporting LSC. > > Signed-off-by: Nikhil Agarwal > --- > ---snip--- Acked-by: David Hunt