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)
commit3cf164c8dee834cef9dac4e7325f89a207339ac8
tree6985ea4caa6146dc68135dfbc8699187db0118dd
parentbef83ed92caca45a394344a14b0234aea977da6e
mlx4_core: Remove annoying debug messages from SR-IOV flow

These debug prints left behind by commits c82e9aa0a8bc ("mlx4_core:
resource tracking for HCA resources used by guests"), 54679e148287
("mlx4: Implement QP paravirtualization and maintain phys_pkey_cache
for smp_snoop") and 993c401e2079 ("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