Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60be4b59 authored by Steve Wise's avatar Steve Wise Committed by Roland Dreier
Browse files

RDMA/cxgb3: Initialize cpu_idx field in cpl_close_listserv_req message

parent 1860cdf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1189,6 +1189,7 @@ static int listen_stop(struct iwch_listen_ep *ep)
	}
	}
	req = (struct cpl_close_listserv_req *) skb_put(skb, sizeof(*req));
	req = (struct cpl_close_listserv_req *) skb_put(skb, sizeof(*req));
	req->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD));
	req->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD));
	req->cpu_idx = 0;
	OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ, ep->stid));
	OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ, ep->stid));
	skb->priority = 1;
	skb->priority = 1;
	ep->com.tdev->send(ep->com.tdev, skb);
	ep->com.tdev->send(ep->com.tdev, skb);