From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Subbu Seetharaman" Subject: [PATCH 15/15] BE NIC driver - Kconfig, Makefile etc. Date: Thu, 15 May 2008 02:54:44 -0700 Message-ID: <20080515095444.c1989455@mailhost.serverengines.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT To: netdev@vger.kernel.org Return-path: Received: from mail142.messagelabs.com ([216.82.249.99]:30764 "EHLO mail142.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752998AbYEOJuC convert rfc822-to-8bit (ORCPT ); Thu, 15 May 2008 05:50:02 -0400 Received: from 124.30.166.146 ([124.30.166.146]) by mailhost.serverengines.com for netdev@vger.kernel.org; Thu, 15 May 2008 02:54:44 -0700 Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Subbu Seetharaman --- MAINTAINERS | 7 +++++++ drivers/net/Kconfig | 17 +++++++++++++++++ drivers/net/Makefile | 1 + 3 files changed, 25 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index bc1c008..95de067 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3593,6 +3593,13 @@ L: linux-ide@vger.kernel.org T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git S: Supported +SERVER ENGINES 10Gbe NIC - BLADE-ENGINE +P: Subbu Seetharaman +M: subbus@serverengines.com +L: netdev@vger.kernel.org +W: http://www.serverengines.com +S: Supported + SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER P: Pat Gefre M: pfg@sgi.com diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 9f6cc8a..c2b3699 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2581,6 +2581,23 @@ config BNX2X source "drivers/net/sfc/Kconfig" +config BENET + tristate "ServerEngines 10Gb NIC - BladeEngine" + depends on PCI + select INET_LRO + help + This driver implements the NIC functionality for ServerEngines + 10Gb network adapter BladeEngine (EC 3210). + +config BENET_NAPI + bool "Use Rx Polling (NAPI) for benet" + depends on BENET + default y + help + NAPI is a new driver API designed to reduce CPU and interrupt load + when the driver is receiving lots of packets from the card. Selecting + this feature will give better performance in high traffic conditions. + endif # NETDEV_10000 source "drivers/net/tokenring/Kconfig" diff --git a/drivers/net/Makefile b/drivers/net/Makefile index dcbfe84..8f3c1ff 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_BONDING) += bonding/ obj-$(CONFIG_ATL1) += atlx/ obj-$(CONFIG_GIANFAR) += gianfar_driver.o obj-$(CONFIG_TEHUTI) += tehuti.o +obj-$(CONFIG_BENET) += benet/ gianfar_driver-objs := gianfar.o \ gianfar_ethtool.o \ -- 1.5.5 ___________________________________________________________________________________ This message, together with any attachment(s), contains confidential and proprietary information of ServerEngines Corporation and is intended only for the designated recipient(s) named above. Any unauthorized review, printing, retention, copying, disclosure or distribution is strictly prohibited. If you are not the intended recipient of this message, please immediately advise the sender by reply email message and delete all copies of this message and any attachment(s). Thank you.