openvswitch: Use net_ratelimit in OVS_NLERR
authorJoe Perches <joe@perches.com>
Tue, 4 Feb 2014 01:06:46 +0000 (17:06 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 16 May 2014 20:40:28 +0000 (13:40 -0700)
commit1815a8831fb04c60d73627816cb0b596266e9bee
tree87d6da1c8e7fdc1eb25e7d1152702444030471b7
parentcc23ebf3bb4348fb022c0d25494307459bb2e539
openvswitch: Use net_ratelimit in OVS_NLERR

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>
net/openvswitch/datapath.h