]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/l3fwd_em_sse.h
eal: introduce macro for always inline
[dpdk.git] / examples / l3fwd / l3fwd_em_sse.h
index c0a9725a6dfa6e8972c692a5875fce2f8ef36206..6c794b6a51e0222c2423ccf759f21ed986b18a39 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)
 {