datapath: lisp: Use skb rxhash for source port.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 4 Dec 2013 19:26:44 +0000 (11:26 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 3 Dec 2013 16:36:51 +0000 (08:36 -0800)
commit5c89b171e28fb9b1a60992ea65e226273b474c5a
tree5803c02ce714cdaa7d8feb9a19a447cf8c331e02
parent60c4904fec5a26fcd5d46eaacd87a6601a9ea470
datapath: lisp: Use skb rxhash for source port.

Rather than using complete flow hash, we can use skb->rxhash for
calculating source port. Similar calculation is done by vxlan.

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