Skip to content

Commit

Permalink
compat: Rename OVS frag caches.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Pravin B Shelar <[email protected]>
  • Loading branch information
joestringer committed Feb 4, 2016
1 parent 3f82513 commit 6312929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datapath/linux/compat/ip_fragment.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion datapath/linux/compat/nf_conntrack_reasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 6312929

Please sign in to comment.