]> git.baikalelectronics.ru Git - kernel.git/commit
mlx4_core: Remove annoying debug messages from SR-IOV flow
authorOr Gerlitz <ogerlitz@mellanox.com>
Sun, 21 Oct 2012 14:59:22 +0000 (14:59 +0000)
committerRoland Dreier <roland@purestorage.com>
Tue, 23 Oct 2012 16:03:30 +0000 (09:03 -0700)
commit47145f5b229dd3268de1cc80262e2c1758428ba1
tree6985ea4caa6146dc68135dfbc8699187db0118dd
parentee863ab837d5931bcba7cc07c15d78abfa2855c7
mlx4_core: Remove annoying debug messages from SR-IOV flow

These debug prints left behind by commits 7049dd69bb41 ("mlx4_core:
resource tracking for HCA resources used by guests"), cecf37e67c92
("mlx4: Implement QP paravirtualization and maintain phys_pkey_cache
for smp_snoop") and 6ffe63d5a507 ("mlx4_core: Add IB port-state
machine and port mgmt event propagation") make it pretty hard to
actually use the mlx4_core debug messages when running in SRIOV/IB
mode -- for example, the module load sequence of a device with one VF
yielded 631 debug prints, with 408 of them being from this set.  Let's
just remove them.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/net/ethernet/mellanox/mlx4/eq.c
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c