Re: [PATCH 0/4] [UDP]: memory accounting and limitation (take 10)

2007-12-16 Thread Hideo AOKI
David Miller wrote: > From: Hideo AOKI <[EMAIL PROTECTED]> > Date: Sat, 15 Dec 2007 00:07:44 -0500 > >> Changelog take 9 -> take 10: >> * supported using sk_forward_alloc >> * introduced several memory accounting functions with spin lock >> * changed detagram receive functions to be able to cus

Re: [PATCH 0/4] [UDP]: memory accounting and limitation (take 10)

2007-12-15 Thread David Miller
From: Hideo AOKI <[EMAIL PROTECTED]> Date: Sat, 15 Dec 2007 00:07:44 -0500 > Changelog take 9 -> take 10: > * supported using sk_forward_alloc > * introduced several memory accounting functions with spin lock > * changed detagram receive functions to be able to customize >destructor > * fi

[PATCH 0/4] [UDP]: memory accounting and limitation (take 10)

2007-12-14 Thread Hideo AOKI
Hello, This is the latest patch set of UDP memory accounting and limitation. To reduce number of atomic access to global variable, the patch set supports per socket accounting using sk_forward_alloc like stream protocols. My colleagues and I tested the patch set on net-2.6 tree. Please consider