Skip to content

Commit

Permalink
devtools: ignore changes into bbdev experimental API
Browse files Browse the repository at this point in the history
Developers are warned that the related FFT experimental functions
do not preserve ABI, hence these can be waived.

Signed-off-by: Nicolas Chautru <[email protected]>
Acked-by: Hernan Vargas <[email protected]>
Acked-by: Hemant Agrawal <[email protected]>
Reviewed-by: Maxime Coquelin <[email protected]>
  • Loading branch information
nicolas-chautru authored and mcoquelin committed Sep 21, 2023
1 parent e797d00 commit 78eef46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devtools/libabigail.abignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
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 ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 comments on commit 78eef46

Please sign in to comment.