[dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation

2015-06-29 Thread Neil Horman
On Sun, Jun 28, 2015 at 10:24:42PM +0200, Thomas Monjalon wrote: > 2015-06-26 10:54, Neil Horman: > > On Fri, Jun 26, 2015 at 03:00:17PM +0200, Thomas Monjalon wrote: > > > 2015-06-25 10:35, Neil Horman: > > > > +* ``VERSION_SYMBOL(b, e, n)``: Creates a symbol version table entry > > > > binding >

[dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation

2015-06-28 Thread Thomas Monjalon
2015-06-26 10:54, Neil Horman: > On Fri, Jun 26, 2015 at 03:00:17PM +0200, Thomas Monjalon wrote: > > 2015-06-25 10:35, Neil Horman: > > > +* ``VERSION_SYMBOL(b, e, n)``: Creates a symbol version table entry > > > binding > > > + unversioned symbol ``b`` to the internal function ``b_e``. > > > >

[dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation

2015-06-26 Thread Thomas Monjalon
2015-06-25 10:35, Neil Horman: > v3) > * Fixed in tact -> intact > * Added docs to address static linking > * Removed duplicate documentation from release notes It seems you missed some of my previous comments. [...] > +* ``VERSION_SYMBOL(b, e, n)``: Creates a symbol version table

[dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation

2015-06-26 Thread Neil Horman
On Fri, Jun 26, 2015 at 03:00:17PM +0200, Thomas Monjalon wrote: > 2015-06-25 10:35, Neil Horman: > > v3) > > * Fixed in tact -> intact > > * Added docs to address static linking > > * Removed duplicate documentation from release notes > > It seems you missed some of my previous com

[dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation

2015-06-25 Thread Neil Horman
People have been asking for ways to use the ABI macros, heres some docs to clarify their use. Included is: * An overview of what ABI is * Details of the ABI deprecation process * Details of the versioning macros * Examples of their use * Details of how to use the ABI validator Thanks to John Mcn