* problems running rdmaoe examples
@ 2010-03-18 17:41 Rui Machado
2010-03-18 17:54 ` Boris Shpolyansky
0 siblings, 1 reply; 7+ messages in thread
From: Rui Machado @ 2010-03-18 17:41 UTC (permalink / raw)
To: linux-rdma
Hi list,
I installed OFED-1.5.1-rc4 on a couple of machines to give a try to
mlx4_en and RDMAoE capabilities.
Trying to run ibv_rc_pingpong as:
server: ibv_rc_pingpong -i 2 -g 0
client: ibv_rc_pingpong -i 2 -g 0 192.168.60.101
results in the following output:
(client)
local address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID
fe80::202:c9ff:fe02:ca06
remote address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID
fe80::202:c9ff:fe02:ca02
Failed status transport retry counter exceeded (12) for wr_id 2
(server)
local address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID
fe80::202:c9ff:fe02:ca02
remote address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID
fe80::202:c9ff:fe02:ca06
My ibv_devinfo reports:
hca_id: mlx4_0
transport: InfiniBand (0)
fw_ver: 2.7.000
node_guid: 0002:c903:0002:ca04
sys_image_guid: 0002:c903:0002:ca07
vendor_id: 0x02c9
vendor_part_id: 26428
hw_ver: 0xA0
board_id: MT_04E0120005
phys_port_cnt: 2
port: 1
state: PORT_ACTIVE (4)
max_mtu: 2048 (4)
active_mtu: 2048 (4)
sm_lid: 6
port_lid: 6
port_lmc: 0x00
link_layer: IB
port: 2
state: PORT_ACTIVE (4)
max_mtu: 2048 (4)
active_mtu: 1024 (3)
sm_lid: 0
port_lid: 0
port_lmc: 0x00
link_layer: Ethernet
Can someone give me any hint on what's the problem here (forgot to do
something?)?
Platform:
Linux 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64
x86_64 x86_64 GNU/Linux
openSUSE 11.1 (x86_64)
Thanks in advance,
Rui
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread* RE: problems running rdmaoe examples 2010-03-18 17:41 problems running rdmaoe examples Rui Machado @ 2010-03-18 17:54 ` Boris Shpolyansky [not found] ` <1E3DCD1C63492545881FACB6063A57C1055E57FE-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Boris Shpolyansky @ 2010-03-18 17:54 UTC (permalink / raw) To: Rui Machado, linux-rdma Rui, It seems that you are trying to run RDMAoE over InfiniBand device (and probably over InfiniBand network). I believe you intent was to do actual testing over 10GE network. Please, clarify. 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 Mellanox on Twitter and Facebook -----Original Message----- From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Rui Machado Sent: Thursday, March 18, 2010 10:41 AM To: linux-rdma Subject: problems running rdmaoe examples Hi list, I installed OFED-1.5.1-rc4 on a couple of machines to give a try to mlx4_en and RDMAoE capabilities. Trying to run ibv_rc_pingpong as: server: ibv_rc_pingpong -i 2 -g 0 client: ibv_rc_pingpong -i 2 -g 0 192.168.60.101 results in the following output: (client) local address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID fe80::202:c9ff:fe02:ca06 remote address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID fe80::202:c9ff:fe02:ca02 Failed status transport retry counter exceeded (12) for wr_id 2 (server) local address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID fe80::202:c9ff:fe02:ca02 remote address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID fe80::202:c9ff:fe02:ca06 My ibv_devinfo reports: hca_id: mlx4_0 transport: InfiniBand (0) fw_ver: 2.7.000 node_guid: 0002:c903:0002:ca04 sys_image_guid: 0002:c903:0002:ca07 vendor_id: 0x02c9 vendor_part_id: 26428 hw_ver: 0xA0 board_id: MT_04E0120005 phys_port_cnt: 2 port: 1 state: PORT_ACTIVE (4) max_mtu: 2048 (4) active_mtu: 2048 (4) sm_lid: 6 port_lid: 6 port_lmc: 0x00 link_layer: IB port: 2 state: PORT_ACTIVE (4) max_mtu: 2048 (4) active_mtu: 1024 (3) sm_lid: 0 port_lid: 0 port_lmc: 0x00 link_layer: Ethernet Can someone give me any hint on what's the problem here (forgot to do something?)? Platform: Linux 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux openSUSE 11.1 (x86_64) Thanks in advance, Rui -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <1E3DCD1C63492545881FACB6063A57C1055E57FE-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org>]
* Re: problems running rdmaoe examples [not found] ` <1E3DCD1C63492545881FACB6063A57C1055E57FE-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org> @ 2010-03-18 18:01 ` Rui Machado 2010-03-18 18:17 ` Boris Shpolyansky 0 siblings, 1 reply; 7+ messages in thread From: Rui Machado @ 2010-03-18 18:01 UTC (permalink / raw) To: Boris Shpolyansky; +Cc: linux-rdma Hi Boris, thanks for the quick answer. > > It seems that you are trying to run RDMAoE over InfiniBand device (and > probably over InfiniBand network). I believe you intent was to do actual > testing over 10GE network. Please, clarify. > Yes, the intention is to test over 10GE. That's why I'm trying to run the examples on port 2 (-i option). Or am I missing something? It is Ethernet network( eth2 if). Thanks, Rui > > -----Original Message----- > From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Rui Machado > Sent: Thursday, March 18, 2010 10:41 AM > To: linux-rdma > Subject: problems running rdmaoe examples > > Hi list, > > I installed OFED-1.5.1-rc4 on a couple of machines to give a try to > mlx4_en and RDMAoE capabilities. > Trying to run ibv_rc_pingpong as: > server: ibv_rc_pingpong -i 2 -g 0 > client: ibv_rc_pingpong -i 2 -g 0 192.168.60.101 > > results in the following output: > > (client) > local address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID > fe80::202:c9ff:fe02:ca06 > remote address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID > fe80::202:c9ff:fe02:ca02 > Failed status transport retry counter exceeded (12) for wr_id 2 > > (server) > local address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID > fe80::202:c9ff:fe02:ca02 > remote address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID > fe80::202:c9ff:fe02:ca06 > > My ibv_devinfo reports: > > hca_id: mlx4_0 > transport: InfiniBand (0) > fw_ver: 2.7.000 > node_guid: 0002:c903:0002:ca04 > sys_image_guid: 0002:c903:0002:ca07 > vendor_id: 0x02c9 > vendor_part_id: 26428 > hw_ver: 0xA0 > board_id: MT_04E0120005 > phys_port_cnt: 2 > port: 1 > state: PORT_ACTIVE (4) > max_mtu: 2048 (4) > active_mtu: 2048 (4) > sm_lid: 6 > port_lid: 6 > port_lmc: 0x00 > link_layer: IB > > port: 2 > state: PORT_ACTIVE (4) > max_mtu: 2048 (4) > active_mtu: 1024 (3) > sm_lid: 0 > port_lid: 0 > port_lmc: 0x00 > link_layer: Ethernet > > > Can someone give me any hint on what's the problem here (forgot to do > something?)? > > Platform: > Linux 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 > x86_64 x86_64 GNU/Linux > openSUSE 11.1 (x86_64) > > Thanks in advance, > Rui > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: problems running rdmaoe examples 2010-03-18 18:01 ` Rui Machado @ 2010-03-18 18:17 ` Boris Shpolyansky [not found] ` <1E3DCD1C63492545881FACB6063A57C1055E5819-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Boris Shpolyansky @ 2010-03-18 18:17 UTC (permalink / raw) To: Rui Machado; +Cc: linux-rdma Your are right, I missed it. Can you send me the output of ifconfig command on both ends? 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 Mellanox on Twitter and Facebook -----Original Message----- From: Rui Machado [mailto:ruimario-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org] Sent: Thursday, March 18, 2010 11:02 AM To: Boris Shpolyansky Cc: linux-rdma Subject: Re: problems running rdmaoe examples Hi Boris, thanks for the quick answer. > > It seems that you are trying to run RDMAoE over InfiniBand device (and > probably over InfiniBand network). I believe you intent was to do actual > testing over 10GE network. Please, clarify. > Yes, the intention is to test over 10GE. That's why I'm trying to run the examples on port 2 (-i option). Or am I missing something? It is Ethernet network( eth2 if). Thanks, Rui > > -----Original Message----- > From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Rui Machado > Sent: Thursday, March 18, 2010 10:41 AM > To: linux-rdma > Subject: problems running rdmaoe examples > > Hi list, > > I installed OFED-1.5.1-rc4 on a couple of machines to give a try to > mlx4_en and RDMAoE capabilities. > Trying to run ibv_rc_pingpong as: > server: ibv_rc_pingpong -i 2 -g 0 > client: ibv_rc_pingpong -i 2 -g 0 192.168.60.101 > > results in the following output: > > (client) > local address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID > fe80::202:c9ff:fe02:ca06 > remote address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID > fe80::202:c9ff:fe02:ca02 > Failed status transport retry counter exceeded (12) for wr_id 2 > > (server) > local address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID > fe80::202:c9ff:fe02:ca02 > remote address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID > fe80::202:c9ff:fe02:ca06 > > My ibv_devinfo reports: > > hca_id: mlx4_0 > transport: InfiniBand (0) > fw_ver: 2.7.000 > node_guid: 0002:c903:0002:ca04 > sys_image_guid: 0002:c903:0002:ca07 > vendor_id: 0x02c9 > vendor_part_id: 26428 > hw_ver: 0xA0 > board_id: MT_04E0120005 > phys_port_cnt: 2 > port: 1 > state: PORT_ACTIVE (4) > max_mtu: 2048 (4) > active_mtu: 2048 (4) > sm_lid: 6 > port_lid: 6 > port_lmc: 0x00 > link_layer: IB > > port: 2 > state: PORT_ACTIVE (4) > max_mtu: 2048 (4) > active_mtu: 1024 (3) > sm_lid: 0 > port_lid: 0 > port_lmc: 0x00 > link_layer: Ethernet > > > Can someone give me any hint on what's the problem here (forgot to do > something?)? > > Platform: > Linux 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 > x86_64 x86_64 GNU/Linux > openSUSE 11.1 (x86_64) > > Thanks in advance, > Rui > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <1E3DCD1C63492545881FACB6063A57C1055E5819-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org>]
* Re: problems running rdmaoe examples [not found] ` <1E3DCD1C63492545881FACB6063A57C1055E5819-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org> @ 2010-03-18 18:22 ` Rui Machado [not found] ` <6978b4af1003181122l7fbd454fj23c28cf108145ed1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Rui Machado @ 2010-03-18 18:22 UTC (permalink / raw) To: Boris Shpolyansky; +Cc: linux-rdma > Your are right, I missed it. > > Can you send me the output of ifconfig command on both ends? > Sure! First machine: eth0 Link encap:Ethernet HWaddr 00:24:81:0E:6C:FD inet addr:192.168.10.95 Bcast:192.168.255.255 Mask:255.255.0.0 inet6 addr: fe80::224:81ff:fe0e:6cfd/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:453847 errors:0 dropped:0 overruns:0 frame:0 TX packets:245179 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:597238275 (569.5 Mb) TX bytes:19574101 (18.6 Mb) Interrupt:17 eth2 Link encap:Ethernet HWaddr 00:02:C9:02:CA:06 inet addr:192.168.60.100 Bcast:192.168.60.255 Mask:255.255.255.0 inet6 addr: fe80::202:c9ff:fe02:ca06/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2297671 errors:0 dropped:0 overruns:0 frame:0 TX packets:46146504 errors:23 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:137879685 (131.4 Mb) TX bytes:69864665042 (66628.1 Mb) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:14142 errors:0 dropped:0 overruns:0 frame:0 TX packets:14142 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2044414 (1.9 Mb) TX bytes:2044414 (1.9 Mb) Second machine: eth0 Link encap:Ethernet HWaddr 00:24:81:0E:6E:0D inet addr:192.168.10.96 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::224:81ff:fe0e:6e0d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:30220 errors:0 dropped:0 overruns:0 frame:0 TX packets:21443 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:12710557 (12.1 Mb) TX bytes:2856949 (2.7 Mb) Interrupt:17 eth2 Link encap:Ethernet HWaddr 00:02:C9:02:CA:02 inet addr:192.168.60.101 Bcast:192.168.60.255 Mask:255.255.255.0 inet6 addr: fe80::202:c9ff:fe02:ca02/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:46146483 errors:0 dropped:0 overruns:0 frame:0 TX packets:2297704 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:69864660355 (66628.1 Mb) TX bytes:137885351 (131.4 Mb) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:7026 errors:0 dropped:0 overruns:0 frame:0 TX packets:7026 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:455835 (445.1 Kb) TX bytes:455835 (445.1 Kb) Cheers, Rui > 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 > > Mellanox on Twitter and Facebook > > > -----Original Message----- > From: Rui Machado [mailto:ruimario-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org] > Sent: Thursday, March 18, 2010 11:02 AM > To: Boris Shpolyansky > Cc: linux-rdma > Subject: Re: problems running rdmaoe examples > > Hi Boris, > > thanks for the quick answer. > >> >> It seems that you are trying to run RDMAoE over InfiniBand device (and >> probably over InfiniBand network). I believe you intent was to do actual >> testing over 10GE network. Please, clarify. >> > > Yes, the intention is to test over 10GE. That's why I'm trying to run > the examples on port 2 (-i option). Or am I missing something? > It is Ethernet network( eth2 if). > > Thanks, > Rui > > >> >> -----Original Message----- >> From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Rui Machado >> Sent: Thursday, March 18, 2010 10:41 AM >> To: linux-rdma >> Subject: problems running rdmaoe examples >> >> Hi list, >> >> I installed OFED-1.5.1-rc4 on a couple of machines to give a try to >> mlx4_en and RDMAoE capabilities. >> Trying to run ibv_rc_pingpong as: >> server: ibv_rc_pingpong -i 2 -g 0 >> client: ibv_rc_pingpong -i 2 -g 0 192.168.60.101 >> >> results in the following output: >> >> (client) >> local address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID >> fe80::202:c9ff:fe02:ca06 >> remote address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID >> fe80::202:c9ff:fe02:ca02 >> Failed status transport retry counter exceeded (12) for wr_id 2 >> >> (server) >> local address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID >> fe80::202:c9ff:fe02:ca02 >> remote address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID >> fe80::202:c9ff:fe02:ca06 >> >> My ibv_devinfo reports: >> >> hca_id: mlx4_0 >> transport: InfiniBand (0) >> fw_ver: 2.7.000 >> node_guid: 0002:c903:0002:ca04 >> sys_image_guid: 0002:c903:0002:ca07 >> vendor_id: 0x02c9 >> vendor_part_id: 26428 >> hw_ver: 0xA0 >> board_id: MT_04E0120005 >> phys_port_cnt: 2 >> port: 1 >> state: PORT_ACTIVE (4) >> max_mtu: 2048 (4) >> active_mtu: 2048 (4) >> sm_lid: 6 >> port_lid: 6 >> port_lmc: 0x00 >> link_layer: IB >> >> port: 2 >> state: PORT_ACTIVE (4) >> max_mtu: 2048 (4) >> active_mtu: 1024 (3) >> sm_lid: 0 >> port_lid: 0 >> port_lmc: 0x00 >> link_layer: Ethernet >> >> >> Can someone give me any hint on what's the problem here (forgot to do >> something?)? >> >> Platform: >> Linux 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 >> x86_64 x86_64 GNU/Linux >> openSUSE 11.1 (x86_64) >> >> Thanks in advance, >> Rui >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in >> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <6978b4af1003181122l7fbd454fj23c28cf108145ed1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: problems running rdmaoe examples [not found] ` <6978b4af1003181122l7fbd454fj23c28cf108145ed1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2010-03-19 10:15 ` Rui Machado [not found] ` <6978b4af1003190315q6b87f389y389c4d7d34dfdd5c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Rui Machado @ 2010-03-19 10:15 UTC (permalink / raw) To: Boris Shpolyansky; +Cc: linux-rdma Hi there, maybe someone else has also some ideas on how to find out the problem? No pressure, just a reminder ;) Cheers, Rui On 18 March 2010 19:22, Rui Machado <ruimario-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Your are right, I missed it. >> >> Can you send me the output of ifconfig command on both ends? >> > > Sure! > > First machine: > > eth0 Link encap:Ethernet HWaddr 00:24:81:0E:6C:FD > inet addr:192.168.10.95 Bcast:192.168.255.255 Mask:255.255.0.0 > inet6 addr: fe80::224:81ff:fe0e:6cfd/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:453847 errors:0 dropped:0 overruns:0 frame:0 > TX packets:245179 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:597238275 (569.5 Mb) TX bytes:19574101 (18.6 Mb) > Interrupt:17 > > eth2 Link encap:Ethernet HWaddr 00:02:C9:02:CA:06 > inet addr:192.168.60.100 Bcast:192.168.60.255 Mask:255.255.255.0 > inet6 addr: fe80::202:c9ff:fe02:ca06/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:2297671 errors:0 dropped:0 overruns:0 frame:0 > TX packets:46146504 errors:23 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:137879685 (131.4 Mb) TX bytes:69864665042 (66628.1 Mb) > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:14142 errors:0 dropped:0 overruns:0 frame:0 > TX packets:14142 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:2044414 (1.9 Mb) TX bytes:2044414 (1.9 Mb) > > Second machine: > > eth0 Link encap:Ethernet HWaddr 00:24:81:0E:6E:0D > inet addr:192.168.10.96 Bcast:192.168.10.255 Mask:255.255.255.0 > inet6 addr: fe80::224:81ff:fe0e:6e0d/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:30220 errors:0 dropped:0 overruns:0 frame:0 > TX packets:21443 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:12710557 (12.1 Mb) TX bytes:2856949 (2.7 Mb) > Interrupt:17 > > > eth2 Link encap:Ethernet HWaddr 00:02:C9:02:CA:02 > inet addr:192.168.60.101 Bcast:192.168.60.255 Mask:255.255.255.0 > inet6 addr: fe80::202:c9ff:fe02:ca02/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:46146483 errors:0 dropped:0 overruns:0 frame:0 > TX packets:2297704 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:69864660355 (66628.1 Mb) TX bytes:137885351 (131.4 Mb) > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:7026 errors:0 dropped:0 overruns:0 frame:0 > TX packets:7026 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:455835 (445.1 Kb) TX bytes:455835 (445.1 Kb) > > > Cheers, > Rui > >> 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 >> >> Mellanox on Twitter and Facebook >> >> >> -----Original Message----- >> From: Rui Machado [mailto:ruimario-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org] >> Sent: Thursday, March 18, 2010 11:02 AM >> To: Boris Shpolyansky >> Cc: linux-rdma >> Subject: Re: problems running rdmaoe examples >> >> Hi Boris, >> >> thanks for the quick answer. >> >>> >>> It seems that you are trying to run RDMAoE over InfiniBand device (and >>> probably over InfiniBand network). I believe you intent was to do actual >>> testing over 10GE network. Please, clarify. >>> >> >> Yes, the intention is to test over 10GE. That's why I'm trying to run >> the examples on port 2 (-i option). Or am I missing something? >> It is Ethernet network( eth2 if). >> >> Thanks, >> Rui >> >> >>> >>> -----Original Message----- >>> From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >>> [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Rui Machado >>> Sent: Thursday, March 18, 2010 10:41 AM >>> To: linux-rdma >>> Subject: problems running rdmaoe examples >>> >>> Hi list, >>> >>> I installed OFED-1.5.1-rc4 on a couple of machines to give a try to >>> mlx4_en and RDMAoE capabilities. >>> Trying to run ibv_rc_pingpong as: >>> server: ibv_rc_pingpong -i 2 -g 0 >>> client: ibv_rc_pingpong -i 2 -g 0 192.168.60.101 >>> >>> results in the following output: >>> >>> (client) >>> local address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID >>> fe80::202:c9ff:fe02:ca06 >>> remote address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID >>> fe80::202:c9ff:fe02:ca02 >>> Failed status transport retry counter exceeded (12) for wr_id 2 >>> >>> (server) >>> local address: LID 0x0000, QPN 0x38004d, PSN 0xde57b8, GID >>> fe80::202:c9ff:fe02:ca02 >>> remote address: LID 0x0000, QPN 0x5c004d, PSN 0x579776, GID >>> fe80::202:c9ff:fe02:ca06 >>> >>> My ibv_devinfo reports: >>> >>> hca_id: mlx4_0 >>> transport: InfiniBand (0) >>> fw_ver: 2.7.000 >>> node_guid: 0002:c903:0002:ca04 >>> sys_image_guid: 0002:c903:0002:ca07 >>> vendor_id: 0x02c9 >>> vendor_part_id: 26428 >>> hw_ver: 0xA0 >>> board_id: MT_04E0120005 >>> phys_port_cnt: 2 >>> port: 1 >>> state: PORT_ACTIVE (4) >>> max_mtu: 2048 (4) >>> active_mtu: 2048 (4) >>> sm_lid: 6 >>> port_lid: 6 >>> port_lmc: 0x00 >>> link_layer: IB >>> >>> port: 2 >>> state: PORT_ACTIVE (4) >>> max_mtu: 2048 (4) >>> active_mtu: 1024 (3) >>> sm_lid: 0 >>> port_lid: 0 >>> port_lmc: 0x00 >>> link_layer: Ethernet >>> >>> >>> Can someone give me any hint on what's the problem here (forgot to do >>> something?)? >>> >>> Platform: >>> Linux 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 >>> x86_64 x86_64 GNU/Linux >>> openSUSE 11.1 (x86_64) >>> >>> Thanks in advance, >>> Rui >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in >>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> >> > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <6978b4af1003190315q6b87f389y389c4d7d34dfdd5c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: problems running rdmaoe examples [not found] ` <6978b4af1003190315q6b87f389y389c4d7d34dfdd5c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2010-03-20 17:09 ` Eli Cohen 0 siblings, 0 replies; 7+ messages in thread From: Eli Cohen @ 2010-03-20 17:09 UTC (permalink / raw) To: Rui Machado; +Cc: Boris Shpolyansky, linux-rdma On Fri, Mar 19, 2010 at 11:15:27AM +0100, Rui Machado wrote: > maybe someone else has also some ideas on how to find out the problem? > No pressure, just a reminder ;) > Can you ping between the two ethernet interfaces? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-03-20 17:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18 17:41 problems running rdmaoe examples Rui Machado
2010-03-18 17:54 ` Boris Shpolyansky
[not found] ` <1E3DCD1C63492545881FACB6063A57C1055E57FE-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org>
2010-03-18 18:01 ` Rui Machado
2010-03-18 18:17 ` Boris Shpolyansky
[not found] ` <1E3DCD1C63492545881FACB6063A57C1055E5819-SDnKeQl2TTymvrjiD8yIlgC/G2K4zDHf@public.gmane.org>
2010-03-18 18:22 ` Rui Machado
[not found] ` <6978b4af1003181122l7fbd454fj23c28cf108145ed1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-03-19 10:15 ` Rui Machado
[not found] ` <6978b4af1003190315q6b87f389y389c4d7d34dfdd5c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-03-20 17:09 ` Eli Cohen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox