Re: [PATCH 27/62] infiniband/ipath: convert to idr_alloc()

2013-02-04 Thread Tejun Heo
Hello, On Mon, Feb 04, 2013 at 04:15:52PM +, Marciniszyn, Mike wrote: I tried the branch you indicated in the initial patch cover. When run with a qib driver, and ipoib ping of another system produces: ... Looks like this is tripping during the arp/neighbour path resolution: void

[PATCH 27/62] infiniband/ipath: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Mike Marciniszyn infinip...@intel.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm.