]> git.droids-corp.org - dpdk.git/blobdiff - app/test-eventdev/test_perf_queue.c
net/mlx5: support three level table walk
[dpdk.git] / app / test-eventdev / test_perf_queue.c
index 29098580e7f1224c0134ede3e073e19804dd5eac..f4ea3a795f43c1d967d1f58beb6f24f9cb7faa59 100644 (file)
@@ -15,7 +15,7 @@ perf_queue_nb_event_queues(struct evt_options *opt)
        return nb_prod * opt->nb_stages;
 }
 
-static inline __attribute__((always_inline)) void
+static __rte_always_inline void
 mark_fwd_latency(struct rte_event *const ev,
                const uint8_t nb_stages)
 {
@@ -26,7 +26,7 @@ mark_fwd_latency(struct rte_event *const ev,
        }
 }
 
-static inline __attribute__((always_inline)) void
+static __rte_always_inline void
 fwd_event(struct rte_event *const ev, uint8_t *const sched_type_list,
                const uint8_t nb_stages)
 {