bmv2
Designing your own switch target with bmv2
Classes | Typedefs
packet.h File Reference

Go to the source code of this file.

Classes

class  bm::Packet
 

Typedefs

using bm::packet_id_t = uint64_t
 Integral type used to identify a given data packet. More...
 
using bm::copy_id_t = uint64_t
 Integral type used to distinguish between different clones of a packet. More...
 
using bm::port_t = uint32_t
 Integral type used to identify a given port. More...
 

Typedef Documentation

◆ copy_id_t

using bm::copy_id_t = typedef uint64_t

Integral type used to distinguish between different clones of a packet.

◆ packet_id_t

using bm::packet_id_t = typedef uint64_t

Integral type used to identify a given data packet.

◆ port_t

using bm::port_t = typedef uint32_t

Integral type used to identify a given port.