]> git.droids-corp.org - dpdk.git/blobdiff - test/test-pipeline/pipeline_hash.c
table: remove deprecated 16-byte key hash tables
[dpdk.git] / test / test-pipeline / pipeline_hash.c
index 8f384fac229af807b5ace87181f217dc0c97023d..b4e4e084e0e0d954ea91f28554bab17fd7fb6d9a 100644 (file)
@@ -292,7 +292,7 @@ app_main_loop_worker_pipeline_hash(void) {
                };
 
                struct rte_pipeline_table_params table_params = {
-                       .ops = &rte_table_hash_key16_ext_dosig_ops,
+                       .ops = &rte_table_hash_key16_ext_ops,
                        .arg_create = &table_hash_params,
                        .f_action_hit = NULL,
                        .f_action_miss = NULL,
@@ -317,7 +317,7 @@ app_main_loop_worker_pipeline_hash(void) {
                };
 
                struct rte_pipeline_table_params table_params = {
-                       .ops = &rte_table_hash_key16_lru_dosig_ops,
+                       .ops = &rte_table_hash_key16_lru_ops,
                        .arg_create = &table_hash_params,
                        .f_action_hit = NULL,
                        .f_action_miss = NULL,