This commit clarifies the usage of nb_links and nb_unlinks when passing
a NULL pointer as the queues argument.
Signed-off-by: Gage Eads <gage.eads@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
* with RTE_EVENT_DEV_PRIORITY_NORMAL servicing priority
*
* @param nb_links
- * The number of links to establish
+ * The number of links to establish. This parameter is ignored if queues is
+ * NULL.
*
* @return
* The number of links actually established. The return value can be less than
* event queue(s) from the event port *port_id*.
*
* @param nb_unlinks
- * The number of unlinks to establish
+ * The number of unlinks to establish. This parameter is ignored if queues is
+ * NULL.
*
* @return
* The number of unlinks actually established. The return value can be less