Re: [PATCH net-next v4 01/10] ipv6: Remove external dependency on rt6i_dst and rt6i_src

2015-05-21 Thread David Miller
From: Martin KaFai Lau Date: Wed, 20 May 2015 15:52:20 -0700 > This patch removes the assumptions that the returned rt is always > a RTF_CACHE entry with the rt6i_dst and rt6i_src containing the > destination and source address. The dst and src can be recovered from > the calling site. > > We m

[PATCH net-next v4 01/10] ipv6: Remove external dependency on rt6i_dst and rt6i_src

2015-05-20 Thread Martin KaFai Lau
This patch removes the assumptions that the returned rt is always a RTF_CACHE entry with the rt6i_dst and rt6i_src containing the destination and source address. The dst and src can be recovered from the calling site. We may consider to rename (rt6i_dst, rt6i_src) to (rt6i_key_dst, rt6i_key_src)