[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-12-03 Thread Thomas Monjalon
2015-09-24 06:23, Neil Horman: > On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: > > For giggles, tried running abi-validator between 2.0 and 2.1 on > > my Fedora 22 laptop, didn't work due to various build failures. > > With this patch series the following now succeeds: > > > >

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-11-11 Thread Panu Matilainen
On 11/11/2015 12:16 PM, Thomas Monjalon wrote: > 2015-11-11 09:07, Panu Matilainen: >> On 09/24/2015 01:23 PM, Neil Horman wrote: >>> On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: For giggles, tried running abi-validator between 2.0 and 2.1 on my Fedora 22 laptop,

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-11-11 Thread Thomas Monjalon
2015-11-11 09:07, Panu Matilainen: > On 09/24/2015 01:23 PM, Neil Horman wrote: > > On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: > >> For giggles, tried running abi-validator between 2.0 and 2.1 on > >> my Fedora 22 laptop, didn't work due to various build failures. > >> With

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-11-11 Thread Panu Matilainen
On 09/24/2015 01:23 PM, Neil Horman wrote: > On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: >> For giggles, tried running abi-validator between 2.0 and 2.1 on >> my Fedora 22 laptop, didn't work due to various build failures. >> With this patch series the following now succeeds:

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-09-24 Thread Panu Matilainen
For giggles, tried running abi-validator between 2.0 and 2.1 on my Fedora 22 laptop, didn't work due to various build failures. With this patch series the following now succeeds: EXTRA_CFLAGS="-Wno-error" scripts/validate-abi.sh v2.0.0 v2.1.0 x86_64-native-linuxapp-gcc Panu Matilainen (3):

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-09-24 Thread Neil Horman
On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: > For giggles, tried running abi-validator between 2.0 and 2.1 on > my Fedora 22 laptop, didn't work due to various build failures. > With this patch series the following now succeeds: > > EXTRA_CFLAGS="-Wno-error"