Re: [dpdk-dev] [PATCH] eal: fix version map experimental export section

2017-11-06 Thread Thomas Monjalon
25/10/2017 14:29, Harry van Haaren: > Before this commit, the EXPERIMENTAL version of ABI > derived from the DPDK_17.08 tag. In parallel there > was a DPDK_17.11 tag. > > Experimental map should always derive from the latest ABI, > so this patch moves the 17.11 section above EXPERIMENTAL, > and up

[dpdk-dev] [PATCH] eal: fix version map experimental export section

2017-10-25 Thread Harry van Haaren
Before this commit, the EXPERIMENTAL version of ABI derived from the DPDK_17.08 tag. In parallel there was a DPDK_17.11 tag. Experimental map should always derive from the latest ABI, so this patch moves the 17.11 section above EXPERIMENTAL, and updates EXPERIMENTAL to derive from the 17.11 map.