Re: [PATCH 1/2] libibverbs: Use autoreconf in autogen.sh

2013-05-02 Thread Jeff Squyres (jsquyres)
On May 1, 2013, at 11:30 AM, Doug Ledford dledf...@redhat.com wrote: This is fine with me, however, I think you also need to bump the autotools version to the latest upstream. The automated checkers in our build environment is spitting out errors about a number of upstream packages where the

Re: [PATCH 2/2] Ad IB_MTU_1500|9000 enums.

2013-05-02 Thread Jeff Squyres (jsquyres)
On Apr 22, 2013, at 4:00 PM, Doug Ledford dledf...@redhat.com wrote: 2. Change all instances of ib_mtu/ibv_mtu to an int. Code such as switch(mtu) case IBV_MTU_1024: ... will need to be updated to switch(mtu) case 1024: I was actually thinking that an ibverbs API version 2.0 might

[PATCH 1/1] OpenSM: dfsssp - add support for multicast

2013-05-02 Thread Jens Domke
Recent tests on a large system revealed a problem with loops in the multicast routing. Using DFSSSP together with the default mcast routing algorithm of OpenSM can produce loops in the fabric. This patch adds the mcast_build_stree function to the DFSSSP routing algorithm, so that DFSSSP is able

RE: decent performance drop for SCSI LLD / SAN initiator when iommu is turned on

2013-05-02 Thread Yan Burman
-Original Message- From: Michael S. Tsirkin [mailto:m...@redhat.com] Sent: Thursday, May 02, 2013 04:56 To: Or Gerlitz Cc: Roland Dreier; io...@lists.linux-foundation.org; Yan Burman; linux- r...@vger.kernel.org Subject: Re: decent performance drop for SCSI LLD / SAN initiator

Re: initial LIO iSER performance numbers [was: GIT PULL] target updates for v3.10-rc1)

2013-05-02 Thread Nicholas A. Bellinger
On Thu, 2013-05-02 at 16:58 +0300, Or Gerlitz wrote: On 30/04/2013 05:59, Nicholas A. Bellinger wrote: Hello Linus! Here are the target pending changes for the v3.10-rc1 merge window. Please go ahead and pull from: