Re: [PATCH net-next] add part of TCP counts explanations in snmp_counters.rst

2018-11-19 Thread peng yu
On Mon, Nov 19, 2018 at 10:51 AM Stephen Hemminger wrote: > > On Fri, 16 Nov 2018 11:17:40 -0800 > yupeng wrote: > > > +* TcpInSegs > > +Defined in `RFC1213 tcpInSegs`_ > > + > > +.. _RFC1213 tcpInSegs: https://tools.ietf.org/html/rfc1213#page-48 > > + > > +The number of packets received by the T

Re: [PATCH net-next] add part of TCP counts explanations in snmp_counters.rst

2018-11-19 Thread Stephen Hemminger
On Fri, 16 Nov 2018 11:17:40 -0800 yupeng wrote: > +* TcpInSegs > +Defined in `RFC1213 tcpInSegs`_ > + > +.. _RFC1213 tcpInSegs: https://tools.ietf.org/html/rfc1213#page-48 > + > +The number of packets received by the TCP layer. As mentioned in > +RFC1213, it includes the packets received in erro

Re: [PATCH net-next] add part of TCP counts explanations in snmp_counters.rst

2018-11-18 Thread David Miller
From: yupeng Date: Fri, 16 Nov 2018 11:17:40 -0800 > Add explanations of some generic TCP counters, fast open > related counters and TCP abort related counters and several > examples. > > Signed-off-by: yupeng Applied.

[PATCH net-next] add part of TCP counts explanations in snmp_counters.rst

2018-11-16 Thread yupeng
Add explanations of some generic TCP counters, fast open related counters and TCP abort related counters and several examples. Signed-off-by: yupeng --- Documentation/networking/snmp_counter.rst | 525 +- 1 file changed, 524 insertions(+), 1 deletion(-) diff --git a/Document