Re: [PATCH net-next 3/9] net: un-inline sk_busy_loop()

2015-11-17 Thread Eric Dumazet
On Tue, 2015-11-17 at 05:56 -0800, Eric Dumazet wrote: > There is really little gain from inlining this big function. > We'll soon make it even bigger in following patches. I forgot to guard sk_busy_poll() with appropriate #ifdef : This will be added in v2 diff --git a/net/core/dev.c b/net/core/

[PATCH net-next 3/9] net: un-inline sk_busy_loop()

2015-11-17 Thread Eric Dumazet
There is really little gain from inlining this big function. We'll soon make it even bigger in following patches. This means we no longer need to export napi_by_id() Signed-off-by: Eric Dumazet --- include/linux/netdevice.h | 9 - include/net/busy_poll.h | 45 +---