@@ -30,11 +30,6 @@ extern "C" {
* ODP Class of service handle
*/
-/**
- * @typedef odp_flowsig_t
- * flow signature type, only used for packet metadata field.
- */
-
/**
* @def ODP_COS_INVALID
* This value is returned from odp_cls_cos_create() on failure,
@@ -389,12 +384,6 @@ int odp_cos_with_l3_qos(odp_pktio_t pktio_in,
odp_bool_t l3_preference);
-/**
- * @typedef odp_cos_flow_set_t
- * Set of header fields that take part in flow signature hash calculation:
- * bit positions per odp_cos_hdr_flow_fields_t enumeration.
- */
-
/**
* @typedef odp_pmr_t
* PMR - Packet Matching Rule
@@ -24,19 +24,6 @@ extern "C" {
#include <odp/api/plat/packet_io_types.h>
#include <odp/api/plat/queue_types.h>
-/** @ingroup odp_classification
- * @{
- */
-
-/* REMOVE THESE FROM API SPEC. Typedefs needed only for suppressing Doxygen
- * warning. */
-typedef void odp_flowsig_t;
-typedef void odp_cos_flow_set_t;
-
-/**
- * @}
- */
-
#include <odp/api/spec/classification.h>
#ifdef __cplusplus
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> --- include/odp/api/spec/classification.h | 11 ----------- platform/linux-generic/include/odp/api/classification.h | 13 ------------- 2 files changed, 24 deletions(-) -- 2.14.2