From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Allen Simpson Subject: Re: [PATCH v4] tcp: harmonize tcp_vx_rcv header length assumptions Date: Wed, 13 Jan 2010 10:36:39 -0500 Message-ID: <4B4DE887.6030602@gmail.com> References: <4B49D001.4000302@gmail.com> <4B4DA4F4.6060007@gmail.com> <20100113115617.GA24818@basil.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Linux Kernel Developers , Linux Kernel Network Developers , =?UTF-8?B?SWxwbyBKw6RydmluZW4=?= , Eric Dumazet To: Andi Kleen Return-path: In-Reply-To: <20100113115617.GA24818@basil.fritz.box> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Andi Kleen wrote: > It's difficult to benchmark this code, but did you check that the code > shrinks after applying this patch at least? > Good question. Only on a gross scale with ls -l. Before: 332612 After: 332384 I've just spent an hour Googling and then trying to decipher the make file looking for a standard way to generate the -S (.s output), but no joy. What make command would you suggest to get the interleaved asm?