Re: [dpdk-dev] [PATCH v11 5/7] mbuf: add a timestamp to the mbuf for latencystats

2017-03-10 Thread Van Haaren, Harry
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Cc: dev@dpdk.org; Van Haaren, Harry ; Thomas > Monjalon > ; Pattan, Reshma > Subject: Re: [dpdk-dev] [PATCH v11 5/7] mbuf: add a timestamp to the mbuf for > latencystats > > On Thu, 9 Mar 2017 16:25:32 +0

Re: [dpdk-dev] [PATCH v11 5/7] mbuf: add a timestamp to the mbuf for latencystats

2017-03-09 Thread Stephen Hemminger
On Thu, 9 Mar 2017 16:25:32 + Remy Horton wrote: > From: Harry van Haaren > > This commit adds a uint64_t to the mbuf struct, > allowing collection of latency and jitter statistics > by measuring packet I/O timestamps. This change is > required by the latencystats library. > > Signed-off-

[dpdk-dev] [PATCH v11 5/7] mbuf: add a timestamp to the mbuf for latencystats

2017-03-09 Thread Remy Horton
From: Harry van Haaren This commit adds a uint64_t to the mbuf struct, allowing collection of latency and jitter statistics by measuring packet I/O timestamps. This change is required by the latencystats library. Signed-off-by: Reshma Pattan Signed-off-by: Harry van Haaren --- lib/librte_mbuf