]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_table.h
add prefix to cache line macros
[dpdk.git] / app / test / test_table.h
index 40e50dbff320cdbda166619ad96b471785cbe7f4..64e9427e338c546f5b120026f9433e594cdebe22 100644 (file)
@@ -179,7 +179,7 @@ struct rte_table {
        rte_pipeline_table_action_handler_hit f_action;
        uint32_t table_next_id;
        uint32_t table_next_id_valid;
-       uint8_t actions_lookup_miss[CACHE_LINE_SIZE];
+       uint8_t actions_lookup_miss[RTE_CACHE_LINE_SIZE];
        uint32_t action_data_size;
        void *h_table;
 };