table: remove deprecated variable size key ext hash tables
[dpdk.git] / test / test-pipeline / pipeline_hash.c
index b4e4e08..e473c42 100644 (file)
@@ -187,7 +187,7 @@ app_main_loop_worker_pipeline_hash(void) {
                };
 
                struct rte_pipeline_table_params table_params = {
-                       .ops = &rte_table_hash_ext_dosig_ops,
+                       .ops = &rte_table_hash_ext_ops,
                        .arg_create = &table_hash_params,
                        .f_action_hit = NULL,
                        .f_action_miss = NULL,