Skip to content

Commit 35c6eda

Browse files
Alexander Duyckdavem330
authored andcommitted
fib_trie: Rename tnode to key_vector
Rename the tnode to key_vector. The key_vector will be the eventual container for all of the information needed by either a leaf or a tnode. The final result should be much smaller than the 40 bytes currently needed for either one. This also updates the trie struct so that it contains an array of size 1 of tnode pointers. This is to bring the structure more inline with how an actual tnode itself is configured. Signed-off-by: Alexander Duyck <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8d8e810 commit 35c6eda

File tree

1 file changed

+128
-119
lines changed

1 file changed

+128
-119
lines changed

0 commit comments

Comments
 (0)