linux-kernel-test/drivers/infiniband
Roland Dreier 4200406b8f IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()
Commit 7143740d ("IPoIB: Add send gather support") made it possible
for tx_wr.num_sge to be != 1 -- this happens if send gather support is
enabled.  However, the code in the connected mode post_send() function
assumes the old invariant, namely that tx_wr.num_sge is always 1.  Fix
this by explicitly setting tx_wr.num_sge to 1 in the CM post_send().

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-03-11 18:35:20 -07:00
..
core RDMA/iwcm: Don't access a cm_id after dropping reference 2008-03-10 21:22:22 -07:00
hw IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packets 2008-03-11 14:04:35 -07:00
ulp IPoIB/cm: Set tx_wr.num_sge in connected mode post_send() 2008-03-11 18:35:20 -07:00
Kconfig RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00
Makefile RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00