Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762103AbYBUFqZ (ORCPT ); Thu, 21 Feb 2008 00:46:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752946AbYBUFqP (ORCPT ); Thu, 21 Feb 2008 00:46:15 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:40253 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752620AbYBUFqO (ORCPT ); Thu, 21 Feb 2008 00:46:14 -0500 Date: Wed, 20 Feb 2008 21:46:51 -0800 (PST) Message-Id: <20080220.214651.235108740.davem@davemloft.net> To: krkumar2@in.ibm.com Cc: divy@chelsio.com, jeff@garzik.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [git patches] net driver updates From: David Miller In-Reply-To: References: <47BCD0DF.1050205@chelsio.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1061 Lines: 29 From: Krishna Kumar2 Date: Thu, 21 Feb 2008 09:13:49 +0530 > Hi Divy, > > > > Explain why, so I can include it in the changelog please... > > > > Hi Jeff, > > > > The first part of the patch removes the !netif_queue_stopped(dev). > > It opens the race discussed a while ago between Stephen hemminger and > > David Miller: > > http://marc.info/?l=linux-netdev&m=113383224512427&w=2 > > I feel this race cannot happen anymore. I think the fix for that race was > to introduce the > __LINK_STATE_QDISC_RUNNING bit thus eliminating any races between CPU's. If > one > CPU has called xmit, the other CPU will enqueue skbs (by holding the > queue_lock) and > exit from qdisc_run since it finds the bit set already. And the race is talking about LLTX, which S2IO doesn't use as far as I can tell. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/