2015-07-07 17:08, Stephen Hemminger:
> --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map
> +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
> @@ -98,3 +98,8 @@ DPDK_2.0 {
>
> local: *;
> };
> +
> +DPDK_2.1 {
> + rte_eal_pci_read_config;
> + rte_eal_pci_write_config;
> +};DPDK_2.0 is missing to make 2.1 node inheriting from 2.0 one.

