[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20111109.194719.1584771347434777010.davem@davemloft.net>
Date: Wed, 09 Nov 2011 19:47:19 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: joe@...ches.com, steffen.klassert@...unet.com,
netdev@...r.kernel.org, timo.teras@....fi
Subject: Re: dst->obsolete has become pointless
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Thu, 10 Nov 2011 01:33:43 +0100
> Now some information was migrated to inetpeer, I wonder if we could not
> allocate a private dst for a socket ?
Yes, and in fact we are well equipted to support this kind of notion
exactly because we can detect route invalidity with simply serial
number comparisons.
All the necessary mechanics are there. Simply allocate the cloned
route with DST_NOCOUNT, do not put it into any tables, and copy over
the necessary information.
Even things like __sk_dst_check() will just work transparently.
There might be some gotchas wrt. stacked IPSEC routes, but I don't
anticipate any real serious problems.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists