Add datapath device name to printk's.
authorJustin Pettit <jpettit@nicira.com>
Fri, 9 Jan 2009 23:41:42 +0000 (15:41 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 9 Jan 2009 23:41:56 +0000 (15:41 -0800)
commit90edae77ba98b75de7e074188426d505545717c5
treedcdf177d622e8e3c258acf956bd938fbfdbb98c8
parentc2fe4be578083800dce3f6a927569c2d46b2a1a5
Add datapath device name to printk's.

To aid debugging, this prints the datapath device name to printk
messages.  Not doing this wasn't a big deal when only a single datapath
was running, but it's very confusing when there are multiple.
datapath/brc_sysfs_dp.c
datapath/brc_sysfs_if.c
datapath/chain.c
datapath/datapath.c
datapath/dp_act.c
datapath/forward.c
datapath/nx_act_snat.c