FD.io VPP
v21.01.1
Vector Packet Processing
|
A command class that binds an interface to an L3 table. More...
Public Member Functions | |
set_table_cmd (HW::item< route::table_id_t > &item, const l3_proto_t &proto, const HW::item< handle_t > &h) | |
Constructor taking the HW::item to update and the name handle of the interface whose table is to change. More... | |
rc_t | issue (connection &con) |
Issue the command to VPP/HW. More... | |
std::string | to_string () const |
convert to string format for debug purposes More... | |
bool | operator== (const set_table_cmd &i) const |
Comparison operator - only used for UT. More... | |
Public Member Functions inherited from VOM::rpc_cmd< HW::item< route::table_id_t >, vapi::Sw_interface_set_table > | |
rpc_cmd (HW::item< route::table_id_t > &item) | |
Constructor taking the HW item that will be updated by the command. More... | |
virtual | ~rpc_cmd () |
Desructor. More... | |
HW::item< route::table_id_t > & | item () |
return the HW item the command updates More... | |
const HW::item< route::table_id_t > & | item () const |
return the const HW item the command updates More... | |
void | fulfill (const HW::item< route::table_id_t > &d) |
Fulfill the commands promise. More... | |
rc_t | wait () |
Wait on the commands promise. More... | |
virtual void | succeeded () |
Called by the HW Command Q when it is disabled to indicate the command can be considered successful without issuing it to HW. More... | |
virtual vapi_error_e | operator() (vapi::Sw_interface_set_table &reply) |
call operator used as a callback by VAPI when the reply is available More... | |
virtual void | retire (connection &con) |
Retire/cancel a long running command. More... | |
Public Member Functions inherited from VOM::cmd | |
cmd () | |
Default constructor. More... | |
virtual | ~cmd () |
Virtual destructor. More... | |
Additional Inherited Members | |
Public Types inherited from VOM::rpc_cmd< HW::item< route::table_id_t >, vapi::Sw_interface_set_table > | |
typedef vapi::Sw_interface_set_table | msg_t |
convenient typedef More... | |
Protected Attributes inherited from VOM::rpc_cmd< HW::item< route::table_id_t >, vapi::Sw_interface_set_table > | |
HW::item< route::table_id_t > & | m_hw_item |
A reference to an object's HW::item that the command will update. More... | |
std::promise< HW::item< route::table_id_t > > | m_promise |
The promise that implements the synchronous issue. More... | |
A command class that binds an interface to an L3 table.
Definition at line 292 of file interface_cmds.hpp.
VOM::interface_cmds::set_table_cmd::set_table_cmd | ( | HW::item< route::table_id_t > & | item, |
const l3_proto_t & | proto, | ||
const HW::item< handle_t > & | h | ||
) |
Constructor taking the HW::item to update and the name handle of the interface whose table is to change.
Definition at line 337 of file interface_cmds.cpp.
|
virtual |
Issue the command to VPP/HW.
Implements VOM::cmd.
Definition at line 354 of file interface_cmds.cpp.
bool VOM::interface_cmds::set_table_cmd::operator== | ( | const set_table_cmd & | i | ) | const |
Comparison operator - only used for UT.
Definition at line 347 of file interface_cmds.cpp.
|
virtual |
convert to string format for debug purposes
Implements VOM::cmd.
Definition at line 369 of file interface_cmds.cpp.