~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to net/rds/ib_cm.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
587
587
        /* XXX I wonder what affect the port space has */
588
588
        /* delegate cm event handler to rdma_transport */
589
589
        ic->i_cm_id = rdma_create_id(rds_rdma_cm_event_handler, conn,
590
 
                                     RDMA_PS_TCP);
 
590
                                     RDMA_PS_TCP, IB_QPT_RC);
591
591
        if (IS_ERR(ic->i_cm_id)) {
592
592
                ret = PTR_ERR(ic->i_cm_id);
593
593
                ic->i_cm_id = NULL;