commit | 6261d983f226f0a6a8d4d32b57a032bc23a5ebb6 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Mon Aug 05 22:51:37 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 07 16:47:52 2013 -0700 |
tree | 4bed875ac9758214183ebbed0e9b0f62afba617b | |
parent | 8a56d243ca60c92c0b80307422ae75676873a715 [diff] |
ip_tunnel: embed hash list head The IP tunnel hash heads can be embedded in the per-net structure since it is a fixed size. Reduce the size so that the total structure fits in a page size. The original size was overly large, even NETDEV_HASHBITS is only 8 bits! Also, add some white space for readability. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Pravin B Shelar <pshelar@nicira.com>. Signed-off-by: David S. Miller <davem@davemloft.net>