Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-24 Thread Olivier MATZ
On Wed, 18 Jan 2017 21:11:28 +0100, Olivier Matz wrote: > Hi guys, > > On Tue, 17 Jan 2017 21:55:16 +0530, Jerin Jacob > > Oliver, > > > > Could you please suggest how to proceed further? > > > > Sorry for the lack of response. I know people are waiting for > me, but these days I have too ma

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-18 Thread Olivier Matz
Hi guys, On Tue, 17 Jan 2017 21:55:16 +0530, Jerin Jacob > Oliver, > > Could you please suggest how to proceed further? > Sorry for the lack of response. I know people are waiting for me, but these days I have too many things to do at the same time, and it's difficult to find time. In few word

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-17 Thread Jerin Jacob
pdk.org; Pattan, Reshma > > ; Thomas Monjalon ; > > olivier.m...@6wind.com > > Subject: Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency > > stats > > > > On Tue, Jan 17, 2017 at 11:19:24AM +, Mcnamara, John wrote: > > > > -Orig

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-17 Thread Mcnamara, John
nuary 17, 2017 4:30 AM > > > To: Horton, Remy > > > Cc: dev@dpdk.org; Pattan, Reshma ; Thomas > > > Monjalon > > > Subject: Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for > > > latency stats > > > > > > On Mon, Jan 16, 2017 at 04

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-17 Thread Jerin Jacob
, Reshma ; Thomas > > Monjalon > > Subject: Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency > > stats > > > > On Mon, Jan 16, 2017 at 04:19:32PM +, Remy Horton wrote: > > > From: Reshma Pattan > > > > > > Add a library designe

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-17 Thread Van Haaren, Harry
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Remy Horton > Sent: Monday, January 16, 2017 4:20 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Thomas Monjalon > > Subject: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats > > From: Reshma Patt

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-17 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jerin Jacob > Sent: Tuesday, January 17, 2017 4:30 AM > To: Horton, Remy > Cc: dev@dpdk.org; Pattan, Reshma ; Thomas > Monjalon > Subject: Re: [dpdk-dev] [PATCH v7 5/6] lib: added new librar

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-16 Thread Jerin Jacob
On Tue, Jan 17, 2017 at 06:48:30AM +, Remy Horton wrote: > > On 17/01/2017 04:29, Jerin Jacob wrote: > [..] > > It is a value added feature for DPDK. But what is the plan for incorporating > > the mbuf change? I have 8 month old mbuf change for ARM for natural > > alignment. If we are acceptin

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-16 Thread Remy Horton
On 17/01/2017 04:29, Jerin Jacob wrote: [..] It is a value added feature for DPDK. But what is the plan for incorporating the mbuf change? I have 8 month old mbuf change for ARM for natural alignment. If we are accepting any mbuf change then we need to include outstanding mbuf changes to avoid f

Re: [dpdk-dev] [PATCH v7 5/6] lib: added new library for latency stats

2017-01-16 Thread Jerin Jacob
On Mon, Jan 16, 2017 at 04:19:32PM +, Remy Horton wrote: > From: Reshma Pattan > > Add a library designed to calculate latency statistics and report them > to the application when queried. The library measures minimum, average and > maximum latencies, and jitter in nano seconds. The current i