[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160810.104556.1507709019319192063.davem@davemloft.net>
Date: Wed, 10 Aug 2016 10:45:56 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ubraun@...ux.vnet.ibm.com
Cc: netdev@...r.kernel.org, linux-s390@...r.kernel.org,
schwidefsky@...ibm.com, heiko.carstens@...ibm.com,
utz.bacher@...ibm.com
Subject: Re: [PATCH RESEND net-next 13/15] smc: receive data from RMBE
From: Ursula Braun <ubraun@...ux.vnet.ibm.com>
Date: Wed, 10 Aug 2016 15:44:00 +0200
> But there are still usages (and conn->rx_curs_confirmed is one of
> them), where I need an 8-byte cursor field to be read and written
> atomicaly, even though I do not care whether the write operation has
> been beaten or not. But I do care that reading the cursor does not
> return a partially updated cursor. Isn't xchg() a possible solution
> in this case?
Either the cpu supports 64-bit stores or it does not.
xchg() and atomicity have absolutely nothing to do with this.
Powered by blists - more mailing lists