netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Roman Mashak <mrv@mojatatu.com>
To: Stefano Brivio <sbrivio@redhat.com>
Cc: stephen@networkplumber.org, netdev@vger.kernel.org, jhs@mojatatu.com
Subject: Re: [PATCH v2 iproute2 1/1] ss: add missing path MTU parameter
Date: Fri, 15 Dec 2017 08:58:53 -0500	[thread overview]
Message-ID: <85fu8cum76.fsf@mojatatu.com> (raw)
In-Reply-To: <20171215094515.386f8e6f@elisabeth> (Stefano Brivio's message of "Fri, 15 Dec 2017 09:45:15 +0100")

Stefano Brivio <sbrivio@redhat.com> writes:

> On Thu, 14 Dec 2017 14:59:11 -0500
> Roman Mashak <mrv@mojatatu.com> wrote:
>
>> @@ -1959,6 +1960,8 @@ static void tcp_stats_print(struct tcpstat *s)
>>  
>>  	if (s->mss)
>>  		printf(" mss:%d", s->mss);
>> +	if (s->pmtu)
>> +		printf(" pmtu:%u", s->pmtu);
>
> You'll simply need to change this to out() now, as this print will be
> buffered.

Oh I see why it does not apply, I'll resubmit. Thanks Stefano.

      reply	other threads:[~2017-12-15 13:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14 19:59 [PATCH v2 iproute2 1/1] ss: add missing path MTU parameter Roman Mashak
2017-12-15  5:15 ` Stephen Hemminger
2017-12-15  8:45 ` Stefano Brivio
2017-12-15 13:58   ` Roman Mashak [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=85fu8cum76.fsf@mojatatu.com \
    --to=mrv@mojatatu.com \
    --cc=jhs@mojatatu.com \
    --cc=netdev@vger.kernel.org \
    --cc=sbrivio@redhat.com \
    --cc=stephen@networkplumber.org \
    /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).