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>
Showing
- net/openvswitch/datapath.c 2 additions, 5 deletionsnet/openvswitch/datapath.c
- net/openvswitch/dp_notify.c 1 addition, 4 deletionsnet/openvswitch/dp_notify.c
- net/openvswitch/vport-internal_dev.c 15 additions, 22 deletionsnet/openvswitch/vport-internal_dev.c
- net/openvswitch/vport-netdev.c 39 additions, 47 deletionsnet/openvswitch/vport-netdev.c
- net/openvswitch/vport-netdev.h 0 additions, 12 deletionsnet/openvswitch/vport-netdev.h
- net/openvswitch/vport.h 2 additions, 1 deletionnet/openvswitch/vport.h
Please register or sign in to comment