Re: [dpdk-dev] [PATCH] doc: update timestamp validity for latency measurement

2018-11-18 Thread Thomas Monjalon
04/10/2018 14:23, Reshma Pattan: > Updated the doc on how packets are marked to identify > their timestamp as valid and considered for latency > measurement. > > Suggested-by: Bao-Long Tran > Signed-off-by: Reshma Pattan > --- > This change is relevant to the below patch and must be applied > af

Re: [dpdk-dev] [PATCH] doc: update timestamp validity for latency measurement

2018-11-14 Thread Kovacevic, Marko
> Updated the doc on how packets are marked to identify their timestamp as > valid and considered for latency measurement. > > Suggested-by: Bao-Long Tran > Signed-off-by: Reshma Pattan > > +Timestamp and latency calculation > +~ > + > +The Latency stats library m

[dpdk-dev] [PATCH] doc: update timestamp validity for latency measurement

2018-10-04 Thread Reshma Pattan
Updated the doc on how packets are marked to identify their timestamp as valid and considered for latency measurement. Suggested-by: Bao-Long Tran Signed-off-by: Reshma Pattan --- This change is relevant to the below patch and must be applied after that. http://patches.dpdk.org/patch/45328/ ---