diff options
| author | Nicolas Chautru <[email protected]> | 2023-06-15 16:49:01 +0000 |
|---|---|---|
| committer | Maxime Coquelin <[email protected]> | 2023-09-21 14:21:18 +0200 |
| commit | 78eef460cbb37b407f08b9fda72f691f051db5b7 (patch) | |
| tree | 3f68ca36698abceaf0296354aabb22c94b4313a7 | |
| parent | e797d0095084f7aefd31ae917550d51911d6c35e (diff) | |
devtools: ignore changes into bbdev experimental API
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]>
| -rw-r--r-- | devtools/libabigail.abignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 3ff51509de..325f34e0b6 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -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 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
