|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_QOS_MAP_CMDS_H__
17 #define __VOM_QOS_MAP_CMDS_H__
22 #include <vapi/qos.api.vapi.hpp>
The VPP Object Model (VOM) library.
rc_t issue(connection &con)
Issue the command to VPP/HW.
bool operator==(const dump_cmd &i) const
Comparison operator - only used for UT.
A base class for all RPC commands to VPP.
std::array< std::array< bits_t, 256 >, 4 > outputs_t
bool operator==(const delete_cmd &i) const
Comparison operator - only used for UT.
A cmd class that Dumps all the GBP endpoints.
A command class that creates or updates the GBP endpoint.
A cmd class that deletes a GBP endpoint.
bool operator==(const create_cmd &i) const
Comparison operator - only used for UT.
A representation of the connection to VPP.
sll srl srl sll sra u16x4 i
std::string to_string() const
convert to string format for debug purposes
HW::item< bool > & item()
return the HW item the command updates
std::string to_string() const
convert to string format for debug purposes
create_cmd(HW::item< bool > &item, uint32_t id, const map::outputs_t &o)
Constructor.
rc_t issue(connection &con)
Issue the command to VPP/HW.
std::string to_string() const
convert to string format for debug purposes
Error codes that VPP will return during a HW write.
A base class for VPP dump commands.
rc_t issue(connection &con)
Issue the command to VPP/HW.
delete_cmd(HW::item< bool > &item, uint32_t id)
Constructor.