LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Register a packet pool to a device. More...
Classes | |
class | lci::register_packet_pool_x |
The actual implementation for register_packet_pool. More... | |
Register a packet pool to a device.
A packet pool can be registered to multiple devices. A device can register multiple packet pools. However, a device can only be bound to one packet pool.
[in] | packet_pool | of type packet_pool_t; positional argument; The packet pool to register. |
[in] | device | of type device_t; positional argument; The device to register the packet pool. |
[in] | runtime | of type runtime_t; optional argument; The runtime object. |