diff options
Diffstat (limited to 'net/openvswitch/vport.h')
-rw-r--r-- | net/openvswitch/vport.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 1a9fbcec6e1b..d7e50a17396c 100644 --- a/net/openvswitch/vport.h +++ b/net/openvswitch/vport.h | |||
@@ -87,7 +87,7 @@ struct vport { | |||
87 | struct hlist_node dp_hash_node; | 87 | struct hlist_node dp_hash_node; |
88 | const struct vport_ops *ops; | 88 | const struct vport_ops *ops; |
89 | 89 | ||
90 | struct pcpu_tstats __percpu *percpu_stats; | 90 | struct pcpu_sw_netstats __percpu *percpu_stats; |
91 | 91 | ||
92 | spinlock_t stats_lock; | 92 | spinlock_t stats_lock; |
93 | struct vport_err_stats err_stats; | 93 | struct vport_err_stats err_stats; |
@@ -192,7 +192,6 @@ static inline struct vport *vport_from_priv(const void *priv) | |||
192 | 192 | ||
193 | void ovs_vport_receive(struct vport *, struct sk_buff *, | 193 | void ovs_vport_receive(struct vport *, struct sk_buff *, |
194 | struct ovs_key_ipv4_tunnel *); | 194 | struct ovs_key_ipv4_tunnel *); |
195 | void ovs_vport_record_error(struct vport *, enum vport_err_type err_type); | ||
196 | 195 | ||
197 | /* List of statically compiled vport implementations. Don't forget to also | 196 | /* List of statically compiled vport implementations. Don't forget to also |
198 | * add yours to the list at the top of vport.c. */ | 197 | * add yours to the list at the top of vport.c. */ |