]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c
table: remove deprecated 16-byte key hash tables
[dpdk.git] / examples / ip_pipeline / pipeline / pipeline_flow_classification_be.c
index 485ebcb816956c1eebc1db33c05c52324722929f..0f667e68aa4604f5da76b9dd66ce071d0576ef04 100644 (file)
@@ -547,7 +547,7 @@ static void *pipeline_fc_init(struct pipeline_params *params,
                        break;
 
                case 16:
-                       table_params.ops = &rte_table_hash_key16_ext_dosig_ops;
+                       table_params.ops = &rte_table_hash_key16_ext_ops;
                        table_params.arg_create = &table_hash_key16_params;
                        break;