| rte_flow_driver.h(3) | Library Functions Manual | rte_flow_driver.h(3) |
rte_flow_driver.h
#include <stdint.h>
#include 'rte_ethdev.h'
#include 'ethdev_driver.h'
#include 'rte_flow.h'
struct rte_flow_ops
const struct rte_flow_ops * rte_flow_ops_get
(uint16_t port_id, struct rte_flow_error *error)
int rte_flow_restore_info_dynflag_register (void)
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.
Get generic flow operations structure from a port.
Parameters
Returns
Register mbuf dynamic flag for rte_flow_get_restore_info.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |