ethdev: remove Rx interrupt switch
[dpdk.git] / examples / l3fwd-power / main.c
index 2f205ea..086f29b 100644 (file)
@@ -239,9 +239,7 @@ static struct rte_eth_conf port_conf = {
        },
        .intr_conf = {
                .lsc = 1,
-#ifdef RTE_NEXT_ABI
                .rxq = 1,
-#endif
        },
 };