aboutsummaryrefslogtreecommitdiff
path: root/include/odp
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2022-04-14 14:42:55 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2022-05-06 10:56:16 +0300
commitd7293a1beaf5f57e006eee732d8c01297e75ea00 (patch)
treec0c2449aeccb326a22ee5cfc83c3aa197b2159c5 /include/odp
parentc9aa4997fdbe665f97b2d08a8deaf4dbba426933 (diff)
api: cls: remove unused odp_cos_hdr_flow_fields_t type
Removed odp_cos_hdr_flow_fields_t as there are no references to it in API spec or reference implementation. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Kiran Kumar K <kirankumark@marvell.com>
Diffstat (limited to 'include/odp')
-rw-r--r--include/odp/api/spec/classification.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/odp/api/spec/classification.h b/include/odp/api/spec/classification.h
index 1c76ea192..eca7bb5c9 100644
--- a/include/odp/api/spec/classification.h
+++ b/include/odp/api/spec/classification.h
@@ -349,27 +349,6 @@ typedef enum {
} odp_cls_drop_t;
/**
- * Packet header field enumeration
- * for fields that may be used to calculate
- * the flow signature, if present in a packet.
- */
-typedef enum {
- ODP_COS_FHDR_IN_PKTIO, /**< Ingress port number */
- ODP_COS_FHDR_L2_SAP, /**< Ethernet Source MAC address */
- ODP_COS_FHDR_L2_DAP, /**< Ethernet Destination MAC address */
- ODP_COS_FHDR_L2_VID, /**< Ethernet VLAN ID */
- ODP_COS_FHDR_L3_FLOW, /**< IPv6 flow_id */
- ODP_COS_FHDR_L3_SAP, /**< IP source address */
- ODP_COS_FHDR_L3_DAP, /**< IP destination address */
- ODP_COS_FHDR_L4_PROTO, /**< IP protocol (e.g. TCP/UDP/ICMP) */
- ODP_COS_FHDR_L4_SAP, /**< Transport source port */
- ODP_COS_FHDR_L4_DAP, /**< Transport destination port */
- ODP_COS_FHDR_IPSEC_SPI, /**< IPsec session identifier */
- ODP_COS_FHDR_LD_VNI, /**< NVGRE/VXLAN network identifier */
- ODP_COS_FHDR_USER /**< Application-specific header field(s) */
-} odp_cos_hdr_flow_fields_t;
-
-/**
* Enumeration of actions for CoS.
*/
typedef enum {