Re: [PATCH-update][RFC] net: consolidated UDP / UDP-Lite code

2006-10-12 Thread David Miller
From: Gerrit Renker <[EMAIL PROTECTED]> Date: Thu, 12 Oct 2006 08:49:19 +0100 > please find attached the updated UDP-Lite patch - I have removed the > statistics corrections you pointed out to me. > > Can you please indicate whether you are ok, by and large, with the > changes performed by the p

Re: [PATCH-update][RFC] net: consolidated UDP / UDP-Lite code

2006-10-11 Thread Gerrit Renker
| > csum_copy_err: | > - UDP_INC_STATS_BH(UDP_MIB_INERRORS); | > + UDP_INC_STATS_BH(UDP_MIB_INERRORS, is_udplite); | > + UDP_DEC_STATS_BH(UDP_MIB_INDATAGRAMS, is_udplite); | | I'm not a big fan at all of these "statistic corrections" | we're starting to place in various spots. I am not

Re: [PATCH-update][RFC] net: consolidated UDP / UDP-Lite code

2006-10-10 Thread David Miller
From: Gerrit Renker <[EMAIL PROTECTED]> Date: Mon, 9 Oct 2006 10:51:44 +0100 > csum_copy_err: > - UDP_INC_STATS_BH(UDP_MIB_INERRORS); > + UDP_INC_STATS_BH(UDP_MIB_INERRORS, is_udplite); > + UDP_DEC_STATS_BH(UDP_MIB_INDATAGRAMS, is_udplite); I'm not a big fan at all of these "statisti