[ofa-general] [PATCH] Added 'ibcheckspeed', Fix 'ibcheckportwidth'

2009-09-10 Thread Keshetti Mahesh
- Added 'ibcheckspeed': Similar to 'ibcheckwidth' in operation and usage. Reports error/warning messages if the LinkSpeedActive is 2.5 Gbps when the LinkSpeedSupported is more than 2.5 Gbps. - Fix 'ibcheckportwidth': Exit if the maximum

[ofa-general] ofa_1_5_kernel 20090910-0200 daily build status

2009-09-10 Thread Vladimir Sokolovsky (Mellanox)
This email was generated automatically, please do not reply git_url: git://git.openfabrics.org/ofed_1_5/linux-2.6.git git_branch: ofed_kernel_1_5 Common build parameters: Passed: Passed on i686 with linux-2.6.18 Passed on i686 with linux-2.6.19 Passed on i686 with linux-2.6.21.1 Passed on

Re: [ofa-general] [PATCH 4/4] DAPL v2: ucm: tighten up locking with CM processing, state changes

2009-09-10 Thread Barry Mavin
When trying to mount an nfs share with nfs rdma, what is the mount command that should be used? --- Regards Barry Mavin Recital Corporation Chairman and CEO Website: http://www.recital.com MSN Messenger: barry_ma...@msn.com Skype: BarryMavin Direct line worldwide: +1 9785224139 From: Barry

[ofa-general] [PATCH] infiniband-diags/scripts: Add ibcheckroutes to scripts

2009-09-10 Thread Doron Shoham
ibcheckroutes validates route between all hosts in the fabric. This script finds all leaf switches (switches that are connected to HCAs) and runs ibtracert between them. When using various routing algorithms (e.g. up-down), if fabric topology is not suitable there will be no routes between some

Re: [ofa-general] [PATCH] infiniband-diags/scripts: Add ibcheckroutes to scripts

2009-09-10 Thread Hal Rosenstock
On Thu, Sep 10, 2009 at 7:56 AM, Doron Shoham dor...@voltaire.com wrote: ibcheckroutes validates route between all hosts in the fabric. This script finds all leaf switches (switches that are connected to HCAs) CAs or HCAs ? What about switch port 0s ? and runs ibtracert between them.

[ofa-general] Re: [PATCH v2] infiniband-diags/scripts: Add 'ibcheckspeed' and 'ibcheckportspeed' to scripts

2009-09-10 Thread Hal Rosenstock
On Thu, Sep 10, 2009 at 9:02 AM, Keshetti Mahesh keshetti.mah...@gmail.comwrote: Added 'ibcheckspeed' and 'ibcheckportspeed': Similar to 'ibcheckwidth/ibcheckportwidth' in functionality and implementation. Reports error/warning messages if the LinkSpeedActive is configured as 2.5 Gbps when

Re: [ofa-general] [PATCH 4/4] DAPL v2: ucm: tighten up locking with CM processing, state changes

2009-09-10 Thread Steve Wise
I think depending on the kernel you're running on, you might have to add -i. Barry Mavin wrote: I am still having problems mounting an NFS share with RDMA. [r...@senkas1 nfs-utils-1.1.6]# /sbin/mount.nfs 10.10.10.3:/home/nfs /mnt/nfs -o rdma,port=20049 mount.nfs: Unsupported nfs mount option:

Re: [ofa-general] Re: [PATCH v2] infiniband-diags/scripts: Add 'ibcheckspeed' and 'ibcheckportspeed' to scripts

