Folks: While writing a switch driver, I noticed that the alloc_pd and create_cq function signatures are different depending on rdma/ib_verbs.h vs. ib_verbs.h. I don't need RDMA for now, so going with the func signature as in ib_verbs.h is OK or is there a necessity to use rdma/ib_verbs.h? Thanks in advance. Suri