From: Eric Dumazet Date: Sun, 2 Nov 2014 14:00:12 +0000 (-0800) Subject: net: shrink struct softnet_data X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~296 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdb1e2e3d3495423db558d3bb7ed11d66aabce7;p=pandora-kernel.git net: shrink struct softnet_data flow_limit in struct softnet_data is only read from local cpu and can be moved to fill a hole, reducing softnet_data size by 64 bytes on x86_64 While we are at it, move output_queue, output_queue_tailp and completion_queue, so that rx / tx paths touch a single cache line. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed