git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc23ebf
)
openvswitch: Use net_ratelimit in OVS_NLERR
author
Joe Perches
<joe@perches.com>
Tue, 4 Feb 2014 01:06:46 +0000
(17:06 -0800)
committer
Jesse Gross
<jesse@nicira.com>
Fri, 16 May 2014 20:40:28 +0000
(13:40 -0700)
Each use of pr_<level>_once has a per-site flag.
Some of the OVS_NLERR messages look as if seeing them
multiple times could be useful, so use net_ratelimit()
instead of pr_info_once.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
No differences found