From: "Bryan O'Sullivan" <bos@serpentine.com>
To: rdreier@cisco.com
Cc: lkml <linux-kernel@vger.kernel.org>,
randy.dunlap@oracle.com, openib-general@openib.org
Subject: Re: ipath uses skb functions
Date: Mon, 20 Nov 2006 10:54:34 -0800 [thread overview]
Message-ID: <4561F9EA.1020402@serpentine.com> (raw)
In-Reply-To: <20061119125106.0ea9541e.randy.dunlap@oracle.com>
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
Randy Dunlap wrote:
> but doesn't depends on NET (Networking).
Thanks. One-liner patch attached. Roland, please add this to your
for-2.6.19 or for-2.6.20 queue, as you see fit.
<b
[-- Attachment #2: ipath-config-net.patch --]
[-- Type: text/x-patch, Size: 700 bytes --]
IB/ipath - make Kconfig depend on CONFIG_NET
Spotted by Randy Dunlap.
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
diff -r 9769053d8f77 drivers/infiniband/hw/ipath/Kconfig
--- a/drivers/infiniband/hw/ipath/Kconfig Tue Nov 14 10:07:29 2006 -0800
+++ b/drivers/infiniband/hw/ipath/Kconfig Mon Nov 20 10:51:25 2006 -0800
@@ -1,6 +1,6 @@ config INFINIBAND_IPATH
config INFINIBAND_IPATH
tristate "QLogic InfiniPath Driver"
- depends on (PCI_MSI || HT_IRQ) && 64BIT && INFINIBAND
+ depends on (PCI_MSI || HT_IRQ) && 64BIT && INFINIBAND && NET
---help---
This is a driver for QLogic InfiniPath host channel adapters,
including InfiniBand verbs support. This driver allows these
next prev parent reply other threads:[~2006-11-20 18:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-19 20:51 ipath uses skb functions Randy Dunlap
2006-11-20 18:54 ` Bryan O'Sullivan [this message]
2006-11-20 19:04 ` Randy Dunlap
2006-11-20 21:05 ` Roland Dreier
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=4561F9EA.1020402@serpentine.com \
--to=bos@serpentine.com \
--cc=linux-kernel@vger.kernel.org \
--cc=openib-general@openib.org \
--cc=randy.dunlap@oracle.com \
--cc=rdreier@cisco.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.