mbuf: remove physical address alias
[dpdk.git] / lib / librte_eal / linux / include / rte_kni_common.h
index 7313ef5..21b477f 100644 (file)
@@ -75,7 +75,7 @@ struct rte_kni_fifo {
  */
 struct rte_kni_mbuf {
        void *buf_addr __attribute__((__aligned__(RTE_CACHE_LINE_SIZE)));
-       uint64_t buf_physaddr;
+       uint64_t buf_iova;
        uint16_t data_off;      /**< Start address of data in segment buffer. */
        char pad1[2];
        uint16_t nb_segs;       /**< Number of segments. */