-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest version would coredump when enable kni #226
Comments
@jfb8856606 |
I do the test and it working properly. Show me your os and kernel version, and so on. |
Try to remove the single quote in section |
I used the old kernel modules igb_uio.ko and rte_kni.ko which cause my process coredump. With the related modules,it 's ok. |
I enable the kni in config.ini file ,and the start example/helloworld with start.sh script file, the process coredump with bellow backtrace. If I disable kni, this process would not coredump.
`## Kni config: if enabled and method=reject,'
'## all packets that do not belong to the following tcp_port and udp_port'
'## will transmit to kernel; if method=accept, all packets that belong to'
'## the following tcp_port and udp_port will transmit to kernel.'
'[kni]'
enable=1
method=reject
'## The format is same as port_list'
'#tcp_port=80,443'
'#udp_port=53'
(gdb) bt
#0 0x0000000000518e4c in rte_kni_tx_burst ()
#1 0x00000000004b3da3 in ff_kni_process ()
#2 0x00000000004aebbe in main_loop ()
#3 0x00000000004e5693 in rte_eal_mp_remote_launch ()
#4 0x00000000004b22e4 in ff_dpdk_run ()
#5 0x000000000040e54b in main (argc=, argv=) at main.c:139
The text was updated successfully, but these errors were encountered: