[dpdk-dev] [PATCH v11 1/4] flow_classify: add flow classify library

Thomas Monjalon thomas at monjalon.net
Tue Oct 24 21:43:22 CEST 2017


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.


More information about the dev mailing list