]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'smc-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2018 18:02:53 +0000 (14:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2018 18:02:53 +0000 (14:02 -0400)
commit448c907cd72acc82dab565336defe845f2e235ec
treecd5aa5a266ed465ffaf10810a058234d672fb8fe
parent51dce24bcdbdc493a87a17bcaf898b1f1d2fa600
parentabb190f194d082cbb7520e692d78d3ddf050e7b1
Merge branch 'smc-next'

Ursula Braun says:

====================
smc fixes from 2018-04-17 - v3

in the mean time we challenged the benefit of these CLC handshake
optimizations for the sockopts TCP_NODELAY and TCP_CORK.
We decided to give up on them for now, since SMC still works
properly without.
There is now version 3 of the patch series with patches 2-4 implementing
sockopts that require special handling in SMC.

Version 3 changes
   * no deferring of setsockopts TCP_NODELAY and TCP_CORK anymore
   * allow fallback for some sockopts eliminating SMC usage
   * when setting TCP_NODELAY always enforce data transmission
     (not only together with corked data)

Version 2 changes of Patch 2/4 (and 3/4):
   * return error -EOPNOTSUPP for TCP_FASTOPEN sockopts
   * fix a kernel_setsockopt() usage bug by switching parameter
     variable from type "u8" to "int"
   * add return code validation when calling kernel_setsockopt()
   * propagate a setsockopt error on the internal CLC socket
     to the SMC socket.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>