]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/rte_mbuf.h
reorder: new library
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
index e3008c629926bad241922e99db1fe01fa15e1e85..ace6736b94e59e35e3e8e7639542e48172a35978 100644 (file)
@@ -289,6 +289,9 @@ struct rte_mbuf {
                uint32_t usr;     /**< User defined tags. See @rte_distributor_process */
        } hash;                   /**< hash information */
 
+       /* sequence number - field used in distributor and reorder library */
+       uint32_t seqn;
+
        /* second cache line - fields only used in slow path or on TX */
        MARKER cacheline1 __rte_cache_aligned;