netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: ycheng@google.com
Cc: netdev@vger.kernel.org, edumazet@google.com, nanditad@google.com,
	brakmo@google.com
Subject: Re: [PATCH v2 net-next] tcp: snmp stats for Fast Open, SYN rtx, and data pkts
Date: Mon, 03 Mar 2014 15:58:24 -0500 (EST)	[thread overview]
Message-ID: <20140303.155824.2235118519552620477.davem@davemloft.net> (raw)
In-Reply-To: <1393878696-28137-1-git-send-email-ycheng@google.com>

From: Yuchung Cheng <ycheng@google.com>
Date: Mon,  3 Mar 2014 12:31:36 -0800

> Add the following snmp stats:
> 
> TCPFastOpenActiveFail: Fast Open attempts (SYN/data) failed beacuse
> the remote does not accept it or the attempts timed out.
> 
> TCPSynRetrans: number of SYN and SYN/ACK retransmits to break down
> retransmissions into SYN, fast-retransmits, timeout retransmits, etc.
> 
> TCPOrigDataSent: number of outgoing packets with original data (excluding
> retransmission but including data-in-SYN). This counter is different from
> TcpOutSegs because TcpOutSegs also tracks pure ACKs. TCPOrigDataSent is
> more useful to track the TCP retransmission rate.
> 
> Change TCPFastOpenActive to track only successful Fast Opens to be symmetric to
> TCPFastOpenPassive.
> 
> Signed-off-by: Yuchung Cheng <ycheng@google.com>
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Signed-off-by: Nandita Dukkipati <nanditad@google.com>
> Signed-off-by: Lawrence Brakmo <brakmo@google.com>

Applied, thank you.

      reply	other threads:[~2014-03-03 20:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-03 20:31 [PATCH v2 net-next] tcp: snmp stats for Fast Open, SYN rtx, and data pkts Yuchung Cheng
2014-03-03 20:58 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140303.155824.2235118519552620477.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=brakmo@google.com \
    --cc=edumazet@google.com \
    --cc=nanditad@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=ycheng@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).