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)
commitbe4ace6e6b1bc12e18b25fe764917e09a1f96d7b
tree6b4ae588041d0245a5f1b2fe47118db445c3886f
parent34ae932a40369be6bd6ea97d66b6686361b4370d
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