ipv4: Clean whitespaces in net/ipv4/Kconfig.
While going through net/ipv4/Kconfig cleanup whitespaces. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b2cc46a8ee
commit
a6e8f27f3c
1 changed files with 22 additions and 20 deletions
|
@ -61,26 +61,28 @@ choice
|
|||
config ASK_IP_FIB_HASH
|
||||
bool "FIB_HASH"
|
||||
---help---
|
||||
Current FIB is very proven and good enough for most users.
|
||||
Current FIB is very proven and good enough for most users.
|
||||
|
||||
config IP_FIB_TRIE
|
||||
bool "FIB_TRIE"
|
||||
---help---
|
||||
Use new experimental LC-trie as FIB lookup algorithm.
|
||||
This improves lookup performance if you have a large
|
||||
number of routes.
|
||||
Use new experimental LC-trie as FIB lookup algorithm.
|
||||
This improves lookup performance if you have a large
|
||||
number of routes.
|
||||
|
||||
LC-trie is a longest matching prefix lookup algorithm which
|
||||
performs better than FIB_HASH for large routing tables.
|
||||
But, it consumes more memory and is more complex.
|
||||
LC-trie is a longest matching prefix lookup algorithm which
|
||||
performs better than FIB_HASH for large routing tables.
|
||||
But, it consumes more memory and is more complex.
|
||||
|
||||
LC-trie is described in:
|
||||
LC-trie is described in:
|
||||
|
||||
IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson
|
||||
IEEE Journal on Selected Areas in Communications, 17(6):1083-1092, June 1999
|
||||
An experimental study of compression methods for dynamic tries
|
||||
Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002.
|
||||
http://www.nada.kth.se/~snilsson/public/papers/dyntrie2/
|
||||
IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson
|
||||
IEEE Journal on Selected Areas in Communications, 17(6):1083-1092,
|
||||
June 1999
|
||||
|
||||
An experimental study of compression methods for dynamic tries
|
||||
Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002.
|
||||
http://www.nada.kth.se/~snilsson/public/papers/dyntrie2/
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Reference in a new issue