Re: [dpdk-dev] [PATCH v2] ethdev: decrease log level for successful API

2018-08-05 Thread Thomas Monjalon
03/08/2018 10:04, Andrew Rybchenko: > On 02.08.2018 21:39, Kevin Traynor wrote: > > Change log level of messages from ERR to INFO where > > the post condition of the API is success, but no action > > was actually needed as the condition already existed. > > e.g. calling rte_eth_dev_start() for a de

Re: [dpdk-dev] [PATCH v2] ethdev: decrease log level for successful API

2018-08-03 Thread Andrew Rybchenko
On 02.08.2018 21:39, Kevin Traynor wrote: Change log level of messages from ERR to INFO where the post condition of the API is success, but no action was actually needed as the condition already existed. e.g. calling rte_eth_dev_start() for a device that is already started. Fixes: bea1e0c70cfc (

[dpdk-dev] [PATCH v2] ethdev: decrease log level for successful API

2018-08-02 Thread Kevin Traynor
Change log level of messages from ERR to INFO where the post condition of the API is success, but no action was actually needed as the condition already existed. e.g. calling rte_eth_dev_start() for a device that is already started. Fixes: bea1e0c70cfc ("ethdev: convert static log type usage to dy