From: Stephen Hemminger Date: Sat, 25 Aug 2007 05:35:44 +0000 (-0700) Subject: [NET] ethernet: optimize memcpy and memset X-Git-Tag: v2.6.24-rc1~1454^2~769 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f1f4eff85d3d2ec9ed589e3fdcbba59eaa083e;p=pandora-kernel.git [NET] ethernet: optimize memcpy and memset The ethernet header management only needs to handle a fixed size address (6 bytes). If the memcpy/memset are changed to be passed a constant length, then compiler can optimize for this case (and if it is smart eliminate string instructions). Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed