24/10/2017 19:28, Bernard Iremonger: > --- /dev/null > +++ b/lib/librte_flow_classify/rte_flow_classify_version.map > @@ -0,0 +1,13 @@ > +EXPERIMENTAL { > + global: > + > + rte_flow_classifier_create; > + rte_flow_classifier_free; > + rte_flow_classifier_query; > + rte_flow_classify_table_create; > + rte_flow_classify_table_entry_add; > + rte_flow_classify_table_entry_delete; > + > + local: *; > + > +} DPDK_17.11;
It does not compile in shared library mode. The reason is that you cannot inherit DPDK_17.11 block because it does not exist in this file.