]> 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)
commitb1a6b82fed0b15c3e5f543d57b4c9b6bb3714cb5
tree558b65973401471050804527734e15d158a95a99
parent81463b28cb78854332b7d9e7dc9ce15ee3069c33
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: ac626ed41526 ("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