public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* Does SDP on Chelsio RNIC in ofed 1.5.2 work?
@ 2011-04-05 13:14 Parav Pandit
       [not found] ` <550378.63701.qm-980OHh/sYqevuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Parav Pandit @ 2011-04-05 13:14 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hi,

I am having Chelsio T310 adapters connected via 10G switch in servers using OFED 1.5.2.

I am trying to measure SDP performance over iWarp on Chelsio adapters.
but I find below error message from the /var/log/messages.

Apr  5 23:28:11 linux kernel: [ 2066.238932] eth8: link up, 10Gbps, full-duplex
Apr  5 23:28:11 linux kernel: [ 2066.240016] ADDRCONF(NETDEV_CHANGE): eth8: link
becomes ready
Apr  5 23:28:15 linux kernel: [ 2070.629530] iw_cxgb3: Chelsio T3 RDMA Driver -
version 1.1
Apr  5 23:28:15 linux kernel: [ 2070.642134] fmr_pool: Device cxgb3_0 does not
support FMRs
Apr  5 23:28:15 linux kernel: [ 2070.642137] Error creating fmr pool
Apr  5 23:28:15 linux kernel: [ 2070.642142] iw_cxgb3: Initialized device
0000:05:00.0
Apr  5 23:28:18 linux kernel: [ 2073.551607] sdp_post_recv:236 sdp_sock( 3142:2
41209:0): ib_post_recv failed. status -22

I find some discussion on previous ofed list in 2008 about broken support for same.
http://www.mail-archive.com/general-ZwoEplunGu1OwGhvXhtEPSCwEArCW2h5@public.gmane.org/msg10720.html

Below link seem to calculate the SDP performance over Chelsio iWARP.
http://hpc.ufl.edu/benchmarks/iwarp_sdp/

Can anyone please tell me what am I missing? I have done SDP configuration from the above link.

Regards,
Parav Pandit

--
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] 6+ messages in thread
* Re: Does SDP on Chelsio RNIC in ofed 1.5.2 work?
@ 2011-04-06  8:06 Parav Pandit
       [not found] ` <163069.2884.qm-SXRxc0gE9ROvuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Parav Pandit @ 2011-04-06  8:06 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hi,

Can anyone please help in running SDP on iWarp adapters?

Sbould I use Neteffect adapter to run SDP or change some configuration on Chelsio?

Regards,
Parav Pandit


--- On Tue, 4/5/11, Parav Pandit <paravpandit-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:

> From: Parav Pandit <paravpandit-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
> Subject: Does SDP on Chelsio RNIC in ofed 1.5.2 work?
> To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Date: Tuesday, April 5, 2011, 6:44 PM
> Hi,
> 
> I am having Chelsio T310 adapters connected via 10G switch
> in servers using OFED 1.5.2.
> 
> I am trying to measure SDP performance over iWarp on
> Chelsio adapters.
> but I find below error message from the /var/log/messages.
> 
> Apr  5 23:28:11 linux kernel: [ 2066.238932] eth8:
> link up, 10Gbps, full-duplex
> Apr  5 23:28:11 linux kernel: [ 2066.240016]
> ADDRCONF(NETDEV_CHANGE): eth8: link
> becomes ready
> Apr  5 23:28:15 linux kernel: [ 2070.629530] iw_cxgb3:
> Chelsio T3 RDMA Driver -
> version 1.1
> Apr  5 23:28:15 linux kernel: [ 2070.642134] fmr_pool:
> Device cxgb3_0 does not
> support FMRs
> Apr  5 23:28:15 linux kernel: [ 2070.642137] Error
> creating fmr pool
> Apr  5 23:28:15 linux kernel: [ 2070.642142] iw_cxgb3:
> Initialized device
> 0000:05:00.0
> Apr  5 23:28:18 linux kernel: [ 2073.551607]
> sdp_post_recv:236 sdp_sock( 3142:2
> 41209:0): ib_post_recv failed. status -22
> 
> I find some discussion on previous ofed list in 2008 about
> broken support for same.
> http://www.mail-archive.com/general-ZwoEplunGu1OwGhvXhtEPSCwEArCW2h5@public.gmane.org/msg10720.html
> 
> Below link seem to calculate the SDP performance over
> Chelsio iWARP.
> http://hpc.ufl.edu/benchmarks/iwarp_sdp/
> 
> Can anyone please tell me what am I missing? I have done
> SDP configuration from the above link.
> 
> Regards,
> Parav Pandit
> 
> 
--
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] 6+ messages in thread

end of thread, other threads:[~2011-04-06 17:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 13:14 Does SDP on Chelsio RNIC in ofed 1.5.2 work? Parav Pandit
     [not found] ` <550378.63701.qm-980OHh/sYqevuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2011-04-06 17:36   ` Steve Wise
  -- strict thread matches above, loose matches on Subject: below --
2011-04-06  8:06 Parav Pandit
     [not found] ` <163069.2884.qm-SXRxc0gE9ROvuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2011-04-06  8:53   ` Andrea Gozzelino
     [not found]     ` <4199273.1302080009059.SLOX.WebMail.wwwrun-XDIR3SKYeFbgKi2NxijLtw@public.gmane.org>
2011-04-06  9:13       ` Jaszcza, Andrzej
     [not found]         ` <70B82AB4096EC24DAE01A7202D27B68B012678C04B-IGOiFh9zz4wLt2AQoY/u9bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2011-04-06 10:10           ` Parav Pandit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox