]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Move dev pointer into vport itself
authorThomas Graf <tgraf@suug.ch>
Tue, 21 Jul 2015 08:44:04 +0000 (10:44 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 17:39:07 +0000 (10:39 -0700)
commitd9532d29767da4d96649314ee066b18ada7fc1cf
tree6b4ae588041d0245a5f1b2fe47118db445c3886f
parent2183b9186077e62109219d1f656a5ca3f91bf1e0
openvswitch: Move dev pointer into vport itself

This is the first step in representing all OVS vports as regular
struct net_devices. Move the net_device pointer into the vport
structure itself to get rid of struct vport_netdev.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c
net/openvswitch/dp_notify.c
net/openvswitch/vport-internal_dev.c
net/openvswitch/vport-netdev.c
net/openvswitch/vport-netdev.h
net/openvswitch/vport.h