[PATCH] infiniband-diags: rdma-ndd: remove udev logging when not supported

2015-09-19 Thread ira . weiny
From: Ira Weiny udev_set_log_* functions are deprecated on newer versions of libudev Conditionally compile out the use of these functions. Signed-off-by: Ira Weiny --- configure.ac | 8 src/rdma-ndd.c | 4 2 files changed, 12 insertions(+)

Re: [PATCH infiniband-diags] perfquery: Fix timeout on nodes supporting RS_FEC capability

2015-09-19 Thread ira.weiny
On Tue, Sep 01, 2015 at 08:28:38AM -0400, Hal Rosenstock wrote: > From 0e8341980ca7133fe0a472fddc1c622f766b8f8e Mon Sep 17 00:00:00 2001 > From: Dan Ben Yosef > Date: Mon, 31 Aug 2015 10:49:04 +0300 > > perfquery -T (print Extended Speed Counters) times out on nodes >

Re: [PATCH v1 00/24] New fast registration API

2015-09-19 Thread Christoph Hellwig
Hi Sagi, I've converted the driver I'm developing to your API and it works great. I think this is an important step towards making the RDMA more usable! -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH infiniband-diags] saquery.c: Fix saquery -D option

2015-09-19 Thread ira.weiny
On Thu, Sep 10, 2015 at 09:09:57AM -0400, Hal Rosenstock wrote: > From: Vladimir Koushnir > Date: Wed, 9 Sep 2015 14:29:38 +0300 > > -D and -list saquery options are operational only > when -N option is explicitly invoked (default option) > > This patch allows using -D

RE: [patch] IB/hfi1: checking for NULL instead of IS_ERR

2015-09-19 Thread Weiny, Ira
> > On Fri, Sep 18, 2015 at 11:51:09AM -0400, Doug Ledford wrote: > > On 09/16/2015 02:22 AM, Dan Carpenter wrote: > > > __get_txreq() returns an ERR_PTR() but this checks for NULL so it > > > would oops on failure. > > > > > > Signed-off-by: Dan Carpenter > > > >

Re: [PATCH v1 00/24] New fast registration API

2015-09-19 Thread santosh.shilim...@oracle.com
On 9/17/15 5:42 AM, Sagi Grimberg wrote: Hi all, As discussed on the linux-rdma list, there is plenty of room for improvement in our memory registration APIs. We keep finding ULPs that are duplicating code, sometimes use wrong strategies and mis-use our current API. As a first step, this patch