[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160824103520.56fad551@xeon-e3>
Date: Wed, 24 Aug 2016 10:35:20 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: David Miller <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>,
Neal Cardwell <ncardwell@...gle.com>,
Yuchung Cheng <ycheng@...gle.com>,
Julien Goodwin <julieng@...gle.com>,
Eric Dumazet <edumazet@...gle.com>
Subject: Re: [PATCH net-next] tcp: md5: add LINUX_MIB_TCPMD5FAILURE counter
On Wed, 24 Aug 2016 09:01:23 -0700
Eric Dumazet <eric.dumazet@...il.com> wrote:
> From: Eric Dumazet <edumazet@...gle.com>
>
> Adds SNMP counter for drops caused by MD5 mismatches.
>
> The current syslog might help, but a counter is more precise and helps
> monitoring.
>
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> ---
> include/uapi/linux/snmp.h | 1 +
> net/ipv4/proc.c | 1 +
> net/ipv4/tcp_ipv4.c | 1 +
> net/ipv6/tcp_ipv6.c | 1 +
> 4 files changed, 4 insertions(+)
>
> diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h
> index 25a9ad8bcef1240915f2553a8acade447186d869..e7a31f8306903f53bc5881ae4c271f85cad2e361 100644
> --- a/include/uapi/linux/snmp.h
> +++ b/include/uapi/linux/snmp.h
> @@ -235,6 +235,7 @@ enum
> LINUX_MIB_TCPSPURIOUSRTOS, /* TCPSpuriousRTOs */
> LINUX_MIB_TCPMD5NOTFOUND, /* TCPMD5NotFound */
> LINUX_MIB_TCPMD5UNEXPECTED, /* TCPMD5Unexpected */
> + LINUX_MIB_TCPMD5FAILURE, /* TCPMD5Failure */
> LINUX_MIB_SACKSHIFTED,
> LINUX_MIB_SACKMERGED,
> LINUX_MIB_SACKSHIFTFALLBACK,
You can't add value in middle of user API enum without breaking
binary compatibility.
Powered by blists - more mailing lists