Hi Paolo, On 08/11/2020 19:49, Paolo Abeni wrote:
The mptcp proto struct currently does not provide the required limit for forward memory scheduling. Under pressure sk_rmem_schedule() will unconditionally try to use such field and will oops.Address the issue inheriting the tcp limit, as we already do for the wmem one. Fixes: ("mptcp: add missing memory scheduling in the rx path") Signed-off-by: Paolo Abeni <[email protected]>
Good catch, thank you for this patch! Reviewed-by: Matthieu Baerts <[email protected]> Cheers, Matt -- Tessares | Belgium | Hybrid Access Solutions www.tessares.net
