Re: [dpdk-dev] Reg DPDK EAL log-level=8 options is not throwing any DEBUG messages in /var/log/messages

2021-03-10 Thread Shanmugasundaram M
can i use ./sources/dpdk-18.11/drivers/net/vmxnet3/vmxnet3_ethdev.c:1422: rte_log_set_level(vmxnet3_logtype_driver, RTE_LOG_WARNING); after EAL driver routine completes ( pci_common.c, etc) its initialization ? Please let me know where do i need to call rte_log_set_level() in EAL driver init co

Re: [dpdk-dev] Reg DPDK EAL log-level=8 options is not throwing any DEBUG messages in /var/log/messages

2021-03-10 Thread Stephen Hemminger
On Wed, 10 Mar 2021 23:49:17 +0530 Shanmugasundaram M wrote: > THanks Steven for the quick response. I want to enable EAL module > (complete logging at debug level ) only during bootup of fastpath. Once > bootup is done, i want to move this module log-level to default/ original. > Currently I'm

Re: [dpdk-dev] Reg DPDK EAL log-level=8 options is not throwing any DEBUG messages in /var/log/messages

2021-03-10 Thread Shanmugasundaram M
THanks Steven for the quick response. I want to enable EAL module (complete logging at debug level ) only during bootup of fastpath. Once bootup is done, i want to move this module log-level to default/ original. Currently I'm using --log-level='.*',8 along with ./sources/fp/common/fp-var.h

Re: [dpdk-dev] Reg DPDK EAL log-level=8 options is not throwing any DEBUG messages in /var/log/messages

2021-03-09 Thread Stephen Hemminger
On Wed, 10 Mar 2021 00:30:24 +0530 Shanmugasundaram M wrote: > Dear Team, > > we are using 18.11.1-6WIND DPDK. we are trying to get EAL Debug messages > and we are not able to see any one from them in /var/log/messages. Kindly > let me know --log-level=8 is enough or --log-level=*8 is correct O

[dpdk-dev] Reg DPDK EAL log-level=8 options is not throwing any DEBUG messages in /var/log/messages

2021-03-09 Thread Shanmugasundaram M
Dear Team, we are using 18.11.1-6WIND DPDK. we are trying to get EAL Debug messages and we are not able to see any one from them in /var/log/messages. Kindly let me know --log-level=8 is enough or --log-level=*8 is correct OR --log-level=eal,debug is correct ? Appreciate your quick response. reg