Struct DpdkBackend::E2eAddress¶
Defined in File dpdk_backend.h
Nested Relationships¶
This struct is a nested type of Class DpdkBackend.
Struct Documentation¶
-
struct
switchml::DpdkBackend::E2eAddress A struct to store an end to end network address.
Public Members
-
uint64_t
mac An 8 bytes integer with the first 6 bytes representing the MAC address
-
uint32_t
ip A 4 byte integer representing the IP address.
-
uint16_t
port The 2 bytes integer representing the UDP port.
-
uint64_t