All of lore.kernel.org
 help / color / mirror / Atom feed
From: Satoshi OSHIMA <satoshi.oshima.fk@hitachi.com>
To: Andi Kleen <andi@firstfloor.org>,
	Evgeniy Polyakov <johnpol@2ka.mipt.ru>,
	netdev <netdev@vger.kernel.org>
Cc: "吉藤 英明" <yoshfuji@linux-ipv6.org>,
	"Yumiko SUGITA" <yumiko.sugita.yf@hitachi.com>,
	"\"青木@RedHat\"" <haoki@redhat.com>
Subject: [RFC/PATCH 0/3] UDP memory usage accounting(take 2)
Date: Fri, 28 Sep 2007 22:36:02 +0900	[thread overview]
Message-ID: <46FD0342.2030302@hitachi.com> (raw)

This patch set try to introduce memory usage accounting for 

UDP(currently ipv4 only).


3 points are improved along with some feedback.


(a) to improve scalability, avoiding atomic_*()s as small as

    possible

(b) avoiding UDP specific code in IP layer

(c) supporting socket destruction accounting


To implement (b), there is a side effect which affects

accounting on TCP socket. If you find the good solution

to avoid this side effect, please let me know.


Unfortunately, I don't have any NIC with UFO.

So this patch set is not tested with UFO supported

device.


This patch set is for 2.6.23-rc8.


I appreciate your comment/test/feedback.


Satoshi Oshima


                 reply	other threads:[~2007-09-28 18:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=46FD0342.2030302@hitachi.com \
    --to=satoshi.oshima.fk@hitachi.com \
    --cc=andi@firstfloor.org \
    --cc=haoki@redhat.com \
    --cc=johnpol@2ka.mipt.ru \
    --cc=netdev@vger.kernel.org \
    --cc=yoshfuji@linux-ipv6.org \
    --cc=yumiko.sugita.yf@hitachi.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.