table: remove deprecated 16-byte key hash tables
[dpdk.git] / test / test-pipeline / pipeline_hash.c
index 8f384fa..b4e4e08 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,