net/bnxt: fix mbuf flags for PTP packets
[dpdk.git] / app / test / test_prefetch.c
index 41f219a..5489885 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;
 }