Home
last modified time | relevance | path

Searched hist:"2 e57b79ccef1ff1422fdf45a9b28fe60f8f084f7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dvirtio_net.cdiff 31304165ffb888483e0f7c805876f25f493a3049 Mon Apr 09 00:14:15 CDT 2012 Torsten Kaiser <just.for.lkml@googlemail.com> net: Fix misplaced parenthesis in virtio_net.c

Commit 2e57b79ccef1ff1422fdf45a9b28fe60f8f084f7 misplaced its
parenthesis and now tx_fifo_errors will only be incremented if an
ENOMEM error is not written to the syslog.

Correct the parenthesis and indentation to the original goal of
counting all non ENOMEM errors and ratelimiting only the messages.

Signed-of-by: Torsten Kaiser <just.for.lkml@googlemail.com>

Signed-off-by: David S. Miller <davem@davemloft.net>
diff 2e57b79ccef1ff1422fdf45a9b28fe60f8f084f7 Tue Mar 27 02:28:09 CDT 2012 Rick Jones <rick.jones2@hp.com> virtio_net: do not rate limit counter increments

While it is desirable to rate limit certain messages, it is not
desirable to rate limit the incrementing of counters associated
with those messages.

Signed-off-by: Rick Jones <rick.jones2@hp.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>