[dpdk-dev] [PATCH v6 1/3] eal/x86: run-time dispatch over memcpy

Ananyev, Konstantin konstantin.ananyev at intel.com
Thu Oct 5 11:37:09 CEST 2017


> diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
> index 8c08b8d..15a2fe9 100644
> --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map
> +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
> @@ -241,5 +241,6 @@ EXPERIMENTAL {
>  	rte_service_runstate_set;
>  	rte_service_set_stats_enable;
>  	rte_service_start_with_defaults;
> +	rte_memcpy_ptr;
> 
>  } DPDK_17.08;

I am not an expert in DPDK versioning system,
But shouldn't we create a 17.11 section here?
Also I think an alphabetical order should be preserved here.
Konstantin


More information about the dev mailing list