]> git.droids-corp.org - dpdk.git/blobdiff - lib/stack/rte_stack.c
ethdev: announce migration to generic flow modify action
[dpdk.git] / lib / stack / rte_stack.c
index 10d3b2eeb3aeb833c77ebe6a9e04a02940c223cf..56bf2c8d6d3dbd3bd9ccaf6edb09d375b41c81c7 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #include <string.h>
+#include <sys/queue.h>
 
 #include <rte_string_fns.h>
-#include <rte_atomic.h>
 #include <rte_eal.h>
 #include <rte_eal_memconfig.h>
 #include <rte_errno.h>
@@ -194,4 +194,4 @@ rte_stack_lookup(const char *name)
        return r;
 }
 
-RTE_LOG_REGISTER(stack_logtype, lib.stack, NOTICE);
+RTE_LOG_REGISTER_DEFAULT(stack_logtype, NOTICE);