]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_prefetch.c
net/bnxt: fix mbuf flags for PTP packets
[dpdk.git] / app / test / test_prefetch.c
index 41f219af7834d3b7e84a1b65db2d9d1d93f7c738..5489885b518f680ed30268530af17dfc0fac255b 100644 (file)
@@ -26,6 +26,12 @@ test_prefetch(void)
        rte_prefetch1(&a);
        rte_prefetch2(&a);
 
+       rte_prefetch0_write(&a);
+       rte_prefetch1_write(&a);
+       rte_prefetch2_write(&a);
+
+       rte_cldemote(&a);
+
        return 0;
 }