[PATCH opensm] osm_console_io.c: Handle another write-strings issue

2013-04-11 Thread Hal Rosenstock
From: Ira Weiny ira.we...@intel.com hosts_ctl declaration is: int hosts_ctl(daemon, client_name, client_addr, client_user); char *daemon; char *client_name; char *client_addr; char *client_user; This should have been part of previous commit 664494a8157684f2f277fb457556a7c27feae0af Fix issues

[PATCH opensm] osm_lid_mgr.c: fix duplicate LID assignment after SM port down

2013-04-11 Thread Hal Rosenstock
From: Alex Netes ale...@mellanox.com We must discard previous guid2lid db if this is the first master sweep and reassign_lids option is TRUE. If we came out of standby and honor_guid2lid_file option is TRUE, we must restore guid2lid db. Otherwise if honor_guid2lid_file option is FALSE we must

RE: [PATCH V4 for-next 1/5] IB/core: Add RSS and TSS QP groups

2013-04-11 Thread Hefty, Sean
I have no issue with RSS/TSS. But the 'qp group' interface to using this seems kludgy. lets try to be more specific On a node, this is multiple send/receive queues grouped together to form a larger construct. On the wire, this is a single QP - maybe? I'm still not clear on

Mellanox/RoCE - VLAN support

2013-04-11 Thread Klaus Wacker
Hi all, we are doing a project on IBM x-blades using Mellanox/RoCE. I have some difficulties to get RoCE based VLANs to run. We are currently on Linux 3.8. No OFED material involved. While non-VLAN devices work ok, i experience the following on VLAN devs - a GID for the VLAN is created and we use

RE: iwarp and inline data

2013-04-11 Thread Nikolova, Tatyana E
Intel NE020 supports send with inline data as well. -Original Message- From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma-ow...@vger.kernel.org] On Behalf Of Steve Wise Sent: Thursday, April 11, 2013 1:11 PM To: Hefty, Sean Cc: linux-rdma (linux-rdma@vger.kernel.org) Subject: Re:

Re: [PATCH V4 for-next 1/5] IB/core: Add RSS and TSS QP groups

2013-04-11 Thread Or Gerlitz
On Thu, Apr 11, 2013 at 5:45 PM, Hefty, Sean sean.he...@intel.com wrote: [...] but lets get there after hopefully agreeing what is RSS QP group. So far, this is what I think it is: - a collection of related receive queues - each queue is configured somewhat separately - i.e. sized, CQ, sge

Re: Mellanox/RoCE - VLAN support

2013-04-11 Thread Or Gerlitz
Klaus Wacker klaus.wac...@de.ibm.com wrote: Hi all, we are doing a project on IBM x-blades using Mellanox/RoCE. I have some difficulties to get RoCE based VLANs to run. We are currently on Linux 3.8. No OFED material involved. While non-VLAN devices work ok, i experience the following on