netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: eric.dumazet@gmail.com
Cc: ncardwell@google.com, netdev@vger.kernel.org,
	therbert@google.com, ilpo.jarvinen@helsinki.fi, hkchu@google.com,
	ycheng@google.com
Subject: Re: [PATCH v2 net-next 1/2] tcp: introduce tcp_data_queue_ofo
Date: Mon, 19 Mar 2012 16:57:45 -0400 (EDT)	[thread overview]
Message-ID: <20120319.165745.234764335458562219.davem@davemloft.net> (raw)
In-Reply-To: <1332104804.3597.0.camel@edumazet-laptop>

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Sun, 18 Mar 2012 14:06:44 -0700

> Split tcp_data_queue() in two parts for better readability.
> 
> tcp_data_queue_ofo() is responsible for queueing incoming skb into out
> of order queue.
> 
> Change code layout so that the skb_set_owner_r() is performed only if
> skb is not dropped.
> 
> This is a preliminary patch before "reduce out_of_order memory use"
> following patch.
> 
> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>

Applied.

  parent reply	other threads:[~2012-03-19 20:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-18 13:37 [PATCH net-next] tcp: reduce out_of_order memory use Eric Dumazet
2012-03-18 16:55 ` Neal Cardwell
2012-03-18 19:40   ` Eric Dumazet
2012-03-18 21:06   ` [PATCH v2 net-next 1/2] tcp: introduce tcp_data_queue_ofo Eric Dumazet
2012-03-19  3:49     ` Neal Cardwell
2012-03-19 20:57     ` David Miller [this message]
2012-03-18 21:07   ` [PATCH v2 net-next 2/2] tcp: reduce out_of_order memory use Eric Dumazet
2012-03-19  3:53     ` Neal Cardwell
2012-03-19 20:57     ` 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=20120319.165745.234764335458562219.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=hkchu@google.com \
    --cc=ilpo.jarvinen@helsinki.fi \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=therbert@google.com \
    --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).