From: Rick Jones <rick.jones2@hp.com>
To: David Miller <davem@davemloft.net>
Cc: eric.dumazet@gmail.com, shemminger@vyatta.com, netdev@vger.kernel.org
Subject: Re: [PATCH v2] ipv4: Early TCP socket demux.
Date: Wed, 20 Jun 2012 09:21:59 -0700 [thread overview]
Message-ID: <4FE1F8A7.9000306@hp.com> (raw)
In-Reply-To: <20120619.231401.2278176068934152926.davem@davemloft.net>
On 06/19/2012 11:14 PM, David Miller wrote:
> From: Eric Dumazet<eric.dumazet@gmail.com>
> Date: Wed, 20 Jun 2012 07:51:29 +0200
>
>> On Wed, 2012-06-20 at 07:49 +0200, Eric Dumazet wrote:
>>
>>> 2) small lived tcp sessions
>>>
>>> input dst is now dirtied because of the additional
>>> dst_clone()/dst_release()
>>
>> Not realy a concern because we dirty cache line anyway
>>
>> dst_use_noref()
>> {
>> dst->__use++;
>> dst->lastuse = time;
>> }
>
> Right, the costs probably even out for short TCP flows.
>
> But better to do real tests than to believe what any of
> us say. :-)
netperf -c -C -t TCP_CC ... #just connect/close
or
netperf -c -C -t TCP_CRR ... # with a request/response pair in there
For some definition of "real" anyway :)
rick jones
next prev parent reply other threads:[~2012-06-20 16:22 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-19 23:39 [PATCH v2] ipv4: Early TCP socket demux David Miller
2012-06-20 0:21 ` Ben Hutchings
2012-06-20 0:54 ` David Miller
2012-06-20 1:03 ` Ben Hutchings
2012-06-20 1:05 ` David Miller
2012-06-20 2:02 ` David Miller
2012-06-20 18:16 ` Ben Hutchings
2012-06-20 2:35 ` Stephen Hemminger
2012-06-20 4:46 ` David Miller
2012-06-20 5:49 ` Eric Dumazet
2012-06-20 5:51 ` Eric Dumazet
2012-06-20 6:14 ` David Miller
2012-06-20 16:21 ` Rick Jones [this message]
2012-06-20 5:59 ` Eric Dumazet
2012-06-20 6:14 ` David Miller
2012-06-20 10:15 ` David Miller
2012-06-20 11:03 ` Eric Dumazet
2012-06-20 11:09 ` David Miller
2012-06-20 12:38 ` Eric Dumazet
2012-06-20 22:29 ` David Miller
2012-06-20 18:07 ` Ben Hutchings
2012-06-20 18:40 ` Eric Dumazet
2012-06-20 21:01 ` David Miller
2012-06-20 21:04 ` Stephen Hemminger
2012-06-20 21:17 ` Eric Dumazet
2012-06-20 21:26 ` David Miller
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=4FE1F8A7.9000306@hp.com \
--to=rick.jones2@hp.com \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.