Re: [PATCH net] net/mlx4_core: Change the error print to info print

2019-05-14 Thread David Miller
From: wangyunjian Date: Tue, 14 May 2019 19:03:19 +0800 > From: Yunjian Wang > > The error print within mlx4_flow_steer_promisc_add() should > be a info print. > > Fixes: 592e49dda812 ('net/mlx4: Implement promiscuous mode with device > managed flow-steering') > Signed-off-by: Yunjian Wang

Re: [PATCH net] net/mlx4_core: Change the error print to info print

2019-05-14 Thread Tariq Toukan
On 5/14/2019 2:03 PM, wangyunjian wrote: > From: Yunjian Wang > > The error print within mlx4_flow_steer_promisc_add() should > be a info print. > > Fixes: 592e49dda812 ('net/mlx4: Implement promiscuous mode with device > managed flow-steering') > Signed-off-by: Yunjian Wang > --- > driver

[PATCH net] net/mlx4_core: Change the error print to info print

2019-05-14 Thread wangyunjian
From: Yunjian Wang The error print within mlx4_flow_steer_promisc_add() should be a info print. Fixes: 592e49dda812 ('net/mlx4: Implement promiscuous mode with device managed flow-steering') Signed-off-by: Yunjian Wang --- drivers/net/ethernet/mellanox/mlx4/mcg.c | 2 +- 1 file changed, 1 ins