Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161120AbXBUHrQ (ORCPT ); Wed, 21 Feb 2007 02:47:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161121AbXBUHrQ (ORCPT ); Wed, 21 Feb 2007 02:47:16 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:43440 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1161116AbXBUHrP (ORCPT ); Wed, 21 Feb 2007 02:47:15 -0500 Date: Tue, 20 Feb 2007 23:47:13 -0800 (PST) Message-Id: <20070220.234713.59469649.davem@davemloft.net> To: divy@chelsio.com Cc: shemminger@osdl.org, benh@kernel.crashing.org, netdev@vger.kernel.org, ebs@ebshome.net, linux-kernel@vger.kernel.org Subject: Re: [RFC] split NAPI from network device. From: David Miller In-Reply-To: <45DBF74B.7070801@chelsio.com> References: <20061213154635.1f284bf6@dxpl.pdx.osdl.net> <20070220.213125.74747066.davem@davemloft.net> <45DBF74B.7070801@chelsio.com> X-Mailer: Mew version 5.1.52 on Emacs 21.4 / 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 X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1060 Lines: 23 From: Divy Le Ray Date: Tue, 20 Feb 2007 23:39:55 -0800 > I applied the patch to test the chelsio drivers. > The compilation of the forcedeth driver fails if CONFIG_FORCEDETH_NAPI > is not set. > /opt/sources/linux-2.6/drivers/net/forcedeth.c: In function `nv_nic_irq': > /opt/sources/linux-2.6/drivers/net/forcedeth.c:2866: error: structure > has no member named `weight' > /opt/sources/linux-2.6/drivers/net/forcedeth.c: In function > `nv_nic_irq_optimized': > /opt/sources/linux-2.6/drivers/net/forcedeth.c:2983: error: structure > has no member named `weight' > /opt/sources/linux-2.6/drivers/net/forcedeth.c: In function `nv_nic_irq_rx': > /opt/sources/linux-2.6/drivers/net/forcedeth.c:3177: error: structure > has no member named `weight' Thanks for catching that, I'll fix this up. - 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/