Re: [ANNOUNCE] librdmacm-1.0.16

2014-05-02 Thread Parthiban
Is this feature supported yet in 1.0.18 version? Thanks, -- 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

[no subject]

2014-05-02 Thread KELLY CRISTINA D ANGELO
Bestätigen Sie Ihre 500,000,00 Euro -- 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: fix pkey change event port

2014-05-02 Thread Mike Marciniszyn
The code used a literal 1 in dispatching an IB_EVENT_PKEY_CHANGE. As of the dual port qib QDR card, this is not necessarily correct. Change to use the port as specified in the call. Cc: Reported-by: Alex Estrin Reviewed-by: Dennis Dalessandro Signed-off-by: Mike Marciniszyn --- drivers/infi

RE: [PATCH 0/3] RDMA/core: iWARP Port Mapper Overview

2014-05-02 Thread Steve Wise
Any review comments on this? > -Original Message- > From: Tatyana Nikolova [mailto:tatyana.e.nikol...@intel.com] > Sent: Wednesday, March 26, 2014 5:07 PM > To: Roland Dreier > Cc: john.s.laco...@intel.com; sw...@opengridcomputing.com; > peter.p.waskiewicz...@intel.com; sean.he...@intel.c

[PATCH] IB/ipath: Translate legacy diagpkt into newer extended diagpkt

2014-05-02 Thread Dennis Dalessandro
This patch addresses an issue where the legacy diagpacket is sent in from the user, but the driver operates on only the extended diagpkt. This patch specifically initializes the extended diagpkt based on the legacy packet. Cc: Reported-by: Rickard Strandqvist Reviewed-by: Mike Marciniszyn Signe

RE: [ANNOUNCE] librdmacm-1.0.16

2014-05-02 Thread Hefty, Sean
> Is this feature supported yet in 1.0.18 version? What, exactly, does "this" refer to? -- 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 V3 00/17] NFS/RDMA client-side patches

2014-05-02 Thread Doug Ledford
- Original Message - > Changes since V2: > > - Rebased on v3.15-rc3 > > - "enable pad optimization" dropped. Testing showed Linux NFS/RDMA >server does not support pad optimization yet. > > - "ALLPHYSICAL CONFIG" dropped. There is a lack of consensus on >this one. Christoph wo

Re: [PATCH V3 00/17] NFS/RDMA client-side patches

2014-05-02 Thread Chuck Lever
On May 2, 2014, at 3:27 PM, Doug Ledford wrote: > - Original Message - >> Changes since V2: >> >> - Rebased on v3.15-rc3 >> >> - "enable pad optimization" dropped. Testing showed Linux NFS/RDMA >> server does not support pad optimization yet. >> >> - "ALLPHYSICAL CONFIG" dropped. Th

Re: [PATCH V3 00/17] NFS/RDMA client-side patches

2014-05-02 Thread Doug Ledford
- Original Message - > > On May 2, 2014, at 3:27 PM, Doug Ledford wrote: > > > I tested nfsv3 in both IB and RoCE modes with rsize=32768 and > > wsize=32768 -> not DOA, reliable, did data verification and passed > > > > I tested nfsv3 in both IB and RoCE modes with rsize=65536 and > > w

Re: [patch] RDMA/cxgb4: info leak in c4iw_alloc_ucontext()

2014-05-02 Thread Dan Carpenter
On Fri, Mar 28, 2014 at 11:27:48AM +0100, Yann Droneaud wrote: > Unfortunately, it's not the only structure which has this problem. I'm > currently preparing a report on this issue for this driver (cxgb4) and > another. > This information leak is still present in linux-next. These days we count

[PATCH 1/3 opensm] perfmgr: Add xmit_wait support

2014-05-02 Thread Hal Rosenstock
From: Ira Weiny Date: Sat, 5 Apr 2014 11:41:12 -0400 xmit_waits can be prevalent in an oversubscribed or otherwise congested fabric. Therefore 2 options are added to the config file to control the logging of these errors. Errors are always collected if support is indicated by ClassPortInfo and c

[PATCH 2/3 opensm] perfmgr: Add xmit_wait to event plugin error counters data structure

2014-05-02 Thread Hal Rosenstock
From: Ira Weiny Date: Fri, 4 Apr 2014 20:07:04 -0400 NOTE: This changes the plugin interface. However, OpenSM plugins must be compiled for the specific version of OpenSM used. So this should not be an issue. Signed-off-by: Ira Weiny Signed-off-by: Hal Rosenstock --- include/opensm/osm_event

[PATCH 3/3 opensm] osm_perfmgr_db.c: Add missing clear of new xmit_wait counter in clear_counters

2014-05-02 Thread Hal Rosenstock
Found-by: Susan Coulter Signed-off-by: Hal Rosenstock Signed-off-by: Ira Weiny --- opensm/osm_perfmgr_db.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opensm/osm_perfmgr_db.c b/opensm/osm_perfmgr_db.c index 1b78942..e57b804 100644 --- a/opensm/osm_perfmgr_db.c +++