commit | df5dba8e52be50e615e03ef73b34611d82587f42 | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Fri Jan 02 18:26:04 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 04 22:21:33 2015 -0500 |
tree | e74e1098ddf8f923670a44f67799863794259416 | |
parent | 829a3ada9cc7d4c30fa61f8033403fb6c8f8092a [diff] |
geneve: Remove socket hash table. The hash table for open Geneve ports is used only on creation and deletion time. It is not performance critical and is not likely to grow to a large number of items. Therefore, this can be changed to use a simple linked list. Signed-off-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>