DPDK
make-f/builddir/build/BUILD/dpdk-stable-16.11.2/mk/rte.sdkconfig.mkshowversion
|
#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 785 of file rte_ethdev.h.
uint16_t udp_port |
UDP port used for the tunnel.
Definition at line 786 of file rte_ethdev.h.
uint8_t prot_type |
Tunnel type. Defined in rte_eth_tunnel_type.
Definition at line 787 of file rte_ethdev.h.