compat: Rename OVS frag caches.
authorJoe Stringer <joe@ovn.org>
Tue, 2 Feb 2016 23:19:00 +0000 (15:19 -0800)
committerJoe Stringer <joe@ovn.org>
Thu, 4 Feb 2016 18:30:30 +0000 (10:30 -0800)
These should not have the same name as the upstream ones, to reduce
confusion when they are created. Rename them.

Suggested-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
datapath/linux/compat/ip_fragment.c
datapath/linux/compat/nf_conntrack_reasm.c

index 3815067..1841c49 100644 (file)
@@ -64,7 +64,7 @@
  */
 
 static int sysctl_ipfrag_max_dist __read_mostly = 64;
-static const char ip_frag_cache_name[] = "ip4-frags";
+static const char ip_frag_cache_name[] = "ovs-frag4";
 
 struct ipfrag_skb_cb
 {
index fec9e57..ef29115 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifdef OVS_NF_DEFRAG6_BACKPORT
 
-static const char nf_frags_cache_name[] = "nf-frags";
+static const char nf_frags_cache_name[] = "ovs-frag6";
 
 struct nf_ct_frag6_skb_cb
 {