On Mon, Jul 18, 2022 at 12:10 PM David Marchand <david.march...@redhat.com> 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 > changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, > RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END > > -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > -; Temporary exceptions till next major ABI version ; > -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > +; Temporary exceptions till next major ABI version ; > +; NOTE: there may be some removed libaries or drivers in check-abi.sh ;
Typo for libraries*. This can be fixed when applying. > +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > > -; Ignore ethdev event enum update > -; because new event cannot be received if not registered > -[suppress_type] > - type_kind = enum > - changed_enumerators = RTE_ETH_EVENT_MAX > - > -; Ignore fields inserted in cacheline boundary of rte_eth_rxq_info [snip] -- David Marchand