Commit a581b96d authored by Pravin B Shelar's avatar Pravin B Shelar Committed by David S. Miller

openvswitch: Remove vport-net

This structure is not used anymore.
Signed-off-by: default avatarPravin B Shelar <pshelar@nicira.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8c876639
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include "conntrack.h" #include "conntrack.h"
#include "flow.h" #include "flow.h"
#include "flow_table.h" #include "flow_table.h"
#include "vport.h"
#define DP_MAX_PORTS USHRT_MAX #define DP_MAX_PORTS USHRT_MAX
#define DP_VPORT_HASH_BUCKETS 1024 #define DP_VPORT_HASH_BUCKETS 1024
...@@ -134,7 +133,6 @@ struct dp_upcall_info { ...@@ -134,7 +133,6 @@ struct dp_upcall_info {
struct ovs_net { struct ovs_net {
struct list_head dps; struct list_head dps;
struct work_struct dp_notify_work; struct work_struct dp_notify_work;
struct vport_net vport_net;
/* Module reference for configuring conntrack. */ /* Module reference for configuring conntrack. */
bool xt_label; bool xt_label;
......
...@@ -46,10 +46,11 @@ ...@@ -46,10 +46,11 @@
#include <net/mpls.h> #include <net/mpls.h>
#include <net/ndisc.h> #include <net/ndisc.h>
#include "conntrack.h"
#include "datapath.h" #include "datapath.h"
#include "flow.h" #include "flow.h"
#include "flow_netlink.h" #include "flow_netlink.h"
#include "conntrack.h" #include "vport.h"
u64 ovs_flow_used_time(unsigned long flow_jiffies) u64 ovs_flow_used_time(unsigned long flow_jiffies)
{ {
......
...@@ -36,10 +36,6 @@ struct vport_parms; ...@@ -36,10 +36,6 @@ struct vport_parms;
/* The following definitions are for users of the vport subsytem: */ /* The following definitions are for users of the vport subsytem: */
struct vport_net {
struct vport __rcu *gre_vport;
};
int ovs_vport_init(void); int ovs_vport_init(void);
void ovs_vport_exit(void); void ovs_vport_exit(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment