]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.h
net/mlx5: introduce send scheduling devargs
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 46e66eb1c6dde52067f6278cda261b49553d04d9..84cd3e1252b9bd852efae7aa52c43c861d46a66e 100644 (file)
@@ -240,6 +240,8 @@ struct mlx5_dev_config {
        int txq_inline_min; /* Minimal amount of data bytes to inline. */
        int txq_inline_max; /* Max packet size for inlining with SEND. */
        int txq_inline_mpw; /* Max packet size for inlining with eMPW. */
+       int tx_pp; /* Timestamp scheduling granularity in nanoseconds. */
+       int tx_skew; /* Tx scheduling skew between WQE and data on wire. */
        struct mlx5_hca_attr hca_attr; /* HCA attributes. */
        struct mlx5_lro_config lro; /* LRO configuration. */
 };