]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_rxtx.c
eal: introduce macro for always inline
[dpdk.git] / drivers / net / i40e / i40e_rxtx.c
index 351cb94dd05996209160f079dd547390906216bc..0aefb2f4681d6a0aa8f9d049c2a132573b9b4a15 100644 (file)
@@ -1257,7 +1257,7 @@ end_of_tx:
        return nb_tx;
 }
 
        return nb_tx;
 }
 
-static inline int __attribute__((always_inline))
+static __rte_always_inline int
 i40e_tx_free_bufs(struct i40e_tx_queue *txq)
 {
        struct i40e_tx_entry *txep;
 i40e_tx_free_bufs(struct i40e_tx_queue *txq)
 {
        struct i40e_tx_entry *txep;