Searched refs:rte_mtr_create (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | version.map | 140 rte_mtr_create;
|
| H A D | rte_mtr.h | 690 rte_mtr_create(uint16_t port_id,
|
| H A D | rte_mtr.c | 130 rte_mtr_create(uint16_t port_id, in rte_mtr_create() function
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | traffic_metering_and_policing.rst | 89 #. The application creates a meter object using the ``rte_mtr_create()`` API
|
| H A D | rte_flow.rst | 2171 rte_mtr_create() API function. The ID of the MTR object is specified as
|
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 1142 ret = rte_mtr_create(port_id, counter, ¶ms, 1, &error); in create_meter_rule() 1145 ret = rte_mtr_create(port_id, counter, ¶ms, 0, &error); in create_meter_rule()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_mtr.c | 809 ret = rte_mtr_create(port_id, mtr_id, ¶ms, shared, &error); in cmd_create_port_meter_parsed()
|