[PATCH 11/12 net-2.6.25] [NETNS]: Routing cache virtualization.

2008-01-22 Thread Denis V. Lunev
Basically, this piece looks relatively easy. Namespace is already available on the dst entry via device and the device is safe to dereferrence. Compare it with one of a searcher and skip entry if appropriate. The only exception is ip_rt_frag_needed. So, add namespace parameter to it.

Re: [PATCH 11/12 net-2.6.25] [NETNS]: Routing cache virtualization.

2008-01-22 Thread David Miller
From: Denis V. Lunev [EMAIL PROTECTED] Date: Wed, 23 Jan 2008 10:46:26 +0300 Basically, this piece looks relatively easy. Namespace is already available on the dst entry via device and the device is safe to dereferrence. Compare it with one of a searcher and skip entry if appropriate. The