]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Retrieve tunnel metadata when receiving from vport-netdev
authorThomas Graf <tgraf@suug.ch>
Thu, 23 Jul 2015 11:04:44 +0000 (13:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 04:19:11 +0000 (21:19 -0700)
commitb5805641b81feb4b2ebd4f4c0f92bb815eca4d30
tree558b65973401471050804527734e15d158a95a99
parentd96e59d3b92a48c70961a74b8b1c4149bc5b37aa
openvswitch: Retrieve tunnel metadata when receiving from vport-netdev

Retrieve the tunnel metadata for packets received by a net_device and
provide it to ovs_vport_receive() for flow key extraction.

[This hunk was in the GRE patch in the initial series and missed the
 cut for the initial submission for merging.]

Fixes: 8f83206ada5e ("openvswitch: Use regular VXLAN net_device device")
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport-netdev.c