Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix timer_period unit

2018-02-06 Thread Thomas Monjalon
> > The timer_period option specified by users via config file should have unit > > of > > 1 millisecond. However timer_period is internally converted to unit of 10 > > millisecond. > > > > Fixes: 4e14069328fc ("examples/ip_pipeline: measure CPU utilization") Cc: sta...@dpdk.org > > Signed-off-

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix timer_period unit

2018-02-06 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of > long...@viettel.com.vn > Sent: Wednesday, January 31, 2018 8:48 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; longtb5 > Subject: [dpdk-dev] [PATCH] examples/ip_pipeline: fix timer_period unit > > The time