You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我起动一个f-stack进程,然后需要用工具arp,命令如下./arp -p 1 -s 172.168.18.2 06:29:48:55:8d:2,但是初始化就崩溃了。崩溃栈如下
#0 0x0000000000000000 in ?? () #1 0x000000000040accc in rte_mempool_ops_dequeue_bulk (mp=0x1552f1c80, obj_table=0x1552f1d50, n=513) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:657 #2 0x000000000040afdf in __mempool_generic_get (cache=0x1552f1d40, n=1, obj_table=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1363 #3 rte_mempool_generic_get (cache=0x1552f1d40, n=1, obj_table=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1426 #4 rte_mempool_get_bulk (n=1, obj_table=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1459 #5 rte_mempool_get (obj_p=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1485 #6 ff_ipc_msg_alloc () at ff_ipc.c:94 #7 0x000000000040c687 in rtioctl (data=0x611b80 <m_rtmsg> "\250", len=168, read_len=664) at rtioctl.c:79 #8 0x00000000004032be in rtmsg (cmd=4, dst=0x611b60 , sdl=0x7fffffffe3c0) at arp.c:825 #9 0x00000000004023ab in set (argc=-1, argv=0x7fffffffe548) at arp.c:421 #10 0x0000000000401c4c in main (argc=2, argv=0x7fffffffe538) at arp.c:210
The text was updated successfully, but these errors were encountered:
我起动一个f-stack进程,然后需要用工具arp,命令如下./arp -p 1 -s 172.168.18.2 06:29:48:55:8d:2,但是初始化就崩溃了。崩溃栈如下
#0 0x0000000000000000 in ?? ()
#1 0x000000000040accc in rte_mempool_ops_dequeue_bulk (mp=0x1552f1c80, obj_table=0x1552f1d50, n=513) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:657
#2 0x000000000040afdf in __mempool_generic_get (cache=0x1552f1d40, n=1, obj_table=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1363
#3 rte_mempool_generic_get (cache=0x1552f1d40, n=1, obj_table=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1426
#4 rte_mempool_get_bulk (n=1, obj_table=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1459
#5 rte_mempool_get (obj_p=0x7fffffffe208, mp=0x1552f1c80) at /data/middleman_email/dpdk/mynative/include/rte_mempool.h:1485
#6 ff_ipc_msg_alloc () at ff_ipc.c:94
#7 0x000000000040c687 in rtioctl (data=0x611b80 <m_rtmsg> "\250", len=168, read_len=664) at rtioctl.c:79
#8 0x00000000004032be in rtmsg (cmd=4, dst=0x611b60 , sdl=0x7fffffffe3c0) at arp.c:825
#9 0x00000000004023ab in set (argc=-1, argv=0x7fffffffe548) at arp.c:421
#10 0x0000000000401c4c in main (argc=2, argv=0x7fffffffe538) at arp.c:210
The text was updated successfully, but these errors were encountered: