From: Nikhil Agarwal Date: Tue, 12 Dec 2017 10:08:26 +0000 (+0530) Subject: examples/l3fwd-power: disable link status interrupt X-Git-Tag: spdx-start~688 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=39799e861b544af0a5453154e8cfa241482e05ae;p=dpdk.git examples/l3fwd-power: disable link status interrupt This application does not need Link Status Interrupt. It will cause failure for the platforms not supporting LSC. Signed-off-by: Nikhil Agarwal Acked-by: David Hunt --- diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c index b1aa0d9976..dd9e014c07 100644 --- a/examples/l3fwd-power/main.c +++ b/examples/l3fwd-power/main.c @@ -200,7 +200,6 @@ static struct rte_eth_conf port_conf = { .mq_mode = ETH_MQ_TX_NONE, }, .intr_conf = { - .lsc = 1, .rxq = 1, }, };