diff options
author | Ursula Braun <[email protected]> | 2019-08-02 10:47:50 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-08-05 13:24:37 -0700 |
commit | cd2063604ea6a8c2683b4eb9b5f4c4da74592d87 (patch) | |
tree | 00f77c4d4c84e263d7a3e14c6237d360d6b9e66b /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | f9cedf1a9b1cdcfb0c52edb391d01771e43994a4 (diff) |
net/smc: avoid fallback in case of non-blocking connect
FASTOPEN is not possible with SMC. sendmsg() with msg_flag MSG_FASTOPEN
triggers a fallback to TCP if the socket is in state SMC_INIT.
But if a nonblocking connect is already started, fallback to TCP
is no longer possible, even though the socket may still be in state
SMC_INIT.
And if a nonblocking connect is already started, a listen() call
does not make sense.
Reported-by: [email protected]
Fixes: 50717a37db032 ("net/smc: nonblocking connect rework")
Signed-off-by: Ursula Braun <[email protected]>
Signed-off-by: Karsten Graul <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions