DPDK
18.05.1
|
#include <rte_table_action.h>
Data Fields | |
uint64_t | encap_mask |
Encap action configuration (per table action profile).
Definition at line 441 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 448 of file rte_table_action.h.