Re: [vpp-dev] rte_timer

2017-01-16 Thread yug...@telincn.com
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

Re: [vpp-dev] rte_timer

2017-01-16 Thread Damjan Marion
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

Re: [vpp-dev] rte_timer

2017-01-15 Thread yug...@telincn.com
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

Re: [vpp-dev] rte_timer

2017-01-15 Thread Dave Barach (dbarach)
m: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of yug...@telincn.com Sent: Sunday, January 15, 2017 6:38 AM To: vpp-dev Subject: [vpp-dev] rte_timer Hi, all. If i would like to use dpdk timer, what extra configuration i need to make? Since that if i just call func &

[vpp-dev] rte_timer

2017-01-15 Thread yug...@telincn.com
Hi, all. If i would like to use dpdk timer, what extra configuration i need to make? Since that if i just call func " rte_eal_init(argc, argv)" in vpp, it always reminds me that there is not enough DPDK mem, why? Regards, Ewan. yug...@telincn.com _