[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130403144939.GE21481@macbook.localnet>
Date: Wed, 3 Apr 2013 16:49:39 +0200
From: Patrick McHardy <kaber@...sh.net>
To: Erik Hugne <erik.hugne@...csson.com>
Cc: jon.maloy@...csson.com, allan.stephens@...driver.com,
netdev@...r.kernel.org, roland@...nel.org, sean.hefty@...el.com,
hal.rosenstock@...il.com, linux-rdma@...r.kernel.org
Subject: Re: [PATCH 4/5] tipc: add InfiniBand media type
On Wed, Apr 03, 2013 at 04:41:40PM +0200, Erik Hugne wrote:
> On Wed, Apr 03, 2013 at 02:43:29PM +0200, Patrick McHardy wrote:
> > diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig
> > index 4f99600..900ee66 100644
> > --- a/net/tipc/Kconfig
> > +++ b/net/tipc/Kconfig
> > @@ -31,3 +31,10 @@ config TIPC_PORTS
> >
> > Setting this to a smaller value saves some memory,
> > setting it to higher allows for more ports.
> > +
> > +config TIPC_MEDIA_IB
> > + bool "InfiniBand media type support"
> > + depends on INFINIBAND_IPOIB
> > + help
> > + Saying Y here will enable support for running TIPC on
> > + IP-over-InfiniBand devices.
> > diff --git a/net/tipc/Makefile b/net/tipc/Makefile
> > index 6cd55d6..4df8e02 100644
> > --- a/net/tipc/Makefile
> > +++ b/net/tipc/Makefile
> > @@ -9,3 +9,5 @@ tipc-y += addr.o bcast.o bearer.o config.o \
> > name_distr.o subscr.o name_table.o net.o \
> > netlink.o node.o node_subscr.o port.o ref.o \
> > socket.o log.o eth_media.o
> > +
> > +tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
>
> The TIPC_MEDIA_IB option shows up directly under networking options,
> instead of under "TIPC". I think "depends on TIPC" is missing?
Oops, I guess I messed that up during forward porting. I'll fix it up for
the next submission, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists