]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/cnxk/cnxk_tm.h
net/cnxk: support Rx security offload on cn10k
[dpdk.git] / drivers / net / cnxk / cnxk_tm.h
index f7470c263484be0319b217c099dc6965e76ab299..419c551bcbd8610df57b57f538cd85fbafad9753 100644 (file)
@@ -15,4 +15,9 @@ struct cnxk_nix_tm_node {
        struct rte_tm_node_params params;
 };
 
        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__ */
 #endif /* __CNXK_TM_H__ */