numam-dpdk/lib
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
..
librte_cmdline lib: fix non-C99 macros definitions in exported headers 2013-03-21 10:20:58 +01:00
librte_eal lib: set version 1.2.3r2 and more helper macros 2013-05-30 23:57:33 +02:00
librte_ether lib: fix some doxygen comments 2013-04-19 15:04:43 +02:00
librte_hash first public release 2013-03-11 17:19:20 +01:00
librte_lpm lib: fix unused values 2013-03-21 10:20:58 +01:00
librte_malloc first public release 2013-03-11 17:19:20 +01:00
librte_mbuf first public release 2013-03-11 17:19:20 +01:00
librte_mempool first public release 2013-03-11 17:19:20 +01:00
librte_net first public release 2013-03-11 17:19:20 +01:00
librte_pmd_igb ethdev: add support for device offload capabilities 2013-04-16 16:27:29 +02:00
librte_pmd_ixgbe ethdev: add support for device offload capabilities 2013-04-16 16:27:29 +02:00
librte_ring first public release 2013-03-11 17:19:20 +01:00
librte_timer first public release 2013-03-11 17:19:20 +01:00
Makefile first public release 2013-03-11 17:19:20 +01:00