trace: add trace bufsize configuration parameter
[dpdk.git] / lib / librte_eal / common / eal_common_trace.c
index 9738903..5a365c6 100644 (file)
@@ -66,6 +66,9 @@ eal_trace_init(void)
         */
        trace_uuid_generate();
 
+       /* Apply buffer size configuration for trace output */
+       trace_bufsz_args_apply();
+
        /* Generate CTF TDSL metadata */
        if (trace_metadata_create() < 0)
                goto fail;