aboutsummaryrefslogtreecommitdiff
path: root/include/odp
diff options
context:
space:
mode:
authorBalasubramanian Manoharan <bala.manoharan@linaro.org>2015-02-23 19:48:32 +0530
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-02-25 12:32:44 +0300
commit17b5ab7057805861790e1289cfe2f913882328e1 (patch)
tree1d4d819caa592bc3ae8e586794b927554bb93453 /include/odp
parentd9f0b98f25a0757f0e14bd8f55d72e074780d51f (diff)
linux-generic: classification: Add documentation for missing macros
Adds documentation for ODP_PMR_INVAL and ODP_PMR_SET_INVAL macros https://bugs.linaro.org/show_bug.cgi?id=1208 Signed-off-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp')
-rw-r--r--include/odp/api/classification.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/odp/api/classification.h b/include/odp/api/classification.h
index 8758fb5e4..7db364556 100644
--- a/include/odp/api/classification.h
+++ b/include/odp/api/classification.h
@@ -48,6 +48,18 @@ extern "C" {
*/
/**
+ * @def ODP_PMR_INVAL
+ * Invalid odp_pmr_t value.
+ * This value is returned from odp_pmr_create_match() and
+ * odp_pmr_create_range() functions on failure.
+ */
+
+/**
+ * @def ODP_PMR_SET_INVAL
+ * Invalid odp_pmr_set_t value.
+ */
+
+/**
* Class-of-service packet drop policies
*/
typedef enum odp_cos_drop {