All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] net: ipv4: un-inline ip_finish_output2
@ 2015-06-12 10:12 Florian Westphal
  2015-06-12 21:19 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Westphal @ 2015-06-12 10:12 UTC (permalink / raw)
  To: netdev; +Cc: eric.dumazet, Florian Westphal

     text    data     bss     dec     hex filename
old: 16527      44       0   16571    40bb net/ipv4/ip_output.o
new: 14935      44       0   14979    3a83 net/ipv4/ip_output.o

Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
---
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index f5f5ef1..55f3c2e 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -172,7 +172,7 @@ int ip_build_and_send_pkt(struct sk_buff *skb, struct sock *sk,
 }
 EXPORT_SYMBOL_GPL(ip_build_and_send_pkt);
 
-static inline int ip_finish_output2(struct sock *sk, struct sk_buff *skb)
+static int ip_finish_output2(struct sock *sk, struct sk_buff *skb)
 {
 	struct dst_entry *dst = skb_dst(skb);
 	struct rtable *rt = (struct rtable *)dst;
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] net: ipv4: un-inline ip_finish_output2
  2015-06-12 10:12 [PATCH -next] net: ipv4: un-inline ip_finish_output2 Florian Westphal
@ 2015-06-12 21:19 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-06-12 21:19 UTC (permalink / raw)
  To: fw; +Cc: netdev, eric.dumazet

From: Florian Westphal <fw@strlen.de>
Date: Fri, 12 Jun 2015 12:12:22 +0200

>      text    data     bss     dec     hex filename
> old: 16527      44       0   16571    40bb net/ipv4/ip_output.o
> new: 14935      44       0   14979    3a83 net/ipv4/ip_output.o
> 
> Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
> Signed-off-by: Florian Westphal <fw@strlen.de>

Applied, thanks Florian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-12 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 10:12 [PATCH -next] net: ipv4: un-inline ip_finish_output2 Florian Westphal
2015-06-12 21:19 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.