• M
    qed: Don't log missing periodic stats by default · 512c7840
    Mintz, Yuval 提交于
    Current implementation lacks the logic for providing management
    firmware with RDMA-related statistics; [much] worse than that -
    it logs such events by default to system logs.
    
    Since the statistics' gathering is done periodically, using sufficiently
    new management firmware the system logs would get filled with these
    unnecessary prints.
    
    For now, reduce the verbosity of the log so that it would not be
    logged by default.
    
    Fixes: 6c754246 ("qed: Add support for NCSI statistics")
    Signed-off-by: NYuval Mintz <Yuval.Mintz@cavium.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    512c7840
qed_main.c 43.6 KB