Re: [dpdk-dev] [PATCH 12/14] ethdev: raise priority of old driver warning

2020-04-25 Thread Thomas Monjalon
04/01/2020 02:33, Stephen Hemminger: > The priority of the message about drivers not using new (correct) > behaviour on close was debug. And debug messages are typically surpressed > and never seen. Raise the priority so that broken drivers are visible > and hopefully get developers to fix. > > S

[dpdk-dev] [PATCH 12/14] ethdev: raise priority of old driver warning

2020-01-03 Thread Stephen Hemminger
The priority of the message about drivers not using new (correct) behaviour on close was debug. And debug messages are typically surpressed and never seen. Raise the priority so that broken drivers are visible and hopefully get developers to fix. Signed-off-by: Stephen Hemminger --- lib/librte_