]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/rte_mbuf_core.h
common/sfc_efx/base: add NIC magic check on BAR lookup
[dpdk.git] / lib / librte_mbuf / rte_mbuf_core.h
index cee3d5aff5f93d843a7ee1137ee8b0577de97f5f..8c2c20644d84e571982cf843b38b20b78c8261e3 100644 (file)
@@ -476,11 +476,7 @@ struct rte_mbuf {
         * same mbuf cacheline0 layout for 32-bit and 64-bit. This makes
         * working on vector drivers easier.
         */
-       RTE_STD_C11
-       union {
-               rte_iova_t buf_iova;
-               rte_iova_t buf_physaddr; /**< deprecated */
-       } __rte_aligned(sizeof(rte_iova_t));
+       rte_iova_t buf_iova __rte_aligned(sizeof(rte_iova_t));
 
        /* next 8 bytes are initialised on RX descriptor rearm */
        RTE_MARKER64 rearm_data;