]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4_en: Ignore irrelevant hypervisor events
authorEugenia Emantayev <eugenia@mellanox.co.il>
Thu, 19 Dec 2013 19:20:16 +0000 (21:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Dec 2013 00:04:44 +0000 (19:04 -0500)
commit125800a6d1620faf5cc371950c00ec7d5e64e28c
treec3284b08c7be8015e71308f183811990441e88ba
parent3b57a80acf651188b0804a34840784530ab0b3e6
net/mlx4_en: Ignore irrelevant hypervisor events

MLX4_DEV_EVENT_SLAVE_INIT and MLX4_DEV_EVENT_SLAVE_SHUTDOWN
events used by Hypervisor to inform the PPF IB driver that
IB para-virtualization must be initialized/destroyed for a slave.
If this event is catched by ETH VF annoying but harmless error message
is printed into dmesg. Remove dmesg prints for these events.

Signed-off-by: Eugenia Emantayev <eugenia@mellanox.co.il>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_main.c