Hi Any idea, how to enable debug logs for DPDK applications.i have added these lines one by one in the main file. 1. #define DEBUG 2.rte_set_log_level(DEBUG) 3.rte_set_log_type(PMOD,1)
also while run the APP, i have added " --log-type 8 ", but i didnt get expected logs. Can some one point me, what did i missed. or how can enable DEBUG LOGS. -- Thanks Sakthivel S OM
