]> www.infradead.org Git - users/jedix/linux-maple.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)
committerBrian Maly <brian.maly@oracle.com>
Wed, 12 Jun 2019 15:15:07 +0000 (11:15 -0400)
commitfd5e39ff297d5f31743c9d1d99267c0e6895015e
tree724e409573157d7d9ff7cc261b337449a52b422a
parentef36229ceba4be9398cdf75679ca00fc2fc5e08a
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.

Orabug: 29755932

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>
(cherry picked from commit be4ace6e6b1bc12e18b25fe764917e09a1f96d7b)

Reviewed-by: Rama Nichanamatlu <rama.nichanamatlu@oracle.com>
Signed-off-by: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
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