table: remove deprecated 16-byte key hash tables
[dpdk.git] / examples / ip_pipeline / pipeline / pipeline_flow_classification_be.c
index 485ebcb..0f667e6 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;