]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_sched/rte_sched.h
sched: drop deprecated port hierarchy structure
[dpdk.git] / lib / librte_sched / rte_sched.h
index 1ead2676ce29d441a0cb38c9c1d861f63a972da7..9bdd51c85ec107a39461d99fafca0cf27e26eee7 100644 (file)
@@ -195,20 +195,6 @@ struct rte_sched_port_params {
 #endif
 };
 
-/*
- * Path through scheduler hierarchy
- *
- * Note: direct access to internal bitfields is deprecated to allow for future expansion.
- * Use rte_sched_port_pkt_read/write API instead
- */
-struct rte_sched_port_hierarchy {
-       uint32_t queue:2;                /**< Queue ID (0 .. 3) */
-       uint32_t traffic_class:2;        /**< Traffic class ID (0 .. 3)*/
-       uint32_t pipe:20;                /**< Pipe ID */
-       uint32_t subport:6;              /**< Subport ID */
-       uint32_t color:2;                /**< Color */
-} __attribute__ ((deprecated));
-
 /*
  * Configuration
  *