Go to file
Thomas Monjalon b7f9a41636 lib: set version 1.2.3r2 and more helper macros
Applications can test versions, for compatibility, this way:
	#if RTE_VERSION >= RTE_VERSION_NUM(1,2,3,4)
Previous versions can be tested with:
	#ifndef RTE_VERSION_NUM

RTE_VERSION was already defined for use with rte_config.
It is moved in rte_version.h and updated to current version number.

Note that the first tag having this helper will be 1.2.3r2.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
2013-05-30 23:57:33 +02:00
app app: fix refcnt in mbuf allocation 2013-05-06 18:25:20 +02:00
config timer: option --vmware-tsc-map for VMware guest 2013-03-21 10:20:59 +01:00
doc doc: how to build 2013-05-30 23:55:14 +02:00
examples first public release 2013-03-11 17:19:20 +01:00
lib lib: set version 1.2.3r2 and more helper macros 2013-05-30 23:57:33 +02:00
mk mk: rule help 2013-05-30 23:57:22 +02:00
scripts first public release 2013-03-11 17:19:20 +01:00
tools first public release 2013-03-11 17:19:20 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
Makefile first public release 2013-03-11 17:19:20 +01:00