5 #ifndef __INCLUDE_RTE_SCHED_H__
6 #define __INCLUDE_RTE_SCHED_H__
59 #include <sys/types.h>
60 #include <rte_compat.h>
72 #define RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE 4
75 #define RTE_SCHED_QUEUES_PER_TRAFFIC_CLASS 4
78 #define RTE_SCHED_QUEUES_PER_PIPE \
79 (RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE * \
80 RTE_SCHED_QUEUES_PER_TRAFFIC_CLASS)
85 #ifndef RTE_SCHED_PIPE_PROFILES_PER_PORT
86 #define RTE_SCHED_PIPE_PROFILES_PER_PORT 256
99 #ifndef RTE_SCHED_FRAME_OVERHEAD_DEFAULT
100 #define RTE_SCHED_FRAME_OVERHEAD_DEFAULT 24
112 struct rte_sched_subport_params {
153 struct rte_sched_pipe_params {
163 #ifdef RTE_SCHED_SUBPORT_TC_OV
164 uint8_t tc_ov_weight;
177 uint32_t n_pkts_red_dropped;
225 struct rte_sched_port *
252 int __rte_experimental
254 struct rte_sched_pipe_params *params,
255 uint32_t *pipe_profile_id);
272 struct rte_sched_subport_params *params);
292 int32_t pipe_profile);
373 uint32_t subport, uint32_t pipe, uint32_t traffic_class,
396 uint32_t *subport, uint32_t *pipe,
397 uint32_t *traffic_class, uint32_t *queue);
400 rte_sched_port_pkt_read_color(
const struct rte_mbuf *pkt);
void rte_sched_port_pkt_read_tree_path(const struct rte_mbuf *pkt, uint32_t *subport, uint32_t *pipe, uint32_t *traffic_class, uint32_t *queue)
void rte_sched_port_pkt_write(struct rte_mbuf *pkt, uint32_t subport, uint32_t pipe, uint32_t traffic_class, uint32_t queue, enum rte_meter_color color)
uint32_t n_bytes_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
uint32_t n_subports_per_port
uint32_t n_pkts_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
int rte_sched_port_dequeue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts)
uint16_t qsize[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
int rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts)
uint32_t n_bytes_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
struct rte_sched_port * rte_sched_port_config(struct rte_sched_port_params *params)
uint32_t rte_sched_port_get_memory_footprint(struct rte_sched_port_params *params)
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)
#define RTE_SCHED_QUEUES_PER_PIPE
int rte_sched_subport_read_stats(struct rte_sched_port *port, uint32_t subport_id, struct rte_sched_subport_stats *stats, uint32_t *tc_ov)
void rte_sched_port_free(struct rte_sched_port *port)
int rte_sched_queue_read_stats(struct rte_sched_port *port, uint32_t queue_id, struct rte_sched_queue_stats *stats, uint16_t *qlen)
struct rte_sched_pipe_params * pipe_profiles
#define RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE
uint32_t n_pkts_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
uint32_t n_pipes_per_subport
int rte_sched_pipe_config(struct rte_sched_port *port, uint32_t subport_id, uint32_t pipe_id, int32_t pipe_profile)
int rte_sched_subport_config(struct rte_sched_port *port, uint32_t subport_id, struct rte_sched_subport_params *params)