commit | be4ace6e6b1bc12e18b25fe764917e09a1f96d7b | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Tue Jul 21 10:44:04 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 10:39:07 2015 -0700 |
tree | 6b4ae588041d0245a5f1b2fe47118db445c3886f | |
parent | 34ae932a40369be6bd6ea97d66b6686361b4370d [diff] |
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>