> @@ -1523,6 +1521,7 @@ int mlx4_ib_post_send(struct ib_qp *ibqp, struct > ib_send_wr *wr, > __be32 *lso_wqe; > __be32 uninitialized_var(lso_hdr_sz); > int i; > + __be32 blh = 0;
So isn't this a bug if multiple work requests are passed in? Shouldn't the blh initialization be inside the loop over work requests? -- 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
