DPDK  18.05.1
Data Fields
rte_flow_desc Struct Reference

#include <rte_flow.h>

Data Fields

size_t size
struct rte_flow_attr attr
struct rte_flow_itemitems
struct rte_flow_action * actions
uint8_t data []

Detailed Description

Generic flow representation.

This form is sufficient to describe an rte_flow independently from any PMD implementation and allows for replayability and identification.

Definition at line 2170 of file rte_flow.h.

Field Documentation

size_t size

Allocated space including data[].

Definition at line 2171 of file rte_flow.h.

struct rte_flow_attr attr

Attributes.

Definition at line 2172 of file rte_flow.h.

struct rte_flow_item* items

Items.

Definition at line 2173 of file rte_flow.h.

struct rte_flow_action* actions

Actions.

Definition at line 2174 of file rte_flow.h.

uint8_t data[]

Storage for items/actions.

Definition at line 2175 of file rte_flow.h.


The documentation for this struct was generated from the following file: