[dpdk-dev] RTE TIMER LIBRARY

2015-06-19 Thread Bruce Richardson
On Thu, Jun 18, 2015 at 08:57:45PM -0400, Yeddula, Avinash wrote: > Hello Dpdk-team, > > I have few very basic questions. In the DPDK timer sample application, the > periodic timer0's callback function is not called unless "rte_timer_manage()" > is called. I understand rte_timer_manage() functi

[dpdk-dev] RTE TIMER LIBRARY

2015-06-19 Thread Stephen Hemminger
Read the code??

[dpdk-dev] RTE TIMER LIBRARY

2015-06-18 Thread Yeddula, Avinash
Hello Dpdk-team, I have few very basic questions. In the DPDK timer sample application, the periodic timer0's callback function is not called unless "rte_timer_manage()" is called. I understand rte_timer_manage() function looks at all the expired timers in the core and runs them. Here are my