Move saving of user's send wr_id to better match layering of received
response handling.
Signed-off-by: Sean Hefty <[email protected]>
Signed-off-by: Hal Rosenstock <[email protected]>
This patch depends on patch 4/29.
--
mad.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -uprN linux-2.6.13-rc2-mm1-4/drivers/infiniband/core/mad.c linux-2.6.13-rc2-mm1-5/drivers/infiniband/core/mad.c
-- linux-2.6.13-rc2-mm1-4/drivers/infiniband/core/mad.c 2005-07-11 13:35:26.000000000 -0400
+++ linux-2.6.13-rc2-mm1-5/drivers/infiniband/core/mad.c 2005-07-11 13:35:56.000000000 -0400
@@ -847,9 +847,8 @@ static int ib_send_mad(struct ib_mad_age
unsigned long flags;
int ret;
- /* Replace user's WR ID with our own to find WR upon completion */
+ /* Set WR ID to find mad_send_wr upon completion */
qp_info = mad_agent_priv->qp_info;
- mad_send_wr->wr_id = mad_send_wr->send_wr.wr_id;
mad_send_wr->send_wr.wr_id = (unsigned long)&mad_send_wr->mad_list;
mad_send_wr->mad_list.mad_queue = &qp_info->send_queue;
@@ -948,6 +947,7 @@ int ib_post_send_mad(struct ib_mad_agent
mad_send_wr->send_wr.sg_list = mad_send_wr->sg_list;
memcpy(mad_send_wr->sg_list, send_wr->sg_list,
sizeof *send_wr->sg_list * send_wr->num_sge);
+ mad_send_wr->wr_id = mad_send_wr->send_wr.wr_id;
mad_send_wr->send_wr.next = NULL;
mad_send_wr->tid = send_wr->wr.ud.mad_hdr->tid;
mad_send_wr->agent = mad_agent;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|