Re: [dpdk-dev] [PATCH] net/mlx4: use dynamic log type

2019-05-24 Thread Ferruh Yigit
On 5/21/2019 10:27 PM, Stephen Hemminger wrote: > This driver should use dynamic log level not RTE_LOGTYPE_PMD. > Other drivers were converted back in 18.02. > > This is really a bug, all other drivers use dynamic log levels > by now. +1, we should switch it to dynamic log much earlier Matan, Sh

[dpdk-dev] [PATCH] net/mlx4: use dynamic log type

2019-05-21 Thread Stephen Hemminger
This driver should use dynamic log level not RTE_LOGTYPE_PMD. Other drivers were converted back in 18.02. This is really a bug, all other drivers use dynamic log levels by now. Signed-off-by: Stephen Hemminger --- drivers/net/mlx4/mlx4.c | 8 drivers/net/mlx4/mlx4_utils.h | 6 +++