regex/mlx5: add log macros
[dpdk.git] / drivers / regex / mlx5 / mlx5_regex.c
index b942a75..922c236 100644 (file)
@@ -3,3 +3,8 @@
  */
 
 #include "mlx5_regex.h"
+#include "mlx5_regex_utils.h"
+
+int mlx5_regex_logtype;
+
+RTE_LOG_REGISTER(mlx5_regex_logtype, pmd.regex.mlx5, NOTICE)