RE: [PATCH V4 3/6] IB Core: Run Netlink

2011-05-12 Thread Nir Muchtar
> -Original Message- > From: Roland Dreier [mailto:rol...@purestorage.com] > Sent: Tuesday, May 10, 2011 10:28 PM > To: Nir Muchtar > Cc: linux-rdma@vger.kernel.org > Subject: Re: [PATCH V4 3/6] IB Core: Run Netlink > > > +#include > > Was the lates

Re: [PATCH V4 3/6] IB Core: Run Netlink

2011-05-10 Thread Roland Dreier
> +#include Was the latest version of this actually tested? Patch 1 put this header in as far as I can see, so I don't see how this could even build. - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majord

[PATCH V4 3/6] IB Core: Run Netlink

2011-01-03 Thread Nir Muchtar
Include and initialize IB netlink from IB core. Signed-off-by: Nir Muchtar --- drivers/infiniband/core/Makefile |2 +- drivers/infiniband/core/device.c | 11 +++ 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/core/Makefile b/drivers/infiniband/co