Go to the documentation of this file.
25 #include <sys/queue.h>
117 #define RTE_REGISTER_CLASS(nm, cls) \
118 RTE_INIT_PRIO(classinitfn_ ##nm, CLASS) \
120 (cls).name = RTE_STR(nm); \
121 rte_class_register(&cls); \
124 #define RTE_UNREGISTER_CLASS(nm, cls) \
125 RTE_FINI_PRIO(classfinifn_ ##nm, CLASS) \
127 rte_class_unregister(&cls); \