[PATCH v3 15/17] openvswitch: use new hashtable implementation

2012-08-21 Thread Sasha Levin
Switch openvswitch to use the new hashtable implementation. This reduces the amount of generic unrelated code in openvswitch. Signed-off-by: Sasha Levin --- net/openvswitch/vport.c | 30 +- 1 files changed, 13 insertions(+), 17 deletions(-) diff --git

[PATCH v3 15/17] openvswitch: use new hashtable implementation

2012-08-21 Thread Sasha Levin
Switch openvswitch to use the new hashtable implementation. This reduces the amount of generic unrelated code in openvswitch. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- net/openvswitch/vport.c | 30 +- 1 files changed, 13 insertions(+), 17 deletions(-)