Re: [dpdk-dev] [PATCH] devtools: skip removed DLB driver in ABI check

2021-04-13 Thread Kinsella, Ray
On 13/04/2021 17:44, Thomas Monjalon wrote: > 13/04/2021 18:09, Kinsella, Ray: >> On 13/04/2021 09:45, Thomas Monjalon wrote: >>> The eventdev driver DLB was removed in DPDK 21.05, >>> breaking the ABI check. >>> The exception was agreed so we just need to skip this check. >>> >>> Note: complete

Re: [dpdk-dev] [PATCH] devtools: skip removed DLB driver in ABI check

2021-04-13 Thread Thomas Monjalon
13/04/2021 18:09, Kinsella, Ray: > On 13/04/2021 09:45, Thomas Monjalon wrote: > > The eventdev driver DLB was removed in DPDK 21.05, > > breaking the ABI check. > > The exception was agreed so we just need to skip this check. > > > > Note: complete removal of a driver cannot be ignored > > in dev

Re: [dpdk-dev] [PATCH] devtools: skip removed DLB driver in ABI check

2021-04-13 Thread Kinsella, Ray
On 13/04/2021 09:45, Thomas Monjalon wrote: > The eventdev driver DLB was removed in DPDK 21.05, > breaking the ABI check. > The exception was agreed so we just need to skip this check. > > Note: complete removal of a driver cannot be ignored > in devtools/libabigail.abignore, so the script mus

Re: [dpdk-dev] [PATCH] devtools: skip removed DLB driver in ABI check

2021-04-13 Thread Thomas Monjalon
13/04/2021 11:15, David Marchand: > On Tue, Apr 13, 2021 at 10:45 AM Thomas Monjalon wrote: > > > > The eventdev driver DLB was removed in DPDK 21.05, > > breaking the ABI check. > > The exception was agreed so we just need to skip this check. > > > > Note: complete removal of a driver cannot be i

Re: [dpdk-dev] [PATCH] devtools: skip removed DLB driver in ABI check

2021-04-13 Thread David Marchand
On Tue, Apr 13, 2021 at 10:45 AM Thomas Monjalon wrote: > > The eventdev driver DLB was removed in DPDK 21.05, > breaking the ABI check. > The exception was agreed so we just need to skip this check. > > Note: complete removal of a driver cannot be ignored > in devtools/libabigail.abignore, so the

[dpdk-dev] [PATCH] devtools: skip removed DLB driver in ABI check

2021-04-13 Thread Thomas Monjalon
The eventdev driver DLB was removed in DPDK 21.05, breaking the ABI check. The exception was agreed so we just need to skip this check. Note: complete removal of a driver cannot be ignored in devtools/libabigail.abignore, so the script must be patched. Fixes: 698fa829415d ("event/dlb: remove driv