[net-2.6 PATCH 10/10] Neterion: New driver: Kconfig and Makefile

Previous thread: [net-2.6 PATCH 9/10] Neterion: New driver: Driver version by Ramkrishna Vepa on Wednesday, March 25, 2009 - 1:13 am. (1 message)

Next thread: [net-2.6 PATCH 8/10] Neterion: New driver: Ethtool related by Ramkrishna Vepa on Wednesday, March 25, 2009 - 1:13 am. (1 message)
From: Ramkrishna Vepa
Date: Wednesday, March 25, 2009 - 1:13 am

- Kconfig and Makefile related changes for vxge driver.
- Changes from previous submission -
 - Incorporated the following review comments as per Bill Flink:
        - Add dependancy on INET along with PCI
        - Remove dependancy on INET_LRO and add GRO support.
 - Made this patch as last patch as per Ben Hutchings comments.

Signed-off-by: Sivakumar Subramani <sivakumar.subramani@neterion.com>
Signed-off-by: Rastapur Santosh <santosh.rastapur@neterion.com>
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
---
diff -Nurp patch_9/drivers/net/Kconfig patch_10/drivers/net/Kconfig
--- patch_9/drivers/net/Kconfig	2009-03-23 09:48:47.000000000 -0700
+++ patch_10/drivers/net/Kconfig	2009-03-23 09:40:29.000000000 -0700
@@ -2531,6 +2531,23 @@ config S2IO
 	  More specific information on configuring the driver is in 
 	  <file:Documentation/networking/s2io.txt>.
 
+config VXGE
+	tristate "Neterion X3100 Series 10GbE PCIe Server Adapter"
+	depends on PCI && INET
+	---help---
+	   This driver supports Neterion Inc's X3100 Series 10 GbE PCIe
+	   I/O Virtualized Server Adapter.
+	   More specific information on configuring the driver is in
+	   <file:Documentation/networking/vxge.txt>.
+
+config VXGE_DEBUG_TRACE_ALL
+	bool "Enabling All Debug trace statments in driver"
+	default n
+	depends on VXGE
+	---help---
+	  Say Y here if you want to enabling all the debug trace statements in
+	  driver. By  default only few debug trace statements are enabled.
+
 config MYRI10GE
 	tristate "Myricom Myri-10G Ethernet support"
 	depends on PCI && INET
diff -Nurp patch_9/drivers/net/Makefile patch_10/drivers/net/Makefile
--- patch_9/drivers/net/Makefile	2009-03-23 09:17:41.000000000 -0700
+++ patch_10/drivers/net/Makefile	2009-03-23 09:17:41.000000000 -0700
@@ -219,6 +219,7 @@ obj-$(CONFIG_R8169) += r8169.o
 obj-$(CONFIG_AMD8111_ETH) += amd8111e.o
 obj-$(CONFIG_IBMVETH) += ibmveth.o
 obj-$(CONFIG_S2IO) += s2io.o
+obj-$(CONFIG_VXGE) += vxge/
 obj-$(CONFIG_MYRI10GE) += myri10ge/
 ...
Previous thread: [net-2.6 PATCH 9/10] Neterion: New driver: Driver version by Ramkrishna Vepa on Wednesday, March 25, 2009 - 1:13 am. (1 message)

Next thread: [net-2.6 PATCH 8/10] Neterion: New driver: Ethtool related by Ramkrishna Vepa on Wednesday, March 25, 2009 - 1:13 am. (1 message)