ethdev: remove legacy flexible filter type support
[dpdk.git] / app / test-compress-perf / main.c
index ed21605..cc9951a 100644 (file)
@@ -389,7 +389,7 @@ main(int argc, char **argv)
        i = 0;
        uint8_t qp_id = 0, cdev_index = 0;
 
-       RTE_LCORE_FOREACH_SLAVE(lcore_id) {
+       RTE_LCORE_FOREACH_WORKER(lcore_id) {
 
                if (i == total_nb_qps)
                        break;
@@ -413,7 +413,7 @@ main(int argc, char **argv)
        while (test_data->level <= test_data->level_lst.max) {
 
                i = 0;
-               RTE_LCORE_FOREACH_SLAVE(lcore_id) {
+               RTE_LCORE_FOREACH_WORKER(lcore_id) {
 
                        if (i == total_nb_qps)
                                break;
@@ -424,7 +424,7 @@ main(int argc, char **argv)
                        i++;
                }
                i = 0;
-               RTE_LCORE_FOREACH_SLAVE(lcore_id) {
+               RTE_LCORE_FOREACH_WORKER(lcore_id) {
 
                        if (i == total_nb_qps)
                                break;
@@ -449,7 +449,7 @@ end:
 
        case ST_DURING_TEST:
                i = 0;
-               RTE_LCORE_FOREACH_SLAVE(lcore_id) {
+               RTE_LCORE_FOREACH_WORKER(lcore_id) {
                        if (i == total_nb_qps)
                                break;