From: Intel Date: Mon, 3 Jun 2013 00:00:00 +0000 (+0000) Subject: ixgbe: force inlining X-Git-Tag: spdx-start~11230 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8d4703f9666795d632a364ad40566039320b758c;p=dpdk.git ixgbe: force inlining Signed-off-by: Intel --- 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;