]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[IBAL] Change CEP DREP API
authorleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sun, 13 Jul 2008 08:52:24 +0000 (08:52 +0000)
committerleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sun, 13 Jul 2008 08:52:24 +0000 (08:52 +0000)
commitd6467fe481e6ebfd97aaa4bc70e5a56882375503
tree3e60140cff78a84da91cb5b445c2cddf4d8e811c
parent1974cfd53528635d17c181c931816ff18b1b6714
[IBAL] Change CEP DREP API

The al_cep_drep API currently takes the ib_cm_drep_t structure.  This structure is passed in the IOCTL.  It has en embedded pointer that isn't used since the private data is copied into the IOCTL structure.

This patch removes the ib_cm_drep_t structure from the IOCTL structure, and passes the private data buffer and length in explicitly.

Signed-off-by: Fab Tillier <ftillier@microsoft.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1374 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/core/al/al_cm_cep.h
trunk/core/al/al_cm_qp.c
trunk/core/al/al_dev.h
trunk/core/al/kernel/al_cm_cep.c
trunk/core/al/kernel/al_proxy_cep.c
trunk/core/al/user/ual_cm_cep.c
trunk/inc/iba/ib_al_ioctl.h