aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tc_act/tc_ife.h
diff options
context:
space:
mode:
authorRoman Mashak <mrv@mojatatu.com>2017-10-11 10:50:29 -0400
committerDavid S. Miller <davem@davemloft.net>2017-10-12 22:13:20 -0700
commit8f04748016f3b583e675e0f649d42cfc10812a8b (patch)
tree9bcb35adbbfbec5601b624141f066d5fb3bdf362 /include/net/tc_act/tc_ife.h
parentvxge: Clean up unused variables in vxge-traffic (diff)
downloadlinux-dev-8f04748016f3b583e675e0f649d42cfc10812a8b.tar.xz
linux-dev-8f04748016f3b583e675e0f649d42cfc10812a8b.zip
net sched actions: change IFE modules alias names
Make style of module alias name consistent with other subsystems in kernel, for example net devices. Fixes: 084e2f6566d2 ("Support to encoding decoding skb mark on IFE action") Fixes: 200e10f46936 ("Support to encoding decoding skb prio on IFE action") Fixes: 408fbc22ef1e ("net sched ife action: Introduce skb tcindex metadata encap decap") Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tc_act/tc_ife.h')
-rw-r--r--include/net/tc_act/tc_ife.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tc_act/tc_ife.h b/include/net/tc_act/tc_ife.h
index 30ba459ddd34..104578f16062 100644
--- a/include/net/tc_act/tc_ife.h
+++ b/include/net/tc_act/tc_ife.h
@@ -40,7 +40,7 @@ struct tcf_meta_ops {
struct module *owner;
};
-#define MODULE_ALIAS_IFE_META(metan) MODULE_ALIAS("ifemeta" __stringify_1(metan))
+#define MODULE_ALIAS_IFE_META(metan) MODULE_ALIAS("ife-meta-" metan)
int ife_get_meta_u32(struct sk_buff *skb, struct tcf_meta_info *mi);
int ife_get_meta_u16(struct sk_buff *skb, struct tcf_meta_info *mi);