mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
openvswitch: Remove vport-net
This structure is not used anymore. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8c876639c9
commit
a581b96dbf
3 changed files with 2 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue