netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] cxgb4i: Add ipv6 support
@ 2014-07-17  7:18 Anish Bhatt
  2014-07-17  7:18 ` [PATCH net-next v2 2/4] cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines Anish Bhatt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anish Bhatt @ 2014-07-17  7:18 UTC (permalink / raw)
  To: netdev
  Cc: linux-rdma, linux-scsi, davem, roland, hch, michaelc, jbottomley,
	kxie, leedom, hariprasad, swise, Anish Bhatt

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

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

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                   |  21 +-
 7 files changed, 564 insertions(+), 65 deletions(-)

-- 
2.0.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-17 23:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17  7:18 [PATCH net-next v2 0/4] cxgb4i: Add ipv6 support Anish Bhatt
2014-07-17  7:18 ` [PATCH net-next v2 2/4] cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines Anish Bhatt
2014-07-17  7:18 ` [PATCH net-next v2 3/4] libcxgbi: Add ipv6 api to driver Anish Bhatt
     [not found] ` <1405581498-28092-1-git-send-email-anish-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2014-07-17  7:18   ` [PATCH net-next v2 1/4] cxgb4/iw_cxgb4: Move common defines to cxgb4 Anish Bhatt
2014-07-17  7:18   ` [PATCH net-next v2 4/4] cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api Anish Bhatt
2014-07-17 23:06   ` [PATCH net-next v2 0/4] cxgb4i: Add ipv6 support David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).