Home
last modified time | relevance | path

Searched refs:rte_mtr_create (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map140 rte_mtr_create;
H A Drte_mtr.h690 rte_mtr_create(uint16_t port_id,
H A Drte_mtr.c130 rte_mtr_create(uint16_t port_id, in rte_mtr_create() function
/dpdk/doc/guides/prog_guide/
H A Dtraffic_metering_and_policing.rst89 #. The application creates a meter object using the ``rte_mtr_create()`` API
H A Drte_flow.rst2171 rte_mtr_create() API function. The ID of the MTR object is specified as
/dpdk/app/test-flow-perf/
H A Dmain.c1142 ret = rte_mtr_create(port_id, counter, &params, 1, &error); in create_meter_rule()
1145 ret = rte_mtr_create(port_id, counter, &params, 0, &error); in create_meter_rule()
/dpdk/app/test-pmd/
H A Dcmdline_mtr.c809 ret = rte_mtr_create(port_id, mtr_id, &params, shared, &error); in cmd_create_port_meter_parsed()