eal: set log level from command line
[dpdk.git] / lib / librte_eal / linuxapp / eal / include / eal_internal_cfg.h
index 498ade2..8749390 100644 (file)
@@ -77,6 +77,7 @@ struct internal_config {
        volatile uint64_t socket_mem[RTE_MAX_NUMA_NODES]; /**< amount of memory per socket */
        uintptr_t base_virtaddr;          /**< base address to try and reserve memory from */
        volatile int syslog_facility;     /**< facility passed to openlog() */
+       volatile uint32_t log_level;      /**< default log level */
        /** default interrupt mode for VFIO */
        volatile enum rte_intr_mode vfio_intr_mode;
        const char *hugefile_prefix;      /**< the base filename of hugetlbfs files */