]> git.droids-corp.org - dpdk.git/blobdiff - test/test/test_mbuf.c
mbuf: rename physical address to IOVA
[dpdk.git] / test / test / test_mbuf.c
index 20e146b018886e51c57ce443438d97aaa70de9ba..414509b203783026fca2d65a2374d61d9fa122ee 100644 (file)
@@ -906,7 +906,7 @@ test_failing_mbuf_sanity_check(struct rte_mempool *pktmbuf_pool)
        }
 
        badbuf = *buf;
-       badbuf.buf_physaddr = 0;
+       badbuf.buf_iova = 0;
        if (verify_mbuf_check_panics(&badbuf)) {
                printf("Error with bad-physaddr mbuf test\n");
                return -1;