DPDK 22.11.5
|
Go to the source code of this file.
Data Structures | |
struct | rte_flow_ops |
Functions | |
const struct rte_flow_ops * | rte_flow_ops_get (uint16_t port_id, struct rte_flow_error *error) |
RTE generic flow 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_flow_driver.h.
const struct rte_flow_ops * rte_flow_ops_get | ( | uint16_t | port_id, |
struct rte_flow_error * | error | ||
) |
Get generic flow operations structure from a port.
port_id | Port identifier to query. | |
[out] | error | Pointer to flow error structure. |