public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 net-next 0/3] TCP experimental option for SMC rendezvous
@ 2017-10-25  9:01 Ursula Braun
  2017-10-25  9:01 ` [PATCH V3 net-next 1/3] smc: fix mutex unlocks during link group creation Ursula Braun
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ursula Braun @ 2017-10-25  9:01 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

Changelog:

V3:
* move include for linux/unaligned/access_ok.h to tcp_input.c

V2:
* switch to current jump labels API
* remove static key checking in smc_set_capability()
  (comment from Eric Dumazet)
* use inet_request_sock parameter for smc_set_option_cond()
* smc_listen_work(): replace local variable lgr_lock_taken by new labels
                     and separate this change into a prerequisite first
                     patch

Ursula Braun (3):
  smc: fix mutex unlocks during link group creation
  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        |  7 ++++++
 net/ipv4/tcp.c           |  6 +++++
 net/ipv4/tcp_input.c     | 35 +++++++++++++++++++++++++++
 net/ipv4/tcp_minisocks.c | 19 +++++++++++++++
 net/ipv4/tcp_output.c    | 63 +++++++++++++++++++++++++++++++++++++++++++++---
 net/smc/af_smc.c         | 42 +++++++++++++++++++++++---------
 8 files changed, 167 insertions(+), 17 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2017-10-26  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-25  9:01 [PATCH V3 net-next 0/3] TCP experimental option for SMC rendezvous Ursula Braun
2017-10-25  9:01 ` [PATCH V3 net-next 1/3] smc: fix mutex unlocks during link group creation Ursula Braun
2017-10-25  9:01 ` [PATCH V3 net-next 2/3] tcp: TCP experimental option for SMC Ursula Braun
2017-10-25  9:01 ` [PATCH V3 net-next 3/3] smc: add SMC rendezvous protocol Ursula Braun
2017-10-26  9:00 ` [PATCH V3 net-next 0/3] TCP experimental option for SMC rendezvous David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox