DPDK  17.05.2
Data Fields
rte_flow_action_vf Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t original:1
uint32_t reserved:31
uint32_t id

Detailed Description

RTE_FLOW_ACTION_TYPE_VF

Redirects packets to a virtual function (VF) of the current device.

Packets matched by a VF pattern item can be redirected to their original VF ID instead of the specified one. This parameter may not be available and is not guaranteed to work properly if the VF part is matched by a prior flow rule or if packets are not addressed to a VF in the first place.

Terminating by default.

Definition at line 970 of file rte_flow.h.

Field Documentation

uint32_t original

Use original VF ID if possible.

Definition at line 971 of file rte_flow.h.

uint32_t reserved

Reserved, must be zero.

Definition at line 972 of file rte_flow.h.

uint32_t id

VF ID to redirect packets to.

Definition at line 973 of file rte_flow.h.


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