public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Evgeniy Polyakov <johnpol@2ka•mipt.ru>
To: Gavin McCullagh <Gavin.McCullagh@nuim•ie>
Cc: netdev@vger•kernel.org
Subject: Re: possible bug in tcp_probe
Date: Tue, 13 Nov 2007 16:02:43 +0300	[thread overview]
Message-ID: <20071113130243.GA4044@2ka.mipt.ru> (raw)
In-Reply-To: <20071113112615.GA7491@nuim.ie>

Hi.

On Tue, Nov 13, 2007 at 11:26:15AM +0000, Gavin McCullagh (Gavin.McCullagh@nuim•ie) wrote:
> 74.259589763 192.168.2.1 36988 192.168.3.5 5001 0x679c23dc 0x679bc3b4 18 13 9114624 78 76 10000 0 64
> 74.260590660 192.168.2.1 44261 192.168.3.5 5006 0x573bb3ed 0x573b700d 13 9 5254144 155 127 10000 0 64
> 74.261607478 192.168.2.1 44261 192.168.3.5 5006 0x588.066586741 192.168.2.1 33739 192.168.3.5 5009 0xe26d1767 0xe26cf577 2 3 13090816 443 15818 10000 0 64
> 88.066690797 192.168.2.1 33739 192.168.3.5 5009 0xe26d1767 0xe26cfb1f 3 3 13092864 2365 15818 10000 0 64
> 88.067625714 192.168.2.1 59385 192.168.3.5 5012 0x411c1090 0x411bd258 12 9 14578688 2807 15812 10000 0 64
> 
> As you can see the third line has been truncated as well as the next
> roughly 14 seconds of data after which data continues writing as usual.
> 
> I don't think my small changes are causing this but perhaps I'm wrong.
> Does anyone know what might be causing the above?

Log buffer has limited size, you can not write from different threads to
it and expect all data being printed synchronously, there is nothing
exceptional here.

-- 
	Evgeniy Polyakov

  reply	other threads:[~2007-11-13 13:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-13 11:26 possible bug in tcp_probe Gavin McCullagh
2007-11-13 13:02 ` Evgeniy Polyakov [this message]
2007-11-13 13:28 ` Andi Kleen
2007-11-13 14:59 ` SANGTAE HA
2007-11-13 15:20   ` Gavin McCullagh

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=20071113130243.GA4044@2ka.mipt.ru \
    --to=johnpol@2ka$(echo .)mipt.ru \
    --cc=Gavin.McCullagh@nuim$(echo .)ie \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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