mbox series

[net-next,0/3] net/smc: IPv6 support

Message ID 20180316140641.7059-1-ubraun@linux.vnet.ibm.com
Headers show
Series net/smc: IPv6 support | expand

Message

Ursula Braun March 16, 2018, 2:06 p.m. UTC
Dave,

these smc patches for the net-next tree add IPv6 support.

Thanks, Ursula

Karsten Graul (3):
  net/smc: restructure netinfo for CLC proposal msgs
  net/smc: add ipv6 support to CLC layer
  net/smc: enable ipv6 support for smc

 net/smc/af_smc.c  |  78 +++++++++++++--------
 net/smc/smc.h     |   4 +-
 net/smc/smc_clc.c | 203 +++++++++++++++++++++++++++++++++++++++++++++---------
 net/smc/smc_clc.h |  17 +++--
 4 files changed, 235 insertions(+), 67 deletions(-)

Comments

David Miller March 16, 2018, 7 p.m. UTC | #1
From: Ursula Braun <ubraun@linux.vnet.ibm.com>
Date: Fri, 16 Mar 2018 15:06:38 +0100

> these smc patches for the net-next tree add IPv6 support.

Series applied, thank you.