DPDK
17.05.2
|
#include <rte_flow.h>
Data Fields | |
uint32_t | id |
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 342 of file rte_flow.h.
uint32_t id |
Destination VF ID.
Definition at line 343 of file rte_flow.h.