Revision 16b34aa44b257155d9392a19e08e4ce139bc2789 authored by Ronnie Sahlberg on 08 March 2019, 02:58:21 UTC, committed by Steve French on 15 March 2019, 00:32:35 UTC
Reserve the last MAX_COMPOUND credits for any request asking for >1 credit.
This is to prevent future compound requests from becoming starved while waiting
for potentially many requests is there is a large number of concurrent
singe-credit requests.

However, we need to protect from servers that are very slow to hand out
new credits on new sessions so we only do this IFF there are 2*MAX_COMPOUND
(arbitrary) credits already in flight.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
1 parent b227d21
History
File Mode Size
Makefile -rw-r--r-- 272 bytes
cgroup-internal.h -rw-r--r-- 8.5 KB
cgroup-v1.c -rw-r--r-- 34.1 KB
cgroup.c -rw-r--r-- 161.5 KB
cpuset.c -rw-r--r-- 99.0 KB
debug.c -rw-r--r-- 8.2 KB
freezer.c -rw-r--r-- 12.4 KB
namespace.c -rw-r--r-- 3.3 KB
pids.c -rw-r--r-- 8.9 KB
rdma.c -rw-r--r-- 14.8 KB
rstat.c -rw-r--r-- 10.8 KB

back to top