[dpdk-dev] [PATCH 1/2] ethdev: fix log level of Tx and Rx dummy functions
Thomas Monjalon
thomas at monjalon.net
Sat Oct 23 10:32:39 CEST 2021
22/10/2021 23:14, Bing Zhao:
> When stopping a port, the data path Tx and Rx burst functions should
> be stopped firstly conventionally. Then the dummy functions are used
> to replace the callback functions provided by the PMD.
>
> When the application stops a port without or before stopping the data
> path handling. The dummy functions may be invoked heavily and a lot
> of logs in these dummy functions will result in a flood.
Why does it happen? We should not use a stopped port.
Is it a problem of core synchronization?
> Debug level log should be enough instead of the error level.
More information about the dev
mailing list