netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] TCP experimental option for SMC rendezvous
@ 2017-10-16 15:42 Ursula Braun
  2017-10-16 15:42 ` [PATCH net-next 1/2] tcp: TCP experimental option for SMC Ursula Braun
  2017-10-16 15:42 ` [PATCH net-next 2/2] smc: add SMC rendezvous protocol Ursula Braun
  0 siblings, 2 replies; 4+ messages in thread
From: Ursula Braun @ 2017-10-16 15:42 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, jwi, schwidefsky, heiko.carstens, raspl,
	ubraun

Dave,

SMC-capability is to be negotiated with a TCP experimental option.
As requested during code review of our previous approach using
netfilter hooks, here's a new version. It touches tcp-code in the
first patch and exploits the new tcp flag in the smc-code.

Kind regards, Ursula

Ursula Braun (2):
  tcp: TCP experimental option for SMC
  smc: add SMC rendezvous protocol

 include/linux/tcp.h      |  9 ++++--
 include/net/inet_sock.h  |  3 +-
 include/net/tcp.h        |  8 ++++++
 net/ipv4/tcp.c           |  6 ++++
 net/ipv4/tcp_input.c     | 45 ++++++++++++++++++++++++++++++
 net/ipv4/tcp_minisocks.c | 20 ++++++++++++++
 net/ipv4/tcp_output.c    | 71 ++++++++++++++++++++++++++++++++++++++++++++++--
 net/smc/af_smc.c         | 21 +++++++++++++-
 8 files changed, 176 insertions(+), 7 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2017-10-16 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16 15:42 [PATCH net-next 0/2] TCP experimental option for SMC rendezvous Ursula Braun
2017-10-16 15:42 ` [PATCH net-next 1/2] tcp: TCP experimental option for SMC Ursula Braun
2017-10-16 16:13   ` Eric Dumazet
2017-10-16 15:42 ` [PATCH net-next 2/2] smc: add SMC rendezvous protocol Ursula Braun

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