commit | 569bc643656826d5305aebdc5d5500c99881b2e5 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Tue May 15 17:04:54 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed May 16 11:49:19 2018 -0400 |
tree | 374767c95aa730325e9f13226019d36cad6008a1 | |
parent | 7d6541fba19c970cf5ebbc2c56b0fb04eab89f98 [diff] |
net/smc: no tx work trigger for fallback sockets If TCP_NODELAY is set or TCP_CORK is reset, setsockopt triggers the tx worker. This does not make sense, if the SMC socket switched to the TCP fallback when the connection is created. This patch adds the additional check for the fallback case. Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>