[PATCH 0/52] IB/qib: add

2010-05-18 Thread Ralph Campbell
The following patches introduce an updated and renamed version of
the ipath HCA driver which supports the QLogic PCIe QLE SDR, DDR,
and QDR series of HCAs.
Rather than try to patch the ipath driver to include support for QDR,
multiple ports, bug fixes, and many other structual changes, the
ib_qib driver replaces the ib_ipath driver.

Changes in v4:

Change qib_sd7220.c to not use atomic_inc_return() - it wasn't needed.
Change qib_iba7322.c to replace the bogus QMH/QME module parameters.
Update copyrights to 2010.
Fix for CQ completion callbacks which could be out-of-order.
--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/52] IB/qib: add

2010-05-06 Thread Ralph Campbell
The following patches introduce an updated and renamed version of
the ipath HCA driver which supports the QLogic PCIe QLE SDR, DDR,
and QDR series of HCAs.
Rather than try to patch the ipath driver to include support for QDR,
multiple ports, bug fixes, and many other structual changes, the
ib_qib driver replaces the ib_ipath driver.

Changes in v3:

Added .xxx = yyy to qib_dma_mapping_ops initializer.
Added ib_post_send(IB_WR_FAST_REG_MR) support.
Changed ib_register_device() to pass a function for creating the
port sysfs files.
Changed /sys/class/infiniband/qib0/stats to
/sys/class/infiniband/qib0/ports/1/diag_counters/*
Moved /sys/class/infiniband/qib0/ports/1/linkcontrol/qsfp
to ipathfs/N/qsfpP
Removed debug printks until they can be replaced with event tracing.
--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html