Re: [PATCH] libibverbs: Add the use of IBV_SEND_INLINE to example pingpong programs

2013-07-19 Thread Jeff Squyres (jsquyres)
Bump bump. On Jul 10, 2013, at 4:32 PM, Jeff Squyres jsquy...@cisco.com wrote: If the send size is less than the cap.max_inline_data reported by the qp, use the IBV_SEND_INLINE flag. This now only shows the example of using ibv_query_qp(), it also reduces the latency time shown by the

[PATCH v2] IB/qib: add err_decode() call for ring dump

2013-07-19 Thread Mike Marciniszyn
Commit b3ddf380 (Log all SDMA errors unconditionally) missed part of the patch. This also corrects a format warning when dma_addr_t is 32 bits on a 64 bit system. Signed-off-by: Mike Marciniszyn mike.marcinis...@intel.com --- drivers/infiniband/hw/qib/qib_iba7322.c |2 ++

RE: [PATCH ibacm] Update documentation for the new preload option names

2013-07-19 Thread Hefty, Sean
thanks - committed -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] IB/qib: This patch improves SDMA performance

2013-07-19 Thread Mike Marciniszyn
From: CQ Tang cq.t...@intel.com 1. The code accepts chunks of messages, and splits the chunk into packets when converting packets into sdma queue entries, adjacent packets will use user buffer pages smartly to avoid pinning the same page multiple times. 2. Instead of discarding all the work when

[PATCH ibacm] Add support for name cache

2013-07-19 Thread Hal Rosenstock
Similar to IPv4 and IPv6 preload, (host)name cache preload is now supported in addr_preload_file when acm_hosts is specified for addr_preload setting. Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/acm_notes.txt b/acm_notes.txt index d204484..3f24322 100644 --- a/acm_notes.txt

[PATCH ibacm] Update documentation for the new preload option names

2013-07-19 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/acm_notes.txt b/acm_notes.txt index 3903b8a..d204484 100644 --- a/acm_notes.txt +++ b/acm_notes.txt @@ -137,5 +137,6 @@ for more information on the opensm_full_v1 file format and how to configure OpenSM to generate this file.