projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2492cb
)
datapath: Remove vport list node.
author
Jesse Gross
<jesse@nicira.com>
Tue, 4 Sep 2012 00:15:03 +0000
(17:15 -0700)
committer
Jesse Gross
<jesse@nicira.com>
Tue, 4 Sep 2012 01:58:19 +0000
(18:58 -0700)
The datapath list of ports was removed when we switched to using a
hash-based port lookup so the list node is no longer used.
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/vport.h
patch
|
blob
|
history
diff --git
a/datapath/vport.h
b/datapath/vport.h
index b0cdeaea8bf6aa968d53954798b4e2d08b0ccb70..e306b461f52433151022cba7ef1da545bc27e591 100644
(file)
--- a/
datapath/vport.h
+++ b/
datapath/vport.h
@@
-98,7
+98,6
@@
struct vport {
struct datapath *dp;
struct kobject kobj;
char linkname[IFNAMSIZ];
- struct list_head node;
u32 upcall_pid;
struct hlist_node hash_node;