Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-10 Thread Neil Horman
On Wed, Jul 08, 2020 at 12:22:12PM +0200, David Marchand wrote: > abidiff can provide some more information about the ABI difference it > detected. > In all cases, a discussion on the mailing must happen but we can give > some hints to know if this is a problem with the script calling abidiff, > a

Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-10 Thread Kinsella, Ray
On 08/07/2020 11:22, David Marchand wrote: > abidiff can provide some more information about the ABI difference it > detected. > In all cases, a discussion on the mailing must happen but we can give > some hints to know if this is a problem with the script calling abidiff, > a potential ABI brea

Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-09 Thread Dodji Seketeli
Hello, David Marchand writes: > abidiff can provide some more information about the ABI difference it > detected. > In all cases, a discussion on the mailing must happen but we can give > some hints to know if this is a problem with the script calling abidiff, > a potential ABI breakage or an un

Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-08 Thread Kinsella, Ray
On 08/07/2020 14:45, Aaron Conole wrote: > "Kinsella, Ray" writes: > >> + Aaron >> >> On 08/07/2020 11:22, David Marchand wrote: >>> abidiff can provide some more information about the ABI difference it >>> detected. >>> In all cases, a discussion on the mailing must happen but we can give >>>

Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-08 Thread Aaron Conole
"Kinsella, Ray" writes: > + Aaron > > On 08/07/2020 11:22, David Marchand wrote: >> abidiff can provide some more information about the ABI difference it >> detected. >> In all cases, a discussion on the mailing must happen but we can give >> some hints to know if this is a problem with the scrip

Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-08 Thread Kinsella, Ray
On 08/07/2020 14:15, David Marchand wrote: > On Wed, Jul 8, 2020 at 3:09 PM Kinsella, Ray wrote: >> >> + Aaron >> >> On 08/07/2020 11:22, David Marchand wrote: >>> abidiff can provide some more information about the ABI difference it >>> detected. >>> In all cases, a discussion on the mailing m

Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-08 Thread David Marchand
On Wed, Jul 8, 2020 at 3:09 PM Kinsella, Ray wrote: > > + Aaron > > On 08/07/2020 11:22, David Marchand wrote: > > abidiff can provide some more information about the ABI difference it > > detected. > > In all cases, a discussion on the mailing must happen but we can give > > some hints to know if

Re: [dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-08 Thread Kinsella, Ray
+ Aaron On 08/07/2020 11:22, David Marchand wrote: > abidiff can provide some more information about the ABI difference it > detected. > In all cases, a discussion on the mailing must happen but we can give > some hints to know if this is a problem with the script calling abidiff, > a potential AB

[dpdk-dev] [PATCH] devtools: give some hints for ABI errors

2020-07-08 Thread David Marchand
abidiff can provide some more information about the ABI difference it detected. In all cases, a discussion on the mailing must happen but we can give some hints to know if this is a problem with the script calling abidiff, a potential ABI breakage or an unambiguous ABI breakage. Signed-off-by: Dav