Re: [PATCH net-2.6.25 7/10][NETNS][FRAGS]: Make thresholds work in namespaces.

2008-01-22 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 22 Jan 2008 17:05:47 +0300 > This is the same as with the timeout variable. > > Currently, after exceeding the high threshold _all_ > the fragments are evicted, but it will be fixed in > later patch. > > Signed-off-by: Pavel Emelyanov <[EMAIL

[PATCH net-2.6.25 7/10][NETNS][FRAGS]: Make thresholds work in namespaces.

2008-01-22 Thread Pavel Emelyanov
This is the same as with the timeout variable. Currently, after exceeding the high threshold _all_ the fragments are evicted, but it will be fixed in later patch. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- include/net/inet_frag.h |4 ++-- net/ipv4/inet_fragment.