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

2013-07-30 Thread Jeff Squyres (jsquyres)
4th 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

Re: [PATCH V2] libibverbs: Allow arbitrary int values for MTU

2013-07-30 Thread Jeff Squyres (jsquyres)
On Jul 23, 2013, at 9:26 AM, Jeff Squyres (jsquyres) jsquy...@cisco.com wrote: .. and UD is the least abstracted transport, so existing apps won't support Jeff's new NIC anyhow, MTU is the least of their problems. Existing apps with existing transports see the same old values. Bump. --

Re: rtnl_lock deadlock on 3.10

2013-07-30 Thread Steve Wise
On 7/29/2013 6:02 PM, Shawn Bohrer wrote: On Mon, Jul 15, 2013 at 09:38:19AM -0500, Shawn Bohrer wrote: On Wed, Jul 03, 2013 at 08:26:11PM +0300, Or Gerlitz wrote: On 03/07/2013 20:22, Shawn Bohrer wrote: On Wed, Jul 03, 2013 at 07:33:07AM +0200, Hannes Frederic Sowa wrote: On Wed, Jul 03,

[PATCH opensm] osm_sa_path_record.c: Fix rate setting issue in SA PR handling

2013-07-30 Thread Hal Rosenstock
For switch egress ports, fix rate setting for an extended speed port Signed-off-by: Hal Rosenstock h...@mellanox.com --- opensm/osm_sa_path_record.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/osm_sa_path_record.c b/opensm/osm_sa_path_record.c index

Re: [PATCH V2] libibverbs: Allow arbitrary int values for MTU

2013-07-30 Thread Jeff Squyres (jsquyres)
On Jul 30, 2013, at 12:44 PM, Christoph Lameter c...@gentwo.org wrote: What in the world does that mean? I am an oldtimer I guess. Seems that this is something that can be done in the newfangled forum? How does this affect mailing lists? I'm not sure what you're asking me; please see the

Re: [PATCH V2] libibverbs: Allow arbitrary int values for MTU

2013-07-30 Thread Christoph Lameter
On Tue, 30 Jul 2013, Jeff Squyres (jsquyres) wrote: On Jul 30, 2013, at 12:44 PM, Christoph Lameter c...@gentwo.org wrote: What in the world does that mean? I am an oldtimer I guess. Seems that this is something that can be done in the newfangled forum? How does this affect mailing lists?

Re: [PATCH V2] libibverbs: Allow arbitrary int values for MTU

2013-07-30 Thread Doug Ledford
On 07/30/2013 02:45 PM, Atchley, Scott wrote: http://en.wikipedia.org/wiki/Internet_forum#Thread When a member posts in a thread it will jump to the top since it is the latest updated thread. Similarly, other threads will jump in front of it when they receive posts. When a member posts in a

Re: [PATCH V2] libibverbs: Allow arbitrary int values for MTU

2013-07-30 Thread Atchley, Scott
On Jul 30, 2013, at 2:31 PM, Christoph Lameter c...@gentwo.org wrote: On Tue, 30 Jul 2013, Jeff Squyres (jsquyres) wrote: On Jul 30, 2013, at 12:44 PM, Christoph Lameter c...@gentwo.org wrote: What in the world does that mean? I am an oldtimer I guess. Seems that this is something that

Re: [PATCH] mlx5: Implement new initialization sequence

2013-07-30 Thread Or Gerlitz
On Thu, Jul 18, 2013 at 3:31 PM, Eli Cohen e...@dev.mellanox.co.il wrote: Introduce enbale_hca and disable_hca commands to signify when the driver starts or ceases to operate on the device. In addition the driver will use boot and init pages count; boot pages is required to allow firmware to

Re: [PATCH V8 libibverbs 1/7] Infrastructure to support verbs extensions

2013-07-30 Thread Jason Gunthorpe
On Tue, Jul 30, 2013 at 11:27:15PM +0300, Yishai Hadas wrote: Can accept it, however as it's a const pointer may need some casting later which is not fully clean. Drop the const from the definition then. Your suggestion for verbs_set_ctx_op can't not work as it calls internally to

RE: [PATCH 4/4] Declare 'server_port' as an unsigned variable

2013-07-30 Thread Hefty, Sean
thanks - applied all 4 -- 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

Re: [PATCH] mlx5: fix error return code in mlx5_alloc_uuars()

2013-07-30 Thread David Miller
From: Wei Yongjun weiyj...@gmail.com Date: Tue, 30 Jul 2013 07:57:06 +0800 From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -ENOMEM from the ioremap error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn