DPDK  16.11.11
Data Fields
ether_addr Struct Reference

#include <rte_ether.h>

Data Fields

uint8_t addr_bytes [ETHER_ADDR_LEN]
 

Detailed Description

Ethernet address: A universally administered address is uniquely assigned to a device by its manufacturer. The first three octets (in transmission order) contain the Organizationally Unique Identifier (OUI). The following three (MAC-48 and EUI-48) octets are assigned by that organization with the only constraint of uniqueness. A locally administered address is assigned to a device by a network administrator and does not contain OUIs. See http://standards.ieee.org/regauth/groupmac/tutorial.html

Examples:
bond/main.c, distributor/main.c, dpdk_qat/main.c, ethtool/ethtool-app/ethapp.c, ethtool/ethtool-app/main.c, ethtool/lib/rte_ethtool.c, ip_fragmentation/main.c, ip_pipeline/init.c, ip_pipeline/pipeline/pipeline_common_fe.c, ip_pipeline/pipeline/pipeline_routing.c, ip_reassembly/main.c, ipv4_multicast/main.c, l2fwd-crypto/main.c, l2fwd-jobstats/main.c, l2fwd-keepalive/main.c, l2fwd/main.c, l3fwd-acl/main.c, l3fwd-power/main.c, l3fwd-vf/main.c, l3fwd/main.c, link_status_interrupt/main.c, multi_process/client_server_mp/mp_server/main.c, multi_process/l2fwd_fork/main.c, packet_ordering/main.c, performance-thread/l3fwd-thread/main.c, ptpclient/ptpclient.c, quota_watermark/qw/main.c, rxtx_callbacks/main.c, skeleton/basicfwd.c, tep_termination/main.c, vhost/main.c, vhost_xen/main.c, vhost_xen/vhost_monitor.c, vmdq/main.c, and vmdq_dcb/main.c.

Definition at line 86 of file rte_ether.h.

Field Documentation

uint8_t addr_bytes[ETHER_ADDR_LEN]

The documentation for this struct was generated from the following file: