net/mlx5: introduce send scheduling devargs
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 46e66eb..84cd3e1 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. */
 };