From: Bill Fink <billfink@mindspring.com>
To: ram.vepa@neterion.com
Cc: Netdev <netdev@vger.kernel.org>,
David Miller <davem@davemloft.net>,
Jeff Garzik <jgarzik@pobox.com>
Subject: Re: [net-2.6 PATCH 3/10] Neterion: New driver: Kconfig and Makefile
Date: Sat, 14 Mar 2009 13:40:17 -0400 [thread overview]
Message-ID: <20090314134017.d0ec1024.billfink@mindspring.com> (raw)
In-Reply-To: <1237018842.4966.418.camel@flash>
On 14 Mar 2009, Ramkrishna Vepa wrote:
> - Kconfig and Makefile related changes for vxge driver.
>
> 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 -urpN patch_2/drivers/net/Kconfig patch_3/drivers/net/Kconfig
> --- patch_2/drivers/net/Kconfig 2009-03-12 11:23:32.000000000 -0700
> +++ patch_3/drivers/net/Kconfig 2009-03-12 11:33:06.000000000 -0700
> @@ -2531,6 +2531,24 @@ 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
> + select INET_LRO
> + ---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>.
To prevent certain build failures, when you "select INET_LRO" you also
need to add a depends on INET, so the above "depends on PCI" needs to
be changed to:
depends on PCI && INET
-Bill
next prev parent reply other threads:[~2009-03-14 17:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-14 8:20 [net-2.6 PATCH 3/10] Neterion: New driver: Kconfig and Makefile Ramkrishna Vepa
2009-03-14 17:40 ` Bill Fink [this message]
2009-03-14 18:08 ` Bill Fink
2009-03-14 18:44 ` David Miller
2009-03-15 19:09 ` Ben Hutchings
2009-03-15 22:42 ` Ramkrishna Vepa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090314134017.d0ec1024.billfink@mindspring.com \
--to=billfink@mindspring.com \
--cc=davem@davemloft.net \
--cc=jgarzik@pobox.com \
--cc=netdev@vger.kernel.org \
--cc=ram.vepa@neterion.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).