FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
VOM::interface_cmds::tap_create_cmd Class Reference

A command class to create TAP interfaces in VPP. More...

+ Inheritance diagram for VOM::interface_cmds::tap_create_cmd:
+ Collaboration diagram for VOM::interface_cmds::tap_create_cmd:

Public Member Functions

 tap_create_cmd (HW::item< handle_t > &item, const std::string &name)
 Constructor taking the HW::item to update and the name of the interface to create. More...
 
 ~tap_create_cmd ()=default
 
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...
 
- Public Member Functions inherited from VOM::interface::create_cmd< vapi::Tap_connect >
 create_cmd (HW::item< handle_t > &item, const std::string &name)
 
virtual ~create_cmd ()=default
 Destructor. More...
 
virtual bool operator== (const create_cmd &o) const
 Comparison operator - only used for UT. More...
 
void succeeded ()
 Indicate the succeeded, when the HW Q is disabled. More...
 
void insert_interface ()
 add the created interface to the DB More...
 
virtual vapi_error_e operator() (vapi::Tap_connect &reply)
 call operator used as a callback by VAPI when the reply is available More...
 
- Public Member Functions inherited from VOM::rpc_cmd< HW::item< handle_t >, HW::item< handle_t >, vapi::Tap_connect >
 rpc_cmd (HW::item< handle_t > &item)
 Constructor taking the HW item that will be updated by the command. More...
 
virtual ~rpc_cmd ()
 Desructor. More...
 
HW::item< handle_t > & item ()
 return the HW item the command updates More...
 
const HW::item< handle_t > & item () const
 return the const HW item the command updates More...
 
void fulfill (const HW::item< handle_t > &d)
 Fulfill the commands promise. More...
 
HW::item< handle_twait ()
 Wait on the commands promise. 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< handle_t >, HW::item< handle_t >, vapi::Tap_connect >
typedef vapi::Tap_connect msg_t
 convenient typedef More...
 
- Protected Attributes inherited from VOM::interface::create_cmd< vapi::Tap_connect >
const std::string & m_name
 The name of the interface to be created. More...
 
- Protected Attributes inherited from VOM::rpc_cmd< HW::item< handle_t >, HW::item< handle_t >, vapi::Tap_connect >
HW::item< handle_t > & m_hw_item
 A reference to an object's HW::item that the command will update. More...
 
std::promise< HW::item< handle_t > > m_promise
 The promise that implements the synchronous issue. More...
 

Detailed Description

A command class to create TAP interfaces in VPP.

Definition at line 91 of file interface_cmds.hpp.

Constructor & Destructor Documentation

VOM::interface_cmds::tap_create_cmd::tap_create_cmd ( HW::item< handle_t > &  item,
const std::string &  name 
)

Constructor taking the HW::item to update and the name of the interface to create.

Definition at line 94 of file interface_cmds.cpp.

VOM::interface_cmds::tap_create_cmd::~tap_create_cmd ( )
default

Member Function Documentation

rc_t VOM::interface_cmds::tap_create_cmd::issue ( connection con)
virtual

Issue the command to VPP/HW.

Implements VOM::cmd.

Definition at line 101 of file interface_cmds.cpp.

+ Here is the call graph for this function:

std::string VOM::interface_cmds::tap_create_cmd::to_string ( void  ) const
virtual

convert to string format for debug purposes

Implements VOM::cmd.

Definition at line 124 of file interface_cmds.cpp.

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: