On 26 February 2015 at 03:43, Anders Roxell <[email protected]> wrote: > why does it say "linux-generic: classification: ..." > > should say: "api: classification: ..."
This is not an api change just adds documentation for PMR_INVAL and PMR_SET_INVAL macros Not sure if this should be also api: Regards, Bala > > Cheers, > Anders > > On 23 February 2015 at 15:18, <[email protected]> wrote: >> >> From: Balasubramanian Manoharan <[email protected]> >> >> 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 <[email protected]> >> --- >> include/odp/api/classification.h | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> >> diff --git a/include/odp/api/classification.h >> b/include/odp/api/classification.h >> index 8758fb5..7db3645 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 { >> -- >> 2.0.1.472.g6f92e5f >> >> >> _______________________________________________ >> lng-odp mailing list >> [email protected] >> http://lists.linaro.org/mailman/listinfo/lng-odp > > _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
