table: remove deprecated 8-byte key hash tables
[dpdk.git] / examples / ip_pipeline / pipeline / pipeline_flow_classification_be.c
index 5e993c3..485ebcb 100644 (file)
@@ -542,7 +542,7 @@ static void *pipeline_fc_init(struct pipeline_params *params,
 
                switch (p_fc->key_size) {
                case 8:
-                       table_params.ops = &rte_table_hash_key8_ext_dosig_ops;
+                       table_params.ops = &rte_table_hash_key8_ext_ops;
                        table_params.arg_create = &table_hash_key8_params;
                        break;