[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1360687670.6884.9.camel@edumazet-glaptop>
Date: Tue, 12 Feb 2013 08:47:50 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Paul Gortmaker <paul.gortmaker@...driver.com>
Cc: Claudiu Manoil <claudiu.manoil@...escale.com>,
netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH net-next 3/5] gianfar: GRO_DROP is unlikely
On Tue, 2013-02-12 at 11:30 -0500, Paul Gortmaker wrote:
> [...]
> 50b8: 81 3c 01 f8 lwz r9,504(r28)
> 50bc: 81 5c 01 fc lwz r10,508(r28)
> 50c0: 31 4a 00 01 addic r10,r10,1
> 50c4: 7d 29 01 94 addze r9,r9
> 50c8: 91 3c 01 f8 stw r9,504(r28)
> 50cc: 91 5c 01 fc stw r10,508(r28)
> 50d0: 4b ff fc 58 b 4d28 <gfar_clean_rx_ring+0x118>
What I can see here is the counter is 64bit and arch is 32bit,
and no sync is used.
So ethtool -S has races.
--
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