|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
69 std::ostream&
operator<<(std::ostream& os,
const cmd& cmd);
The VPP Object Model (VOM) library.
virtual rc_t issue(connection &con)=0
Issue the command to VPP/HW.
cmd()
Default constructor.
virtual void succeeded()=0
Invoked on a Command when the HW queue is disabled to indicate that the commnad can be considered suc...
virtual std::string to_string() const =0
convert to string format for debug purposes
A representation of the connection to VPP.
std::ostream & operator<<(std::ostream &os, const std::pair< direction_t, interface::key_t > &key)
virtual ~cmd()
Virtual destructor.
virtual void retire(connection &con)=0
Retire/cancel a long running command.
Error codes that VPP will return during a HW write.
A representation of a method call to VPP.