[dpdk-dev] [PATCH v2 7/8] example/ip_pipeline/pipeline: update flow_classification pipeline

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Oct 19 15:57:31 CEST 2015


2015-10-13 14:57, Jasvinder Singh:
> From: Fan Zhang <roy.fan.zhang at intel.com>
> +				table_params.ops =
> +					&rte_table_hash_key16_ext_dosig_ops;
> +			}

It doesn't build with shared library.
pipeline_flow_classification_be.c:(.text+0xa84): undefined reference to `rte_table_hash_key16_ext_dosig_ops'

Some functions are missing in lib/librte_table/rte_table_version.map



More information about the dev mailing list