[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100310.094921.211568569.davem@davemloft.net>
Date: Wed, 10 Mar 2010 09:49:21 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: dhowells@...hat.com
Cc: sgruszka@...hat.com, vladz@...adcom.com,
paulmck@...ux.vnet.ibm.com, netdev@...r.kernel.org,
eilong@...adcom.com
Subject: Re: [RFC PATCH] bnx2x: fix tx queue locking and memory barriers
From: David Howells <dhowells@...hat.com>
Date: Wed, 10 Mar 2010 17:09:50 +0000
> The barrier() didn't tell the compiler that fp->tx_bd_prod and fp->tx_bd_cons
> could change. What it did was to say that the accesses to those two variables
> must be performed after all the other accesses issued by that CPU prior to the
> barrier - at least as far as the compiler is concerned.
barrier() has a "memory" asm clobber which says that all memory could
have changed.
--
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