DPDK  17.02.1
Data Fields
rte_flow_item_vf Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t id

Detailed Description

RTE_FLOW_ITEM_TYPE_VF

Matches packets addressed to a virtual function ID of the device.

If the underlying device function differs from the one that would normally receive the matched traffic, specifying this item prevents it from reaching that device unless the flow rule contains a VF action. Packets are not duplicated between device instances by default.

A zeroed mask can be used to match any VF ID.

Definition at line 325 of file rte_flow.h.

Field Documentation

uint32_t id

Destination VF ID.

Definition at line 326 of file rte_flow.h.


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