X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest-pipeline%2Fpipeline_hash.c;h=e473c42209b21676b7146039051b59c2a556cbfc;hb=14c1477ca69ca6ef67f039a0523f64ae7dcb263a;hp=b4e4e084e0e0d954ea91f28554bab17fd7fb6d9a;hpb=092cbc3de663a01e95cd1b509dff792e28caa02f;p=dpdk.git diff --git a/test/test-pipeline/pipeline_hash.c b/test/test-pipeline/pipeline_hash.c index b4e4e084e0..e473c42209 100644 --- a/test/test-pipeline/pipeline_hash.c +++ b/test/test-pipeline/pipeline_hash.c @@ -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,