Acked-by: Hemant Agrawal <[email protected]>
> -----Original Message----- > From: Vargas, Hernan <[email protected]> > Sent: Wednesday, September 13, 2023 2:03 AM > To: Hemant Agrawal <[email protected]>; Chautru, Nicolas > <[email protected]>; [email protected]; [email protected] > Cc: Rix, Tom <[email protected]>; [email protected] > Subject: RE: [PATCH v2 5/5] devtools: ignore changes into bbdev experimental > API > Importance: High > > Hi Hemant, > > Your previous ack was under the [PATCH v2 0/5] email. > Could you please place your ack for the patch under this email? > > Thanks, > Hernan > > Acked-by: Hernan Vargas <[email protected]> > > > -----Original Message----- > > From: Hemant Agrawal <[email protected]> > > Sent: Wednesday, September 6, 2023 1:17 AM > > To: Chautru, Nicolas <[email protected]>; [email protected]; > > [email protected] > > Cc: Rix, Tom <[email protected]>; [email protected]; > > [email protected]; Vargas, Hernan <[email protected]> > > Subject: Re: [PATCH v2 5/5] devtools: ignore changes into bbdev > > experimental API > > > > > > On 15-Jun-23 10:19 PM, Nicolas Chautru wrote: > > > Caution: This is an external email. Please take care when clicking > > > links or opening attachments. When in doubt, report the message > > > using the 'Report this email' button > > > > > > > > > Developpers are warned that the related fft experimental functions > > > do not preserve ABI, hence these can be waived. > > %s/Developpers/Developers > > > > > > Signed-off-by: Nicolas Chautru <[email protected]> > > > --- > > > devtools/libabigail.abignore | 4 +++- > > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > > > diff --git a/devtools/libabigail.abignore > > > b/devtools/libabigail.abignore index 7a93de3ba1..09b8f156b5 100644 > > > --- a/devtools/libabigail.abignore > > > +++ b/devtools/libabigail.abignore > > > @@ -30,7 +30,9 @@ > > > [suppress_type] > > > type_kind = enum > > > changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, > > > RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END > > > - > > > +; Ignore changes to bbdev FFT API which is experimental > > > +[suppress_type] > > > + name = rte_bbdev_fft_op > > > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > > > ; Temporary exceptions till next major ABI version ; > > > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > > > -- > > > 2.34.1 > > >

