bmv2
Designing your own switch target with bmv2
|
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... | |
using bm::copy_id_t = typedef uint64_t |
Integral type used to distinguish between different clones of a packet.
using bm::packet_id_t = typedef uint64_t |
Integral type used to identify a given data packet.
using bm::port_t = typedef uint32_t |
Integral type used to identify a given port.