I have tried that now, and it's working.
Thanks,
Ewan
yug...@telincn.com
From: Damjan Marion
Date: 2017-01-16 23:16
To: yugang
CC: Dave Barach (dbarach); vpp-dev
Subject: Re: [vpp-dev] rte_timer
Have you considered to use process nodes instead?
If you search forvlib_process_suspen
0fe53 in main (argc=26, argv=0xb08810) at
> /usr/src/VPP16/vpp1609/build-data/../vpp/vnet/main.c:271
> (gdb)
> yug...@telincn.com <mailto:yug...@telincn.com>
>
> From: Dave Barach (dbarach) <mailto:dbar...@cisco.com>
> Date: 2017-01-15 21:45
> To: yug...@telincn.com <mail
ug...@telincn.com; vpp-dev
Subject: RE: [vpp-dev] rte_timer
Vpp already calls rte_eal_init(...) in .../src/vnet/dpdk/init.c:dpdk_config().
Please don’t call rte_eal_init(..) elsewhere, it simply won’t work.
At a higher level: what are you trying to do? It’s hard to provide meaningful
help
Vpp already calls rte_eal_init(...) in .../src/vnet/dpdk/init.c:dpdk_config().
Please don't call rte_eal_init(..) elsewhere, it simply won't work.
At a higher level: what are you trying to do? It's hard to provide meaningful
help with so little information.
Thanks... Dave
From: vpp-dev-boun...