]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnx2x/ecore_sp.h
drivers/net: rename physical address type to IOVA
[dpdk.git] / drivers / net / bnx2x / ecore_sp.h
index 85ab4c28f11c9cfcafd4bcbf8bd09dcce940bd3d..ff40413cf8e5730ea442e99bb8086a1b266c0789 100644 (file)
@@ -36,7 +36,7 @@
 #include "ecore_reg.h"
 
 struct bnx2x_softc;
-typedef phys_addr_t ecore_dma_addr_t; /* expected to be 64 bit wide */
+typedef rte_iova_t ecore_dma_addr_t; /* expected to be 64 bit wide */
 typedef volatile int ecore_atomic_t;