Re: [PATCH RFC v2 net-next 00/21] net/ipv6: Separate data structures for FIB and data path
From: Ido Schimmel <hidden>
Date: 2018-03-24 15:05:19
From: Ido Schimmel <hidden>
Date: 2018-03-24 15:05:19
On Sun, Mar 18, 2018 at 08:36:01PM -0700, David Ahern wrote:
This set is the first of many changes to improve the scalability of the IPv6 code. Follow on changes include: - consolidating duplicate fib6_info references like IPv4 does with duplicate fib_info
Before that you need to further break fib6_info into fib6_info and fib6_alias, or I misunderstood you?