| rte_mtr_driver.h(3) | Library Functions Manual | rte_mtr_driver.h(3) |
rte_mtr_driver.h
#include <stdint.h>
#include <rte_errno.h>
#include 'rte_ethdev.h'
#include 'ethdev_driver.h'
#include 'rte_mtr.h'
static int rte_mtr_error_set (struct rte_mtr_error
*error, int code, enum rte_mtr_error_type type, const void *cause,
const char *message)
const struct rte_mtr_ops * rte_mtr_ops_get (uint16_t port_id, struct
rte_mtr_error *error)
RTE Generic Traffic Metering and Policing API (Driver Side)
This file provides implementation helpers for internal use by PMDs, they are not intended to be exposed to applications and are not subject to ABI versioning.
Definition in file rte_mtr_driver.h.
Initialize generic error structure.
This function also sets rte_errno to a given value.
Parameters
Returns
Definition at line 238 of file rte_mtr_driver.h.
Get generic traffic metering and policing operations structure from a port
Parameters
Returns
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |