Searched defs:port_param (Results 1 – 2 of 2) sorted by relevance
27 struct port_param { struct28 int num_metric_ids;29 uint32_t metric_ids[RTE_METRICS_MAX_METRICS];30 int num_port_ids;31 uint32_t port_ids[RTE_MAX_ETHPORTS];
71 static struct rte_sched_port_params port_param = { variable