Spdk/module/sock
Ben Walker 01aa5cb385 sock/posix: Clear sock from pending_recv even if user does large read
If there was an EPOLLIN event the socket gets adding to the pending_recv
list. But if the application then does a very large read, it will bypass
the logic that clears the socket from the pending_recv list. Fix this.

Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Change-Id: Ia0ba86012f7c6dfd14eb43ba6eeed94dbbce90ce
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6744
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2021-03-29 07:28:35 +00:00
..
posix sock/posix: Clear sock from pending_recv even if user does large read 2021-03-29 07:28:35 +00:00
uring sock: introduce SO_INCOMING_CPU to get placement_id 2021-03-09 08:53:52 +00:00
Makefile sock/vpp: remove VPP implementation 2020-08-17 08:19:46 +00:00