[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F7F10FC.3020308@enea.com>
Date: Fri, 6 Apr 2012 17:51:24 +0200
From: Arvid Brodin <arvid.brodin@...a.com>
To: David Miller <davem@...emloft.net>
CC: <shemminger@...tta.com>, <netdev@...r.kernel.org>,
<balferreira@...glemail.com>, <arvid.brodin@...n.com>
Subject: Re: [RFC] net/hsr: Add support for IEC 62439-3 High-availability
Seamless Redundancy
David Miller wrote:
> From: Stephen Hemminger <shemminger@...tta.com>
> Date: Wed, 4 Apr 2012 16:55:59 -0700
>
>> That isn't so bad, doing a memcpy versus a structure copy.
>
> GCC is going to inline the memcpy and thus we'll still do the
> unaligned accesses. This change therefore won't fix the problem.
Well, it does work for me, with gcc-4.2.2-compiled linux-2.6.37 running
on an AVR32 board.
Just out of curiosity, what's the mechanism behind this inline
assignment that turns the memcpy into an unaligned access? If gcc is
"smart" enough to detect a bunch of char * accesses and turn them
into unaligned 32-bit accesses, isn't that a bug in gcc?
Or will this only happen on archs which __HAVE_ARCH_MEMCPY? (But looking
at a couple of arch/xxx/lib/string.c, these too seem to take alignment
into account.)
--
Arvid Brodin
Enea Services Stockholm AB - since February 16 a part of Xdin in the Alten
Group. Soon we will be working under the common brand Xdin. Read more at
www.xdin.com.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists