net/cnxk: support telemetry
[dpdk.git] / drivers / net / cnxk / cnxk_tm.h
index f7470c2..419c551 100644 (file)
@@ -15,4 +15,9 @@ struct cnxk_nix_tm_node {
        struct rte_tm_node_params params;
 };
 
+struct cnxk_nix_tm_shaper_profile {
+       struct roc_nix_tm_shaper_profile profile;
+       struct rte_tm_shaper_params params; /* Rate in bits/sec */
+};
+
 #endif /* __CNXK_TM_H__ */