Struct DpdkBackend::E2eAddress

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.