On Tue, May 1, 2018 at 2:34 PM, David Miller wrote:
> From: Soheil Hassas Yeganeh
> Date: Tue, 1 May 2018 10:11:27 -0400
>
>> +static inline int tcp_inq_hint(struct sock *sk)
>
> Please do not use 'inline' in foo.c files, let the compiler decide.
>
> Otherwise looks great, thanks.
Oops, sorry a
From: Soheil Hassas Yeganeh
Date: Tue, 1 May 2018 10:11:27 -0400
> +static inline int tcp_inq_hint(struct sock *sk)
Please do not use 'inline' in foo.c files, let the compiler decide.
Otherwise looks great, thanks.
From: Soheil Hassas Yeganeh
Applications with many concurrent connections, high variance
in receive queue length and tight memory bounds cannot
allocate worst-case buffer size to drain sockets. Knowing
the size of receive queue length, applications can optimize
how they allocate buffers to read f