From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikhil Agarwal Subject: [PATCH 4/4] examples/l3fwd-power: disable Lsc interrupts Date: Tue, 12 Dec 2017 15:38:26 +0530 Message-ID: <20171212100826.20550-4-nikhil.agarwal@linaro.org> References: <20171212100826.20550-1-nikhil.agarwal@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Cc: , , To: Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0082.outbound.protection.outlook.com [104.47.36.82]) by dpdk.org (Postfix) with ESMTP id 7582E1B03D for ; Tue, 12 Dec 2017 11:12:08 +0100 (CET) In-Reply-To: <20171212100826.20550-1-nikhil.agarwal@linaro.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This application does not need Link Status Interrupt. It will cause failure for the platforms not supporting LSC. Signed-off-by: Nikhil Agarwal --- examples/l3fwd-power/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c index 4ddd04c..d80f663 100644 --- a/examples/l3fwd-power/main.c +++ b/examples/l3fwd-power/main.c @@ -229,7 +229,6 @@ static struct rte_eth_conf port_conf = { .mq_mode = ETH_MQ_TX_NONE, }, .intr_conf = { - .lsc = 1, .rxq = 1, }, }; -- 2.7.4