]> git.droids-corp.org - dpdk.git/commit
net/mlx5: support wait on time in Tx
authorViacheslav Ovsiienko <viacheslavo@nvidia.com>
Thu, 24 Feb 2022 10:55:01 +0000 (12:55 +0200)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 24 Feb 2022 12:46:57 +0000 (13:46 +0100)
commit49e8797619e4051aace11a0c8df6bc6959400d6b
treecbbbab89c6464991e520ccbd17a60e5f14718b1e
parent2f5122dfc41f4493a33d8ccd65ba89dd26624b6b
net/mlx5: support wait on time in Tx

The hardware since ConnectX-7 supports waiting on
specified moment of time with new introduced wait
descriptor. A timestamp can be directly placed
into descriptor and pushed to sending queue.
Once hardware encounter the wait descriptor the
queue operation is suspended till specified moment
of time. This patch update the Tx datapath to handle
this new hardware wait capability.

PMD documentation and release notes updated accordingly.

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
doc/guides/nics/mlx5.rst
doc/guides/rel_notes/release_22_03.rst
drivers/net/mlx5/mlx5_tx.h