|
DPDK 25.11.3
|
#include <rte_table_action.h>
Data Structures | |
| union | [union].__unnamed0__ |
Data Fields | |
| uint64_t | encap_mask |
Encap action configuration (per table action profile).
Definition at line 500 of file rte_table_action.h.
| uint64_t encap_mask |
Bit mask defining the set of packet encapsulations enabled for the current table action profile. If bit (1 << N) is set in encap_mask, then packet encapsulation N is enabled, otherwise it is disabled.
Definition at line 507 of file rte_table_action.h.