fc13 ofed-1.5.2rc5 build error

2010-08-31 Thread Jeremy Enos
I don't know if fc13 is being targeted for support or not, but just for the sake of looking ahead maybe someone could check this failure out. Early in the build process (ofa_kernel), I get this error: gcc: cannot specify -o with -c or -S with multiple files thx- Jeremy In context:

Re: [PATCH RFC] ipoib: good references make good neighbors

2010-08-31 Thread Chris Mason
On Mon, Aug 30, 2010 at 05:11:01PM -0700, Ralph Campbell wrote: [ add a reference to neighbours inside ipoib ] The problem with this solution is that it creates a reference counting loop so that the reference count never goes to zero. struct neighbour in the kernel points to struct

Re: [PATCH] ibnetdiscover: add '-f' flag to show full information (ports' speed and width).

2010-08-31 Thread Eli Dorfman (Voltaire)
Sasha Khapyorsky wrote: On 09:45 Tue 24 Aug , Hal Rosenstock wrote: What about the flag? do we still need it if we pass the output after the comment? I wouldn't think so. I also think we've made commentary changes to the ibnetdiscover output format like this before. If we wanted to be

Re: [PATCH] ibnetdiscover: add '-f' flag to show full information (ports' speed and width).

2010-08-31 Thread Hal Rosenstock
On Tue, Aug 31, 2010 at 10:18 AM, Eli Dorfman (Voltaire) dorfman@gmail.com wrote: Sasha Khapyorsky wrote: On 09:45 Tue 24 Aug     , Hal Rosenstock wrote: What about the flag? do we still need it if we pass the output after the comment? I wouldn't think so. I also think we've made

[PATCH] opensm/include/osm_helper.h: Eliminate some duplicated declarations

2010-08-31 Thread Hal Rosenstock
opensm/include/osm_helper.h: Eliminate some duplicate declarations Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/include/opensm/osm_helper.h b/opensm/include/opensm/osm_helper.h index 1a10cde..9abbd61 100644 --- a/opensm/include/opensm/osm_helper.h +++

[PATCHv2] opensm/include/osm_helper.h: Eliminate some duplicate declarations

2010-08-31 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- Changes from v1: Eliminated duplicate patch description diff --git a/opensm/include/opensm/osm_helper.h b/opensm/include/opensm/osm_helper.h index 1a10cde..9abbd61 100644 --- a/opensm/include/opensm/osm_helper.h +++

[PATCHv3] opensm/include/osm_helper.h: Eliminate some duplicate declarations

2010-08-31 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- Changes since v2: Fixed format error detected by checkpatch Changes since v1: Eliminated duplicate patch description diff --git a/opensm/include/opensm/osm_helper.h b/opensm/include/opensm/osm_helper.h index 1a10cde..9abbd61 100644 ---

[PATCHv2] opensm/osm_pkey_mgr.c: Eliminate unneeded parameter from pkey_mgr_get_physp_max_blocks API

2010-08-31 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- Changes since v1: Fixed formatting errors detected by checkpatch diff --git a/opensm/opensm/osm_pkey_mgr.c b/opensm/opensm/osm_pkey_mgr.c index f2e0cc3..1e98c82 100644 --- a/opensm/opensm/osm_pkey_mgr.c +++ b/opensm/opensm/osm_pkey_mgr.c @@

Re: OFED 1.5.2: libibumad.so version bump

2010-08-31 Thread Ira Weiny
On Tue, 31 Aug 2010 02:27:29 -0700 Yevgeny Kliteynik klit...@gmail.com wrote: Hi all, In order to support RoCEE, a while ago I've added a new field to umad, thus introduced an ABI change. There already was a discussion on the linux-rdma list, but due to the proximity of the upcoming OFED

RFC: Splitting of the management git tree in Open Fabrics

2010-08-31 Thread Ira Weiny
As I briefly mentioned in an email to Yevgeny regarding libibumad ABI's; I believe it is time to break up the management git tree. With GA of OFED 1.5.2 scheduled for Sept 13, I would like to request comments from the community about the following split after that GA. On openfabrics.org/git

DHCP over InfiniBand Update

2010-08-31 Thread Hal Rosenstock
Hi, There appear to be two basic approaches to supporting DHCP (over InfiniBand) in Linux. There's LPF support (4.1.1 based) and older (3.0.4 based) socket support. The 4.1.1 LPF patches are: http://lists.openfabrics.org/pipermail/ewg/2010-May/015265.html