On Fri, Mar 11, 2011 at 10:29 AM, Alan Cook <[email protected]> wrote: > I currently have a working RDMA InfiniBand based client-server application > using > Reliable Connection (RC) service. I would like to change the application to > use > Unreliable Connection (UC) service. I am not performing RDMA reads, so I > should > be able to use UC. > > I was under the impression that the only change that would be required would > be > changing the queue pair type from IBV_QPT_RC to IBV_QPT_UC.
How are you setting up the connection? My understanding is that the RDMA CM (ie librdmacm) does not handle UC, so if you are using that, it shouldn't work. Sean could confirm this. - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
