mbuf: expand ol_flags field to 64-bits
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
index 413a5a1..0e20e31 100644 (file)
@@ -141,9 +141,7 @@ struct rte_mbuf {
        uint8_t nb_segs;        /**< Number of segments. */
        uint8_t port;           /**< Input port. */
 
-       uint16_t ol_flags;      /**< Offload features. */
-       uint16_t reserved0;     /**< Unused field. Required for padding */
-       uint32_t reserved1;     /**< Unused field. Required for padding */
+       uint64_t ol_flags;      /**< Offload features. */
 
        /* remaining bytes are set on RX when pulling packet from descriptor */
        uint16_t reserved2;     /**< Unused field. Required for padding */