[dpdk-dev] [PATCH 2/2] ABI: Add some documentation

2015-06-24 Thread Mcnamara, John
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Tuesday, June 23, 2015 8:34 PM > To: dev at dpdk.org > Cc: Neil Horman; Mcnamara, John; thomas.monjalon at 6wind.com > Subject: [PATCH 2/2] ABI: Add some documentation > > People have been asking for ways to

[dpdk-dev] [PATCH 2/2] ABI: Add some documentation

2015-06-23 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