datapath: Improve vport-patch names that are too generic.
authorBen Pfaff <blp@nicira.com>
Tue, 4 Jan 2011 20:36:07 +0000 (12:36 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Jan 2011 04:50:53 +0000 (20:50 -0800)
commitec842d37d5702357d04044d1d2c1b7b09852d63e
treeee73b7b5e52fb242233e88280282009c9cfc0c97
parentbc22fc3e661915586e96efdb2241101d97b7946a
datapath: Improve vport-patch names that are too generic.

"device_config" and "devconf" always sound to me like something that would
be part of the kernel's core device layer.  Give them the more-specific
names "patch_config" and "patchconf".

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/vport-patch.c