[dpdk-dev] [PATCH v2 0/2] next abi option

2015-07-09 Thread Thomas Monjalon
2015-07-08 12:50, Neil Horman: > On Wed, Jul 08, 2015 at 04:55:21PM +0200, Thomas Monjalon wrote: > > This is the second version of the NEXT_ABI policy. > > It can now be used for shared and static libraries. > > > > While updating rte.lib.mk, it appeared that some useless > > (and not consistent)

[dpdk-dev] [PATCH v2 0/2] next abi option

2015-07-08 Thread Thomas Monjalon
This is the second version of the NEXT_ABI policy. It can now be used for shared and static libraries. While updating rte.lib.mk, it appeared that some useless (and not consistent) variables were used for some config options. The first patch clean them. Thomas Monjalon (2): mk: remove variables

[dpdk-dev] [PATCH v2 0/2] next abi option

2015-07-08 Thread Neil Horman
On Wed, Jul 08, 2015 at 04:55:21PM +0200, Thomas Monjalon wrote: > This is the second version of the NEXT_ABI policy. > It can now be used for shared and static libraries. > > While updating rte.lib.mk, it appeared that some useless > (and not consistent) variables were used for some config > opti