Re: [dpdk-dev] [PATCH v3] doc: add timestamp upper limitation in mlx5 guide

2020-08-05 Thread Thomas Monjalon
05/08/2020 17:26, Thomas Monjalon: > From: Viacheslav Ovsiienko > > Add description about Tx scheduling timestamp upper limit. > If timestamp exceed 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:

[dpdk-dev] [PATCH v3] doc: add timestamp upper limitation in mlx5 guide

2020-08-05 Thread Thomas Monjalon
From: Viacheslav Ovsiienko Add description about Tx scheduling timestamp upper limit. If timestamp exceed 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 Signed-off-by: Thomas Monjal