From: Sridhar Samudrala <[EMAIL PROTECTED]>
Date: Fri, 05 May 2006 12:14:28 -0700

> [SCTP]: Allow spillover of receive buffer to avoid deadlock.
> 
> This patch fixes a deadlock situation in the receive path by allowing
> temporary spillover of the receive buffer.
> 
> - If the chunk we receive has a tsn that immediately follows the ctsn,
>   accept it even if we run out of receive buffer space and renege data with
>   higher TSNs.
> - Once we accept one chunk in a packet, accept all the remaining chunks
>   even if we run out of receive buffer space.
> 
> Signed-off-by: Neil Horman <[EMAIL PROTECTED]>
> Acked-by: Mark Butler <[EMAIL PROTECTED]>
> Acked-by: Vlad Yasevich <[EMAIL PROTECTED]>
> Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]>

Applied with trailing whitespace removed.  Please double-check
all of your patches with something like:

        git apply --check --whitespace=error-all diff

before submission.

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to