DPDK  19.08.2
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 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 479 of file rte_flow.h.

Field Documentation

uint32_t id

VF ID.

Definition at line 480 of file rte_flow.h.


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