From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net-next 5/5] ifb: convert to 64 bit stats Date: Mon, 20 Jun 2011 23:27:01 +0200 Message-ID: <1308605221.2658.25.camel@edumazet-laptop> References: <20110620203506.363818794@vyatta.com> <20110620.135607.2158729745388010853.davem@davemloft.net> <20110620141253.00249218@nehalam.ftrdhcpuser.net> <1308604980.2658.23.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: David Miller , jamal , netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:34559 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078Ab1FTV1F (ORCPT ); Mon, 20 Jun 2011 17:27:05 -0400 Received: by wwe5 with SMTP id 5so2975737wwe.1 for ; Mon, 20 Jun 2011 14:27:04 -0700 (PDT) In-Reply-To: <1308604980.2658.23.camel@edumazet-laptop> Sender: netdev-owner@vger.kernel.org List-ID: Le lundi 20 juin 2011 =C3=A0 23:23 +0200, Eric Dumazet a =C3=A9crit : > Le lundi 20 juin 2011 =C3=A0 14:12 -0700, Stephen Hemminger a =C3=A9c= rit : > > Convert input functional block device to use 64 bit stats. > >=20 > > Signed-off-by: Stephen Hemminger > >=20 > > --- > > v2 - add stats_sync > >=20 >=20 > Acked-by: Eric Dumazet >=20 Ah well, I am wondering if ri_tasklet() & ifb_xmit() could run concurrently If so, we need two separate syncp, one for each function.