datapath: Convert net_ratelimit uses to net_<level>_ratelimited
authorJoe Perches <joe@perches.com>
Fri, 25 May 2012 18:09:56 +0000 (11:09 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 25 May 2012 18:17:34 +0000 (11:17 -0700)
commit518852130bdf45522f76afe7d500a3c0e02d46e3
tree2aebf15efbb159ff48871418cbfd56d24b801029
parent0b10e452a96295c4f0a117f5fae4f55bca5f6b58
datapath: Convert net_ratelimit uses to net_<level>_ratelimited

Standardize the net core ratelimited logging functions.

Coalesce formats, align arguments.
Change a printk then vprintk sequence to use printf extension %pV.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport-netdev.c