2009-09-10 Thread Ira Weiny
Also, iblinkinfo will report links which it finds capable of either faster or wider operation. iblinkinfo checks both ends of the link as Hal mentions. It reports this with output like. Switch 0x0005ad092106 Cisco Switch SFS7000D: ... 78[ ] ==( 4X 2.5 Gbps Active/

Re: [ofa-general] Fedora 10 OFED support plans

2009-09-10 Thread Jeremy Enos
So I accepted that I'd have to move Fedora version to get OFED support... and I was ok with that. However, I see now that FC12 is not released, and won't be until November. I have tested FC11, and it doesn't work w/ the OFED 1.5 beta1 either. It seems OFED has skipped out on support for Fedora

Re: [ofa-general] Fedora 10 OFED support plans

2009-09-10 Thread Jason Gunthorpe
On Thu, Sep 10, 2009 at 01:43:10PM -0500, Jeremy Enos wrote: So I accepted that I'd have to move Fedora version to get OFED support... and I was ok with that. However, I see now that FC12 is not released, and won't be until November. I have tested FC11, and it doesn't work w/ the OFED 1.5

[ofa-general] mlx4 second port lro issue

2009-09-10 Thread Shirley Ma
Hello, Anybody has seen lro doesn't work for port2 but works for port1 before? We found this issue on RHEL5. Thanks Shirley ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

Re: [ofa-general] Fedora 10 OFED support plans

2009-09-10 Thread Jeremy Enos
Fails w/ ofa_kernel like the others have... I didn't test excluding this rpm with FC11, but the others also fail elsewhere w/ this rpm excluded- so I'm guessing FC11 would as well. I included the output (and last 50 lines of log) in case you can glean something useful from it. Thank you-

Re: [ofa-general] Fedora 10 OFED support plans

2009-09-10 Thread Jeremy Enos
Additionally, I'd be happy to set up an FC11 sandbox system and give you access if it's any help. Jeremy Jeremy Enos wrote: Fails w/ ofa_kernel like the others have... I didn't test excluding this rpm with FC11, but the others also fail elsewhere w/ this rpm excluded- so I'm guessing

Re: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Roland Dreier
Anybody has seen lro doesn't work for port2 but works for port1 before? We found this issue on RHEL5. I haven't seen this. But I haven't really tried. Are you talking about mlx4_en or ipoib with mlx4_ib? What do you mean by lro not working -- the interface doesn't work with lro

Re: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Shirley Ma
Hello Roland, On Thu, 2009-09-10 at 13:54 -0700, Roland Dreier wrote: haven't seen this. But I haven't really tried. Are you talking about mlx4_en or ipoib with mlx4_ib? What do you mean by lro not working -- the interface doesn't work with lro enabled, or you just don't see aggregation

RE: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Boris Shpolyansky
Dumb question: what was the MTU setting of the eth interface associated with port 2? Dropping jumbo frames has nothing to do with LRO - it is plain layer 2 functionality. Boris Shpolyansky Sr. Member of Technical Staff, Applications Mellanox Technologies Inc. 350 Oakmead Parkway, Suite 100

Re: [ofa-general] [PATCH 4/4] DAPL v2: ucm: tighten up locking with CM processing, state changes

2009-09-10 Thread Barry Mavin
The -I option is not recognized with nfs-utils 1.1.6, neither is the -o rdma option. Is there any special option that should be used on the client mount command to tell it to use rdma? --- Regards Barry Mavin Recital Corporation From: Steve Wise sw...@opengridcomputing.com Date: Thu, 10

Re: [ofa-general] Fedora 10 OFED support plans

2009-09-10 Thread Jason Gunthorpe
On Thu, Sep 10, 2009 at 03:00:56PM -0500, Jeremy Enos wrote: Fails w/ ofa_kernel like the others have... I didn't test excluding this rpm with FC11, but the others also fail elsewhere w/ this rpm excluded- so I'm guessing FC11 would as well. I included the output (and last 50 lines of log) in

Re: [ofa-general] ibpanic

2009-09-10 Thread Christoph Lameter
kernel: ib_mthca :06:00.0: SW2HW_MPT failed (-11) perfquery: ibpanic: [20876] madrpc_init: client_register for mgmt 1 failed: (Cannot allocate memory) It also happens with mthca? Isnt that the same bug that we had with mlx4? ___ general mailing

RE: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Shirley Ma
Hello Boris, On Thu, 2009-09-10 at 14:16 -0700, Boris Shpolyansky wrote: Dumb question: what was the MTU setting of the eth interface associated with port 2? Dropping jumbo frames has nothing to do with LRO - it is plain layer 2 functionality. ifconfig shows both port1 and port2 mtu are

RE: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Boris Shpolyansky
Shirley, Are you referring to actual Ethernet frame size or to TCP message size? If the port MTU set to 1500 it will reject Ethernet frames larger than this size, this has nothing to do with the LRO. LRO is a TCP offload that improves CPU utilization on the TCP receiver by combining multiple

RE: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Shirley Ma
Hello Boris, On Thu, 2009-09-10 at 19:31 -0700, Boris Shpolyansky wrote: Are you referring to actual Ethernet frame size or to TCP message size? If the port MTU set to 1500 it will reject Ethernet frames larger than this size, this has nothing to do with the LRO. LRO is a TCP offload that

Re: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Barry Mavin
Is LRO on by default? If not how can we enable it? --- Regards Barry Mavin Recital Corporation From: Boris Shpolyansky bo...@mellanox.com Date: Thu, 10 Sep 2009 19:31:35 -0700 To: Shirley Ma mashi...@us.ibm.com Cc: Roland Dreier rdre...@cisco.com, general@lists.openfabrics.org Subject:

Re: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Boris Shpolyansky
It should be. There is mlx4_en module param (num_lro) that controls it. Boris Shpolyansky Sr. Member of Technical Staff, Applications Mellanox Technologies Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale, CA 94085 Tel.: (408) 916 0014 Fax: (408) 585 0314 Cell: (408) 834 9365 www.mellanox.com

Re: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Shirley Ma
Hello Barry On Fri, 2009-09-11 at 08:37 +0530, Barry Mavin wrote: Is LRO on by default? If not how can we enable it? It is a mlx4_en module parameter, by default it is set to MLX4_EN_MAX_LRO_DESCRIPTORS which is 32, reloading the module with num_lro=0 will disable it. It will impact

Re: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Barry Mavin
Is this a subnet manager issue? Configure your Subnet Manager (SM) to set the MTU value in the configuration file. The SM configuration for MTU value is per Partition Key (PKey). For example, to enable 4052-byte MTUs on a default PKey using the OpenSM SM, log into the Linux machine (running

Re: [ofa-general] mlx4 second port lro issue

2009-09-10 Thread Shirley Ma
Hello Barry, On Fri, 2009-09-11 at 08:55 +0530, Barry Mavin wrote: Is this a subnet manager issue? It's mlx4_en 10GbE, not IPoIB. It's not a subnet manager issue here. Thanks Shirley ___ general mailing list general@lists.openfabrics.org

Re: [ofa-general] Re: [PATCH v2] infiniband-diags/scripts: Add 'ibcheckspeed' and 'ibcheckportspeed' to scripts

2009-09-10 Thread Keshetti Mahesh
My badness. I have not used 'iblinkinfo' before. So, I guess there is no need for the above script. Apart from that, I feel there should be a program/script which will first scan the fabric to find the maximum common supported width/speed and then report the warning messages of the links/ports

[ofa-general] [GIT PULL] please pull infiniband.git

2009-09-10 Thread Roland Dreier
Linus, please pull from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This will get the batch of RDMA/InfiniBand changes

[ofa-general] [GIT PULL] please pull ummunotify

2009-09-10 Thread Roland Dreier
Linus, please consider pulling from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git ummunotify This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git ummunotify This will get ummunotify, a new

Re: [ofa-general] Re: [PATCH v2] infiniband-diags/scripts: Add 'ibcheckspeed' and 'ibcheckportspeed' to scripts

2009-09-10 Thread Barry Mavin
I use mellanox connectx cards and switches in a cluster. When I try and use ibtracert I get this output. # ibtracert 10.10.10.1 10.10.10.3 ibwarn: [6998] _do_madrpc: recv failed: Connection timed out ibwarn: [6998] mad_rpc: _do_madrpc failed; dport (Lid 10) ibwarn: [6998] find_route: can't reach

Re: [ofa-general] Re: [PATCH v2] infiniband-diags/scripts: Add 'ibcheckspeed' and 'ibcheckportspeed' to scripts

2009-09-10 Thread Keshetti Mahesh
# ibtracert 10.10.10.1 10.10.10.3 ibtracert only supports source/destination addresses to be specified in LID/GUID format. See man page of ibtracert. - Keshetti Mahesh ___ general mailing list general@lists.openfabrics.org