commit | 32f7451d1c6214169848cfea331e2c9d4067a650 | [log] [tgz] |
---|---|---|
author | kernel@kyup.com <kernel@kyup.com> | Mon Aug 08 17:14:22 2016 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Oct 07 16:54:33 2016 -0400 |
tree | 47dfd1682a15284383f8d82bd23a06e94cb845e4 | |
parent | fb6375d7e6e743fc88a416cbfab89f608ed9ebcb [diff] |
ipoib: Make ipoib_warn ratelimited In certain cases it's possible to be flooded by warning messages. To cope with such situations make the ipoib_warn macro be ratelimited. To prevent accidental limiting of legitimate, bursty messages make the limit fairly liberal by allowing up to 100 messages in 10 seconds. Signed-off-by: Nikolay Borisov <kernel@kyup.com> Signed-off-by: Doug Ledford <dledford@redhat.com>