From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: Add PGM protocol support to the IP stack Date: Tue, 30 Mar 2010 13:12:04 -0500 (CDT) Message-ID: References: <87tysccjrn.fsf@basil.nowhere.org> <20100322163609.GZ20695@one.firstfloor.org> <877hp4i76d.fsf@basil.nowhere.org> <20100322185310.GA20695@one.firstfloor.org> <4BB13133.6030500@zytor.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Andi Kleen , David Miller , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: "H. Peter Anvin" Return-path: In-Reply-To: <4BB13133.6030500@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, 29 Mar 2010, H. Peter Anvin wrote: > On 03/22/2010 11:53 AM, Andi Kleen wrote: > > > > There's just no portable atomic64_t. Ok maybe you can use the socket lock > > to synchronize all the counts if they are only per socket. > > > > In 2.6.34 there is (although some arches which could support it natively > don't as of yet... but that's fixable.) See lib/atomic64.c. There are also the 64bit thiscpu operations that were merged in 2.6.33. They do the right thing if the arch does not provide operations.