Re: [PATCH] optimize pskb_trim_rcsum

2005-09-07 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 6 Sep 2005 21:40:46 -0700 > Since packets almost never contain extra garbage at the end, it is > worthwhile to optimize for that case. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsubscribe from th

[PATCH] optimize pskb_trim_rcsum

2005-09-06 Thread Stephen Hemminger
Since packets almost never contain extra garbage at the end, it is worthwhile to optimize for that case. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Index: csum/include/linux/skbuff.h === --- csum.orig/include/linux/skbuff.h