eal: introduce macro for always inline
[dpdk.git] / examples / l3fwd / l3fwd_em_sse.h
index c0a9725..6c794b6 100644 (file)
@@ -45,7 +45,7 @@
 
 #include "l3fwd_sse.h"
 
-static inline __attribute__((always_inline)) uint16_t
+static __rte_always_inline uint16_t
 em_get_dst_port(const struct lcore_conf *qconf, struct rte_mbuf *pkt,
                uint8_t portid)
 {