port-array: Remove.
[openvswitch] / datapath / flow.c
index 496f11cdb7284cb43bc013fcb0133385dcf32aa3..d30fb73fa21595a154112bdd527bd9ee51e20776 100644 (file)
@@ -32,7 +32,7 @@
 #include "compat.h"
 
 struct kmem_cache *flow_cache;
-static unsigned int hash_seed;
+static unsigned int hash_seed __read_mostly;
 
 static inline bool arphdr_ok(struct sk_buff *skb)
 {