]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eventdev/rte_eventdev.h
eventdev: improve docs of start function
[dpdk.git] / lib / librte_eventdev / rte_eventdev.h
index 99719378ac93b347f7b8cb3d24ca071297884dd6..b8ed6ef0853861455c193e2c66c9c3bbdf4117ad 100644 (file)
@@ -757,7 +757,8 @@ rte_event_port_count(uint8_t dev_id);
  *   Event device identifier
  * @return
  *   - 0: Success, device started.
- *   - <0: Error code of the driver device start function.
+ *   - -ESTALE : Not all ports of the device are configured
+ *   - -ENOLINK: Not all queues are linked, which could lead to deadlock.
  */
 int
 rte_event_dev_start(uint8_t dev_id);