From 8d4703f9666795d632a364ad40566039320b758c Mon Sep 17 00:00:00 2001 From: Intel Date: Mon, 3 Jun 2013 00:00:00 +0000 Subject: [PATCH] ixgbe: force inlining Signed-off-by: Intel --- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_pmd_ixgbe/ixgbe_rxtx.c b/lib/librte_pmd_ixgbe/ixgbe_rxtx.c index e437ce7e9e..a950b500d0 100644 --- a/lib/librte_pmd_ixgbe/ixgbe_rxtx.c +++ b/lib/librte_pmd_ixgbe/ixgbe_rxtx.c @@ -247,7 +247,7 @@ struct igb_tx_queue { * Check for descriptors with their DD bit set and free mbufs. * Return the total number of buffers freed. */ -static inline int +static inline int __attribute__((always_inline)) ixgbe_tx_free_bufs(struct igb_tx_queue *txq) { struct igb_tx_entry *txep; -- 2.20.1