Hi Herbert, Herbert Xu schrieb: > [NET] napi: Call __netif_rx_complete in netif_rx_complete > > This patch kills a little bit of code duplication between the two > variants of netif_rx_complete.
What about making it out of line? There is nothing the compiler can optimize away here and the code looks bigger than a function call with a single argument. Maybe even make the callers out of line? Best regards Ingo Oeser - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html