summaryrefslogtreecommitdiffstats
path: root/lib/librte_sched/rte_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_sched/rte_sched.h')
-rw-r--r--lib/librte_sched/rte_sched.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/librte_sched/rte_sched.h b/lib/librte_sched/rte_sched.h
index 5d2a688d..84fa896d 100644
--- a/lib/librte_sched/rte_sched.h
+++ b/lib/librte_sched/rte_sched.h
@@ -57,6 +57,7 @@ extern "C" {
*/
#include <sys/types.h>
+#include <rte_compat.h>
#include <rte_mbuf.h>
#include <rte_meter.h>
@@ -234,6 +235,26 @@ void
rte_sched_port_free(struct rte_sched_port *port);
/**
+ * @warning
+ * @b EXPERIMENTAL: this API may change without prior notice.
+ *
+ * Hierarchical scheduler pipe profile add
+ *
+ * @param port
+ * Handle to port scheduler instance
+ * @param params
+ * Pipe profile parameters
+ * @param pipe_profile_id
+ * Set to valid profile id when profile is added successfully.
+ * @return
+ * 0 upon success, error code otherwise
+ */
+int __rte_experimental
+rte_sched_port_pipe_profile_add(struct rte_sched_port *port,
+ struct rte_sched_pipe_params *params,
+ uint32_t *pipe_profile_id);
+
+/**
* Hierarchical scheduler subport configuration
*
* @param port