doc: update timestamp validity for latency measurement
authorReshma Pattan <reshma.pattan@intel.com>
Thu, 4 Oct 2018 12:23:59 +0000 (13:23 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 19 Nov 2018 00:35:17 +0000 (01:35 +0100)
Updated the doc on how packets are marked to identify
their timestamp as valid and considered for latency
measurement.

Suggested-by: Bao-Long Tran <longtb5@viettel.com.vn>
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
doc/guides/prog_guide/metrics_lib.rst

index 5cbe17c..e68e4e7 100644 (file)
@@ -271,3 +271,12 @@ de-initialise the latency library.
 .. code-block:: c
 
     rte_latencystats_uninit();
+
+Timestamp and latency calculation
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The Latency stats library marks the time in the timestamp field of the
+mbuf for the ingress packets and sets the ``PKT_RX_TIMESTAMP`` flag of
+``ol_flags`` for the mbuf to indicate the marked time as a valid one.
+At the egress, the mbufs with the flag set are considered having valid
+timestamp and are used for the latency calculation.