]> git.droids-corp.org - dpdk.git/commit
net/mlx5: configure Tx queue with send on time offload
authorViacheslav Ovsiienko <viacheslavo@nvidia.com>
Thu, 24 Feb 2022 10:55:00 +0000 (12:55 +0200)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 24 Feb 2022 12:46:56 +0000 (13:46 +0100)
commit2f5122dfc41f4493a33d8ccd65ba89dd26624b6b
tree2d3db716fa690172bd9aae17f226b286e93bb6a9
parent7dac7abe0a7b5d6ab38827245935e7f35a4bf013
net/mlx5: configure Tx queue with send on time offload

The wait on time configuration flag is copied to the Tx queue
structure due to performance considerations. Timestamp
mask is prepared and stored in queue structure as well.

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/linux/mlx5_verbs.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_devx.c
drivers/net/mlx5/mlx5_tx.h
drivers/net/mlx5/mlx5_txq.c