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 <pshe...@ovn.org>
Signed-off-by: Joe Stringer <j...@ovn.org>
---
v2: First post.
---
 datapath/linux/compat/ip_fragment.c        | 2 +-
 datapath/linux/compat/nf_conntrack_reasm.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/datapath/linux/compat/ip_fragment.c 
b/datapath/linux/compat/ip_fragment.c
index 3815067a928c..1841c49b9381 100644
--- a/datapath/linux/compat/ip_fragment.c
+++ b/datapath/linux/compat/ip_fragment.c
@@ -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
 {
diff --git a/datapath/linux/compat/nf_conntrack_reasm.c 
b/datapath/linux/compat/nf_conntrack_reasm.c
index fec9e5794f88..ef29115b6fbd 100644
--- a/datapath/linux/compat/nf_conntrack_reasm.c
+++ b/datapath/linux/compat/nf_conntrack_reasm.c
@@ -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
 {
-- 
2.1.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to