DPDK
20.05.0
|
#include <rte_ethdev.h>
Data Fields | |
uint16_t | udp_port |
uint8_t | prot_type |
UDP tunneling configuration. Used to config the UDP port for a type of tunnel. NICs need the UDP port to identify the tunnel type. Normally a type of tunnel has a default UDP port, this structure can be used in case if the users want to change or support more UDP port.
Definition at line 1040 of file rte_ethdev.h.
uint16_t udp_port |
UDP port used for the tunnel.
Definition at line 1041 of file rte_ethdev.h.
uint8_t prot_type |
Tunnel type. Defined in rte_eth_tunnel_type.
Definition at line 1042 of file rte_ethdev.h.