Re: [PATCH net-next-2.6] net: pskb_expand_head() optimization

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Monday, September 20, 2010 - 5:40 am

Le lundi 20 septembre 2010 à 12:12 +0000, Jarek Poplawski a écrit :


Yes, but most developpers use 64bit kernels anyway, I suspect nobody
will ever notice :(

Here (with a typical config), here is the vmlinux size before and after
this patch :

$ size vmlinux.old
   text	   data	    bss	    dec	    hex	filename
6061748	 640208	7285056	13987012	 d56cc4	vmlinux.old

$ size vmlinux
   text	   data	    bss	    dec	    hex	filename
6070420	 640208	7285056	13995684	 d58ea4	vmlinux


Thats 8672 bytes of text increase.

(1330326 instructions instead of 1328472 -> 1854 more instructions)



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH net-next-2.6] net: pskb_expand_head() optimization, Jarek Poplawski, (Mon Sep 20, 12:21 am)
Re: [PATCH net-next-2.6] net: pskb_expand_head() optimization, Eric Dumazet, (Mon Sep 20, 5:40 am)