* [RFC/PATCH 0/3] UDP memory usage accounting(take 2)
@ 2007-09-28 13:36 Satoshi OSHIMA
0 siblings, 0 replies; only message in thread
From: Satoshi OSHIMA @ 2007-09-28 13:36 UTC (permalink / raw)
To: Andi Kleen, Evgeniy Polyakov, netdev
Cc: 吉藤 英明, Yumiko SUGITA,
"青木@RedHat"
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-28 18:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 13:36 [RFC/PATCH 0/3] UDP memory usage accounting(take 2) Satoshi OSHIMA
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.