]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/rte_mbuf.h
sched: initial import
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
index 27988c3bf4e3c78c0c074ad550db456b8e95c9b7..5d610cb3ea0311e8996bd475dbe1e44d446590f4 100644 (file)
@@ -158,6 +158,7 @@ struct rte_pktmbuf {
                        uint16_t hash;
                        uint16_t id;
                } fdir;             /**< Filter identifier if FDIR enabled */
+               uint32_t sched;     /**< Hierarchical scheduler */
        } hash;                 /**< hash information */
 };