Re: [RFC PATCH tcp-2.6 2/2] [TCP] MIB: Add counter for discarded SACK blocks

2007-06-19 Thread David Miller
From: Ilpo_Järvinen [EMAIL PROTECTED] Date: Tue, 19 Jun 2007 01:25:58 +0300 From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= [EMAIL PROTECTED] Signed-off-by: Ilpo Järvinen [EMAIL PROTECTED] Adding this MIB item is perfectly fine, patch applied. - To unsubscribe from this list: send the line

[RFC PATCH tcp-2.6 2/2] [TCP] MIB: Add counter for discarded SACK blocks

2007-06-18 Thread Ilpo Järvinen
From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= [EMAIL PROTECTED] Signed-off-by: Ilpo Järvinen [EMAIL PROTECTED] --- include/linux/snmp.h |1 + net/ipv4/proc.c |1 + net/ipv4/tcp_input.c |4 +++- 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/linux/snmp.h