Skip to content

Commit 88bae71

Browse files
Alexander Duyckdavem330
authored andcommitted
fib_trie: Add key vector to root, return parent key_vector in resize
This change makes it so that the root of the trie contains a key_vector, by doing this we make room to essentially collapse the entire trie by at least one cache line as we can store the information about the tnode or leaf that is pointed to in the root. Signed-off-by: Alexander Duyck <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f23e59f commit 88bae71

File tree

1 file changed

+201
-232
lines changed

1 file changed

+201
-232
lines changed

0 commit comments

Comments
 (0)