]> git.droids-corp.org - dpdk.git/blobdiff - test/test-pipeline/pipeline_hash.c
table: remove deprecated 8-byte key hash tables
[dpdk.git] / test / test-pipeline / pipeline_hash.c
index 6d27f336e36eb649b54b5697fb19d83643656fc5..8f384fac229af807b5ace87181f217dc0c97023d 100644 (file)
@@ -241,7 +241,7 @@ app_main_loop_worker_pipeline_hash(void) {
                };
 
                struct rte_pipeline_table_params table_params = {
-                       .ops = &rte_table_hash_key8_ext_dosig_ops,
+                       .ops = &rte_table_hash_key8_ext_ops,
                        .arg_create = &table_hash_params,
                        .f_action_hit = NULL,
                        .f_action_miss = NULL,
@@ -266,7 +266,7 @@ app_main_loop_worker_pipeline_hash(void) {
                };
 
                struct rte_pipeline_table_params table_params = {
-                       .ops = &rte_table_hash_key8_lru_dosig_ops,
+                       .ops = &rte_table_hash_key8_lru_ops,
                        .arg_create = &table_hash_params,
                        .f_action_hit = NULL,
                        .f_action_miss = NULL,