From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix timer_period unit Date: Tue, 06 Feb 2018 19:45:13 +0100 Message-ID: <9949115.D6utocCVvC@xps> References: <1517388677-17533-1-git-send-email-longtb5@viettel.com.vn> <54CBAA185211B4429112C315DA58FF6D332F4B8D@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Singh, Jasvinder" , "Dumitrescu, Cristian" , stable@dpdk.org To: "longtb5@viettel.com.vn" Return-path: In-Reply-To: <54CBAA185211B4429112C315DA58FF6D332F4B8D@IRSMSX103.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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: stable@dpdk.org > > Signed-off-by: Bao-Long Tran > > Reviewed-by: Jasvinder Singh Applied, thanks