netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4] Add IPv6 support for iWARP
@ 2013-06-12 11:41 Vipul Pandya
  2013-06-12 11:41 ` [PATCH V2 2/4] cxgb4: Add routines to create and remove listening IPv6 servers Vipul Pandya
       [not found] ` <1371037302-3586-1-git-send-email-vipul-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 2 replies; 15+ messages in thread
From: Vipul Pandya @ 2013-06-12 11:41 UTC (permalink / raw)
  To: linux-rdma, netdev
  Cc: roland, davem, divy, dm, swise, roland, sean.hefty,
	hal.rosenstock, tom, faisal.latif, akpm, sasha.levin, nirranjan,
	vipul

Hi All,

This patch series adds IPv6 support for iWARP. It enables Chelsio's T4 and T5
adapters to transmitt RDMA traffic over IPv6 address. It adds new apis and cpl
messages in cxgb4 to support IPv6 operations and uses them in RDMA/cxgb4.

The patch series  modifies the type of local_addr and remote_addr fields in
struct iw_cm_id from struct sockaddr_in to struct sockaddr_storage to hold IPv6
and IPv4 addresses uniformly. It changes the references of local_addr and
remote_addr in RDMA/cxgb4, RDMA/cxgb3, RDMA/nes and amso drivers such that build
failure is avoided.

We would like to submit this patch series via Roland's infiniband tree for-next
branch. However the series requires the latest changes pushed in cxgb4 driver in
David Miller's net-next tree. We request Roland to merge cxgb4 and RDMA/cxgb4
drivers from net-next tree before applying this series on for-next branch. We
have created this patch series on top of net-next tree.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks,
Vipul Pandya

V2: Used local variables instead of typecasting in patch 1/4.

Steve Wise (1):
  RDMA/cma: Add IPv6 support for iWARP.

Vipul Pandya (3):
  cxgb4: Add routines to create and remove listening IPv6 servers
  cxgb4: Add CLIP support to store compressed IPv6 address
  RDMA/cxgb4: Add support for active and passive open connection with
    IPv6 address

 drivers/infiniband/core/cma.c                   |  69 +-
 drivers/infiniband/hw/amso1100/c2_ae.c          |  18 +-
 drivers/infiniband/hw/amso1100/c2_cm.c          |  16 +-
 drivers/infiniband/hw/cxgb3/iwch_cm.c           |  46 +-
 drivers/infiniband/hw/cxgb4/cm.c                | 842 ++++++++++++++++--------
 drivers/infiniband/hw/cxgb4/device.c            | 116 +++-
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h          |   4 +-
 drivers/infiniband/hw/nes/nes_cm.c              | 148 +++--
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 277 +++++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |   5 +
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h     |  17 +-
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h   |  23 +
 include/rdma/iw_cm.h                            |   8 +-
 13 files changed, 1142 insertions(+), 447 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2013-07-02  7:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 11:41 [PATCH V2 0/4] Add IPv6 support for iWARP Vipul Pandya
2013-06-12 11:41 ` [PATCH V2 2/4] cxgb4: Add routines to create and remove listening IPv6 servers Vipul Pandya
     [not found] ` <1371037302-3586-1-git-send-email-vipul-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2013-06-12 11:41   ` [PATCH V2 1/4] RDMA/cma: Add IPv6 support for iWARP Vipul Pandya
     [not found]     ` <1371037302-3586-2-git-send-email-vipul-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2013-06-12 19:56       ` Nikolova, Tatyana E
     [not found]         ` <13AA599688F47243B14FCFCCC2C803BB0D814E35-AtyAts71sc864kNsxIetb7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2013-06-12 20:33           ` David Miller
2013-06-12 11:41   ` [PATCH V2 3/4] cxgb4: Add CLIP support to store compressed IPv6 address Vipul Pandya
2013-06-12 11:41   ` [PATCH V2 4/4] RDMA/cxgb4: Add support for active and passive open connection with " Vipul Pandya
2013-06-20  1:01   ` [PATCH V2 0/4] Add IPv6 support for iWARP David Miller
     [not found]     ` <20130619.180120.1989500368231967461.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2013-06-20  2:19       ` Steve Wise
     [not found]         ` <51C266A1.2050003-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2013-06-20  4:08           ` David Miller
2013-06-20 13:33             ` Steve Wise
2013-06-20 13:37             ` Vipul Pandya
     [not found]               ` <51C3058D.205-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2013-07-02  6:47                 ` Vipul Pandya
     [not found]                   ` <51D2779D.6060100-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2013-07-02  7:07                     ` David Miller
2013-07-02  7:41                       ` Vipul Pandya

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).