ethdev: add namespace
[dpdk.git] / app / test-eventdev / test_perf_common.c
index ed2b81f..9b73874 100644 (file)
@@ -756,13 +756,13 @@ perf_ethdev_setup(struct evt_test *test, struct evt_options *opt)
        struct test_perf *t = evt_test_priv(test);
        struct rte_eth_conf port_conf = {
                .rxmode = {
-                       .mq_mode = ETH_MQ_RX_RSS,
+                       .mq_mode = RTE_ETH_MQ_RX_RSS,
                        .split_hdr_size = 0,
                },
                .rx_adv_conf = {
                        .rss_conf = {
                                .rss_key = NULL,
-                               .rss_hf = ETH_RSS_IP,
+                               .rss_hf = RTE_ETH_RSS_IP,
                        },
                },
        };