Werther Pirani writes: > Hello, > > I've been redirected to this list from OpenFabrics' web site, so let me apo= > logise=20 > right away if this is not the right place for this question. > > We are writing an application that requires high throughput and low latency= > . More=20 > specifically, we need to take advantage of features like RDMA, possibly thr= > ough=20 > the ibv_ API in libiverbs, but the documentation available is really too sk= > etchy=20 > to be of any help (and even the OpenFabrics' web site isn't of any use in t= > his=20 > respect). > > At the moment all I have to go by is the RDMA_RC_example in the "RDMA Ware = > Network=20 > Programming User's Manual" from Mellanox, but it's really not quite enough.= > Since=20 > even searching the web isn't turning out any documentation, I was wondering= > if=20 > anyone here has any to share.
You should read Chapters 10 (Software Transport Interface) and 11 (Software Transport Verbs) of the Infiniband Architecture Specification, Volume 1. Then, besides the example code such as ib_write_bw and ib_rdma_bw, there are the man pages for libibverbs and librdmacm. -Bryan -- 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
