[openib-general] [PATCH v5 1/3] ofed_1_2 Changes to kernel_patches/ for Chelsio T3 Support.

Vladimir Sokolovsky vlad at mellanox.co.il
Tue Jan 16 23:44:32 PST 2007


Applied.

Regards,
Vladimir

On Tue, 2007-01-16 at 13:51 -0600, Steve Wise wrote:
> Changes to kernel_patches/ for Chelsio T3 Support.
> 
> - qp_num -> qp ptr patch for cxgb3.
> 
> Signed-off-by: Steve Wise <swise at opengridcomputing.com>
> ---
> 
>  kernel_patches/fixes/cxgb3_wc_qpn_to_qp.patch |   23 +++++++++++++++++++++++
>  1 files changed, 23 insertions(+), 0 deletions(-)
> 
> diff --git a/kernel_patches/fixes/cxgb3_wc_qpn_to_qp.patch b/kernel_patches/fixes/cxgb3_wc_qpn_to_qp.patch
> new file mode 100644
> index 0000000..0763f70
> --- /dev/null
> +++ b/kernel_patches/fixes/cxgb3_wc_qpn_to_qp.patch
> @@ -0,0 +1,23 @@
> +Update T3 driver: qp_num no longer in ib_wc.
> +
> +From: Steve Wise <swise at opengridcomputing.com>
> +
> +Signed-off-by: Steve Wise <swise at opengridcomputing.com>
> +---
> +
> + drivers/infiniband/hw/cxgb3/iwch_cq.c |    2 +-
> + 1 files changed, 1 insertions(+), 1 deletions(-)
> +
> +diff --git a/drivers/infiniband/hw/cxgb3/iwch_cq.c b/drivers/infiniband/hw/cxgb3/iwch_cq.c
> +index ff09509..122f7b4 100644
> +--- a/drivers/infiniband/hw/cxgb3/iwch_cq.c
> ++++ b/drivers/infiniband/hw/cxgb3/iwch_cq.c
> +@@ -80,7 +80,7 @@ int iwch_poll_cq_one(struct iwch_dev *rh
> + 	ret = 1;
> + 
> + 	wc->wr_id = cookie;
> +-	wc->qp_num = qhp->wq.qpid;
> ++	wc->qp = &qhp->ibqp;
> + 	wc->vendor_err = CQE_STATUS(cqe);
> + 
> + 	PDBG("%s qpid 0x%x type %d opcode %d status 0x%x wrid hi 0x%x "
> 
> _______________________________________________
> openib-general mailing list
> openib-general at openib.org
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general




More information about the general mailing list