From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 23 Jan 2008 14:39:42 +1100
> [INET]: Fix truesize setting in ip_append_data > > As it is ip_append_data only counts page fragments to the skb that > allocated it. As such it means that the first skb gets hit with a > 4K charge even though it might have only used a fraction of it while > all subsequent skb's that use the same page gets away with no charge > at all. > > This bug was exposed by the UDP accounting patch. > > This patch also fixes a similar bug in ip_append_page spotted by you :) > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> I added this to net-2.6, thanks Herbert! I already checked in the ip_append_page() fix to net-2.6 so I simply removed that hunk when adding your fix. Thanks again! -- 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
