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

2022-11-21 Thread Thomas Monjalon
> Dariusz Sosnowski (3): > net/mlx5: fix log level on failed transfer proxy stop > net/mlx5: document E-Switch limitations with HWS in mlx5 PMD > ethdev: document special cases of port start and stop There is a change in testpmd but it looks simple enough for -rc4. Applied, thanks.

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

2022-11-14 Thread Dariusz Sosnowski
This patch series attempts to address the special failure cases of rte_eth_dev_stop() and rte_eth_dev_start(). In case of starting a port, If the port cannot be started and start operation must be retried, PMDs might return (-EAGAIN) to notify about such situation. In case of stopping a port, If