Re: [PATCH v3 3/3] ethdev: document special cases of port start and stop

2022-11-14 Thread Ferruh Yigit
On 11/14/2022 6:19 PM, Dariusz Sosnowski wrote: This patch clarifies the handling of following cases in the ethdev API docs: - If rte_eth_dev_start() returns (-EAGAIN) for some port, it cannot be started right now and start operation must be retried. - If rte_eth_dev_stop() returns (-EBUSY

[PATCH v3 3/3] ethdev: document special cases of port start and stop

2022-11-14 Thread Dariusz Sosnowski
This patch clarifies the handling of following cases in the ethdev API docs: - If rte_eth_dev_start() returns (-EAGAIN) for some port, it cannot be started right now and start operation must be retried. - If rte_eth_dev_stop() returns (-EBUSY) for some port, it cannot be stopped in the curre