Re: [RFC v3 07/26] dev: hide debug messages in device iterator

2022-07-28 Thread Bruce Richardson
On Thu, Jul 28, 2022 at 05:26:21PM +0200, David Marchand wrote: > For any bus that does not support device iteration, rte_dev_iterator_init > both returned an error code and logged an error message. > An application (like testpmd) that only wants to list devices, would have > no choice but to inspe

[RFC v3 07/26] dev: hide debug messages in device iterator

2022-07-28 Thread David Marchand
For any bus that does not support device iteration, rte_dev_iterator_init both returned an error code and logged an error message. An application (like testpmd) that only wants to list devices, would have no choice but to inspect a bus object to avoid spewing error logs. Make those log messages de