]> git.openfabrics.org - ~emulex/infiniband.git/commit
Merge branch 'cxgb4-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 23:06:09 +0000 (16:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 23:06:09 +0000 (16:06 -0700)
commitc104178dda67c9d8de763e0baa60a00d10d9a839
treed5f1540e22aea963868cb4c1371f2c734b934c7d
parent92abf75033d2677a684c623d60f093b130c4b38f
parent759a0cc5a3e1bc2cc48fa3c0b91bdcad8b8f87d6
Merge branch 'cxgb4-next'

Anish Bhatt says:

====================
cxgb4i: Add ipv6 support

   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.

v2 : Cleanup macro that prints ip addresses by using %pIS in patch 3
====================

Signed-off-by: David S. Miller <davem@davemloft.net>