]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/mlx5/windows/mlx5_glue.h
net/mlx5: support clock read on Windows
[dpdk.git] / drivers / common / mlx5 / windows / mlx5_glue.h
index f2261ec7ac23492da98df4c306a967d146d4a113..bfaaa2a49389788a7220a4d68830256c63dd6a4d 100644 (file)
@@ -51,6 +51,7 @@ struct mlx5_glue {
        void *(*devx_fs_rule_add)(void *ctx, void *in, uint32_t inlen);
        int (*devx_fs_rule_del)(void *flow);
        int (*devx_query_eqn)(void *context, uint32_t cpus, uint32_t *eqn);
+       int (*query_rt_values)(void *ctx, void *devx_clock);
 };
 
 extern const struct mlx5_glue *mlx5_glue;