diff options
author | Soheil Hassas Yeganeh <[email protected]> | 2018-02-27 18:22:40 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-03-01 21:27:49 -0500 |
commit | 7797dc41417eb0e03f39fc4356f7635bcdef108e (patch) | |
tree | 9ef5eb3e95c7ff55e975515a624ec7dd16a5c672 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 96dbdc5d8c48d438bb372fc3662c9a34fb44b498 (diff) |
socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)
recvmmsg does not call ___sys_recvmsg when sk_err is set.
That is fine for normal reads but, for MSG_ERRQUEUE, recvmmsg
should always call ___sys_recvmsg regardless of sk->sk_err to
be able to clear error queue. Otherwise, users are not able to
drain the error queue using recvmmsg.
Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Signed-off-by: Willem de Bruijn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions