Re: [PATCH] mlx4: Change a warning message to debug

2011-01-04 Thread Roland Dreier
OK, I just got rid of the message entirely. -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] mlx4: Change a warning message to debug

2010-12-13 Thread Roland Dreier
Not sure I agree ... surely the point of this message is for the user to see it and know to update firmware? Otherwise why print anything at all, since I'm sure you guys have already fixed the firmware and have a regression test so this bug doesn't reappear? Right :-) So what do

[PATCH] mlx4: Change a warning message to debug

2010-12-08 Thread Eli Cohen
This workaround presented in 58d74bb is not something we should alert the user on. Debug level message is enough. Signed-off-by: Eli Cohen e...@mellanox.co.il --- drivers/net/mlx4/fw.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/mlx4/fw.c

Re: [PATCH] mlx4: Change a warning message to debug

2010-12-08 Thread Roland Dreier
This workaround presented in 58d74bb is not something we should alert the user on. Debug level message is enough. Not sure I agree ... surely the point of this message is for the user to see it and know to update firmware? Otherwise why print anything at all, since I'm sure you guys have