Re: [vpp-dev] Timer expiry spikes in TW timer implementation

2018-12-12 Thread shaligram.prakash
gt; > > Dave > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of * > shaligra...@gmail.com > *Sent:* Saturday, December 8, 2018 1:54 PM > *To:* vpp-dev@lists.fd.io > *Subject:* [vpp-dev] Timer expiry spikes in TW timer implementation > > > > Hi, >

Re: [vpp-dev] Timer expiry spikes in TW timer implementation

2018-12-08 Thread Dave Barach via Lists.Fd.Io
-dev@lists.fd.io On Behalf Of shaligra...@gmail.com Sent: Saturday, December 8, 2018 1:54 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Timer expiry spikes in TW timer implementation Hi, I am trying to implement single 10sec precision periodic timer using TW. Below is the config. using

[vpp-dev] Timer expiry spikes in TW timer implementation

2018-12-08 Thread shaligram27
Hi, I am trying to implement single 10sec precision periodic timer using TW. Below is the config. using the reference from test_tw_timer.c (Really helpful). tw_timer_wheel_init_2t_1w_2048sl with 0.1 sec granularity. tw_timer_start_2t_1w_2048sl with 100 as ticks. I have used the process node