From: Sridhar Samudrala <[EMAIL PROTECTED]>
Date: Mon, 09 Oct 2006 17:43:09 -0700

> [SCTP]: Fix receive buffer accounting.
> 
> When doing receiver buffer accounting, we always used skb->truesize.
> This is problematic when processing bundled DATA chunks because for
> every DATA chunk that could be small part of one large skb, we would
> charge the size of the entire skb.  The new approach is to store the
> size of the DATA chunk we are accounting for in the sctp_ulpevent
> structure and use that stored value for accounting.
> 
> Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]>
> Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]>

Applied.
-
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