Re: [PATCH] version: 22.11-rc0

2022-07-21 Thread David Marchand
On Mon, Jul 18, 2022 at 12:10 PM David Marchand wrote: > > Start a new release cycle with empty release notes. > > The ABI version becomes 23.0. Here we go! > The map files are updated to the new ABI major number (23). > The ABI exceptions are dropped and CI ABI checks are disabled because > com

Re: [PATCH] version: 22.11-rc0

2022-07-20 Thread Thomas Monjalon
19/07/2022 23:02, Thomas Monjalon: > 18/07/2022 12:09, David Marchand: > > --- a/devtools/libabigail.abignore > > +++ b/devtools/libabigail.abignore > > - > > -; Temporary exceptions till next major ABI version ; > > -;

Re: [PATCH] version: 22.11-rc0

2022-07-19 Thread David Marchand
On Tue, Jul 19, 2022 at 11:03 PM Thomas Monjalon wrote: > > --- a/devtools/libabigail.abignore > > +++ b/devtools/libabigail.abignore > > @@ -31,43 +31,8 @@ > > type_kind = enum > > changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, > > RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END > > > >

Re: [PATCH] version: 22.11-rc0

2022-07-19 Thread Thomas Monjalon
18/07/2022 12:09, David Marchand: > --- a/devtools/check-abi.sh > +++ b/devtools/check-abi.sh > @@ -37,10 +37,6 @@ fi > error= > for dump in $(find $refdir -name "*.dump"); do > name=$(basename $dump) > - if grep -qE '\ - echo "Skipped removed driver $name." > -

Re: [PATCH] version: 22.11-rc0

2022-07-19 Thread Lincoln Lavoie
Thanks David, Owen is taking care of that this morning and will confirm back when it's disabled on the DPDK main. Cheers, Lincoln On Tue, Jul 19, 2022 at 6:36 AM David Marchand wrote: > On Mon, Jul 18, 2022 at 6:21 PM Lincoln Lavoie > wrote: > > With the 22.07 release, I think we can now disa

Re: [PATCH] version: 22.11-rc0

2022-07-19 Thread David Marchand
On Mon, Jul 18, 2022 at 12:10 PM David Marchand wrote: > diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore > index 8c8c648895..ded20032d4 100644 > --- a/devtools/libabigail.abignore > +++ b/devtools/libabigail.abignore > @@ -31,43 +31,8 @@ > type_kind = enum >

Re: [PATCH] version: 22.11-rc0

2022-07-19 Thread David Marchand
On Mon, Jul 18, 2022 at 6:21 PM Lincoln Lavoie wrote: > With the 22.07 release, I think we can now disable the ABI for the dpdk main, > until the next LTS release, correct? Indeed, you can do it now. Thanks Lincoln. -- David Marchand

Re: [PATCH] version: 22.11-rc0

2022-07-18 Thread Lincoln Lavoie
HI All, With the 22.07 release, I think we can now disable the ABI for the dpdk main, until the next LTS release, correct? Cheers, Lincoln On Mon, Jul 18, 2022 at 8:34 AM David Marchand wrote: > Hello CI guys, > > On Mon, Jul 18, 2022 at 12:10 PM David Marchand > wrote: > > > > Start a new re

Re: [PATCH] version: 22.11-rc0

2022-07-18 Thread David Marchand
Hello CI guys, On Mon, Jul 18, 2022 at 12:10 PM David Marchand wrote: > > Start a new release cycle with empty release notes. > > The ABI version becomes 23.0. > The map files are updated to the new ABI major number (23). > The ABI exceptions are dropped and CI ABI checks are disabled because > c

[PATCH] version: 22.11-rc0

2022-07-18 Thread David Marchand
Start a new release cycle with empty release notes. The ABI version becomes 23.0. The map files are updated to the new ABI major number (23). The ABI exceptions are dropped and CI ABI checks are disabled because compatibility is not preserved. Special handling of removed drivers is also dropped in