DPDK
18.05.1
|
#include <rte_flow.h>
Data Fields | |
uint32_t | id |
RTE_FLOW_ITEM_TYPE_VF
Matches traffic originating from (ingress) or going to (egress) a given virtual function of the current device.
If supported, should work even if the virtual function is not managed by the application and thus not associated with a DPDK port ID.
Note this pattern item does not match VF representors traffic which, as separate entities, should be addressed through their own DPDK port IDs.
A zeroed mask can be used to match any VF ID.
Definition at line 458 of file rte_flow.h.
uint32_t id |
VF ID.
Definition at line 459 of file rte_flow.h.