datapath: Streamline tunnel port lookup
authorPravin Shelar <pshelar@nicira.com>
Fri, 30 Sep 2011 21:32:31 +0000 (14:32 -0700)
committerPravin Shelar <pshelar@nicira.com>
Fri, 30 Sep 2011 21:32:31 +0000 (14:32 -0700)
commitf686a33af8cb41ee228e6a35410c9a488fba3eb1
treef1a79596f15f3fe5fa053e5092c22bd6efcc42b9
parentbe07be4dcba9faa181b195cdda0d8ab3761e738d
datapath: Streamline tunnel port lookup

This change is meant to cleanup the tunnel lookup code. We are now using
kernel hash table so we can simplify `struct port_lookup_key`.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/tunnel.c
datapath/tunnel.h
datapath/vport-gre.c