From df2c07f4338faac04f4969f243fe4e8083b309ac Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 18 Aug 2011 10:35:40 -0700 Subject: datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions. The prefix "ODP_*" is not overly descriptive in the context of the larger Linux tree. This commit changes the prefix to "OVS_*" for the userpace to kernel interactions. The userspace libraries still use "ODP_" in many of their interfaces since it is more descriptive in the OVS oeuvre. Feature #6904 Signed-off-by: Justin Pettit Acked-by: Jesse Gross --- tests/test-odp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-odp.c') diff --git a/tests/test-odp.c b/tests/test-odp.c index 9db27bf5..9a2bc0ae 100644 --- a/tests/test-odp.c +++ b/tests/test-odp.c @@ -50,7 +50,7 @@ main(void) continue; } - /* Convert string to ODP key. */ + /* Convert string to OVS DP key. */ ofpbuf_init(&odp_key, 0); error = odp_flow_key_from_string(ds_cstr(&in), &odp_key); if (error) { -- cgit v1.2.3