Re: [net-next v2 0/5] tipc: slim down name table

2018-03-31 Thread David Miller
From: Jon Maloy Date: Thu, 29 Mar 2018 23:20:40 +0200 > We clean up and improve the name binding table: > > - Replace the memory consuming 'sub_sequence/service range' array with >an RB tree. > - Introduce support for overlapping service sequences/ranges > > v2: #1: Fixed a missing initi

[net-next v2 0/5] tipc: slim down name table

2018-03-29 Thread Jon Maloy
We clean up and improve the name binding table: - Replace the memory consuming 'sub_sequence/service range' array with an RB tree. - Introduce support for overlapping service sequences/ranges v2: #1: Fixed a missing initialization reported by David Miller #4: Obsoleted and replaced a f