Hi Linus,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
tags/rdma-for-linus
InfiniBand/RDMA updates for 3.15-rc4:
- cxgb4 hardware driver fixes
On 05/01/2014, Shirley Ma wrote:
> On 04/30/2014 04:58 PM, Doug Ledford wrote:
> > On 04/302014 Shirley Ma wrote:
> >> I've created Xen guest on DomU. Dom0 PF works which has no mtts
> >> been
> >> enabled, however DomU I hit this problem by just mounting the file
> >> system:
> >> mlx4_core :
On Thu, 1 May 2014, Doug Ledford wrote:
> Indeed. The non-invasive approach is the wrong one for upstream, it's
> really only suited for being a bandaid out of tree. For upstream, it
> needs to be done right.
Can we get the bandaid into RH7 for now?
--
To unsubscribe from this list: send the l
- Original Message -
> On 01/05/2014 02:28, Doug Ledford wrote:
> > This seems like driving a thumb tack with a sledge hammer. No
> > doubt
> > the correct path here is to get the proper flag added to verbs
> > multicast
> > attach command. Or, do you still have a patch that does this the
- Original Message -
> On Wed, 30 Apr 2014, Doug Ledford wrote:
>
> > > Add a module param to the mlx4_ib driver which allows to force
> > > all QP
> > > attachements to be carried out with multicast loopback prevented.
> >
> > This seems like driving a thumb tack with a sledge hammer. No
From: Vladimir Koushnir
If osm_vendor_send fails to send a resp_expected MAD in vl15_send_mad,
opensm needs to resweep the fabric to recover from this
error.
Signed-off-by: Vladimir Koushnir
Signed-off-by: Hal Rosenstock
---
include/opensm/osm_vl15intf.h | 11 ++-
opensm/osm_opensm.
Signed-off-by: Hal Rosenstock
---
diff --git a/src/perfquery.c b/src/perfquery.c
index 112d92c..535abb6 100644
--- a/src/perfquery.c
+++ b/src/perfquery.c
@@ -327,7 +327,7 @@ static void dump_perfcounters(int extended, int timeout,
uint16_t cap_mask,
if (!(cap_mask & IB_PM_EXT_WI
On Wed, 30 Apr 2014, Doug Ledford wrote:
> > Add a module param to the mlx4_ib driver which allows to force all QP
> > attachements to be carried out with multicast loopback prevented.
>
> This seems like driving a thumb tack with a sledge hammer. No doubt
> the correct path here is to get the pr
On 4/30/2014 3:31 PM, Chuck Lever wrote:
> Clean up. Remove HCA-specific clutter in xprtrdma, which is
> supposed to be device-independent.
>
> Signed-off-by: Chuck Lever
> ---
>
> net/sunrpc/xprtrdma/verbs.c | 14 --
> 1 files changed, 0 insertions(+), 14 deletions(-)
>
> diff