diff options
| author | Pravin B Shelar <[email protected]> | 2015-08-30 00:44:08 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-08-30 02:07:15 +0000 |
| commit | a581b96dbfc52b6b498552525ec929aa635680ed (patch) | |
| tree | 3c81528ffd67274aadcb8c3f54f727489d125e07 /net/openvswitch/datapath.h | |
| parent | openvswitch: Remove vport stats. (diff) | |
| download | kernel-a581b96dbfc52b6b498552525ec929aa635680ed.tar.gz kernel-a581b96dbfc52b6b498552525ec929aa635680ed.zip | |
openvswitch: Remove vport-net
This structure is not used anymore.
Signed-off-by: Pravin B Shelar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/openvswitch/datapath.h')
| -rw-r--r-- | net/openvswitch/datapath.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index da15fd3f3c34..c05b7d9e7bf2 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h @@ -30,7 +30,6 @@ #include "conntrack.h" #include "flow.h" #include "flow_table.h" -#include "vport.h" #define DP_MAX_PORTS USHRT_MAX #define DP_VPORT_HASH_BUCKETS 1024 @@ -134,7 +133,6 @@ struct dp_upcall_info { struct ovs_net { struct list_head dps; struct work_struct dp_notify_work; - struct vport_net vport_net; /* Module reference for configuring conntrack. */ bool xt_label; |
