Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423070AbXBUUJV (ORCPT ); Wed, 21 Feb 2007 15:09:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423064AbXBUUJU (ORCPT ); Wed, 21 Feb 2007 15:09:20 -0500 Received: from mail.screens.ru ([213.234.233.54]:57970 "EHLO mail.screens.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423061AbXBUUJT (ORCPT ); Wed, 21 Feb 2007 15:09:19 -0500 Date: Wed, 21 Feb 2007 23:09:16 +0300 From: Oleg Nesterov To: Stephen Hemminger Cc: Jarek Poplawski , Andrew Morton , "David S. Miller" , David Howells , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFT] bridge: eliminate port_check workqueue Message-ID: <20070221200916.GA145@tv-sign.ru> References: <20070220221941.GA707@tv-sign.ru> <20070220162434.72d3ad7b@freekitty> <20070221082345.GB1662@ff.dom.local> <20070221142342.GB134@tv-sign.ru> <20070221105555.4d1b40a6@freekitty> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070221105555.4d1b40a6@freekitty> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1023 Lines: 36 On 02/21, Stephen Hemminger wrote: > > This is what I was suggesting by getting rid of the work queue completely. Can't comment this patch, but if we can get rid of the work_struct - good! > -static void port_carrier_check(struct work_struct *work) > +void br_port_carrier_check(struct net_bridge_port *p) > { > - struct net_bridge_port *p; > - struct net_device *dev; > - struct net_bridge *br; > - > - dev = container_of(work, struct net_bridge_port, > - carrier_check.work)->dev; > - work_release(work); May I ask you to redo this patch on top of [PATCH 1/3] net/bridge/br_if.c: don't use _WORK_NAR http://marc.theaimsgroup.com/?l=linux-kernel&m=117183517612775 ? We are removing the _NAR stuff, it would be nice to do this in a separate patch. Thanks! Oleg. - 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/