Re: [RFC] net: ipv6: return the first matched rt6_info for multicast packets in find_rr_leaf()

2017-01-24 Thread Rajasekar Kumar
On Fri, Jan 20, 2017 at 11:58:04AM -0500, David Miller wrote: > From: Rajasekar Kumar > Date: Wed, 18 Jan 2017 20:43:37 +0530 > > > There is a performance issue when large number of interfaces are > > enabled with VRRP protocol in 2 router nodes which are connected > &g

[RFC] net: ipv6: return the first matched rt6_info for multicast packets in find_rr_leaf()

2017-01-18 Thread Rajasekar Kumar
se. Signed-off-by: Rajasekar Kumar --- Changes from first mail: - Including netdev@vger.kernel.org, linux-ker...@vger.kernel.org to get review inputs/help - Changed the subject prefix to RFC from PATCH - Amended commit message to includ