doc: add timestamp upper limitation in mlx5 guide
authorViacheslav Ovsiienko <viacheslavo@mellanox.com>
Mon, 27 Jul 2020 15:51:04 +0000 (15:51 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 5 Aug 2020 15:31:47 +0000 (17:31 +0200)
Add description about Tx scheduling timestamp upper limit.
If timestamp exceeds the value, it is marked by PMD as being
into "too-distant-future" and not scheduled at all
(is being sent without any wait).

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/nics/mlx5.rst

index 90202c0..211c0c5 100644 (file)
@@ -253,6 +253,14 @@ Limitations
   reported via device xstats to assist applications to detect the
   time-related problems.
 
+  The timestamp upper "too-distant-future" limit
+  at the moment of invoking the Tx burst routine
+  can be estimated as ``tx_pp`` option (in nanoseconds) multiplied by 2^23.
+  Please note, for the testpmd txonly mode,
+  the limit is deduced from the expression::
+
+        (n_tx_descriptors / burst_size + 1) * inter_burst_gap
+
   There is no any packet reordering according timestamps is supposed,
   neither within packet burst, nor between packets, it is an entirely
   application responsibility to generate packets and its timestamps