Hi, The following patchset add ipv6 support for the cxgb4i(iscsi) driver. Patch 1 moves a define from the iw_cxgb4 to cxgb4 to prevent code duplication, as it is used by cxgb4i and iw_cxgb4 both. Patch 2 exports symbols needed by cxgb4i for ipv6 support from cxgb4. Patch 3 & 4 deal with actual ipv6 code in libcxgbi/cxgb4i. Submitting to net-next as changes were needed in cxgb4/iw_cxgb4, and submitting to scsi separately would break compilation, cc-ing scsi & rdma. Anish Bhatt (4): cxgb4/iw_cxgb4: Move common defines to cxgb4 cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines libcxgbi: Add ipv6 api to driver cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api drivers/infiniband/hw/cxgb4/t4fw_ri_api.h | 1 - drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 10 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 4 + drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 3 + drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 353 +++++++++++++++++++++--- drivers/scsi/cxgbi/libcxgbi.c | 237 ++++++++++++++-- drivers/scsi/cxgbi/libcxgbi.h | 37 ++- 7 files changed, 580 insertions(+), 65 deletions(-) -- 2.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html