diff options
| author | David Marchand <[email protected]> | 2023-11-23 09:58:23 +0100 |
|---|---|---|
| committer | David Marchand <[email protected]> | 2023-11-27 08:30:19 +0100 |
| commit | aa01d1e46aa16a6d615b9d7bbd362aee1fd73f05 (patch) | |
| tree | 807cb9ad865382f35cc53c22e75725eec0442cf0 | |
| parent | 48875b3240c234b5b6a92b7608d50b78831d4f56 (diff) | |
devtools: remove ABI exception for crypto asym operations
Those API are now stable.
Fixes: 79a4c2cda131 ("cryptodev: promote some functions as stable")
Signed-off-by: David Marchand <[email protected]>
Acked-by: Akhil Goyal <[email protected]>
| -rw-r--r-- | devtools/libabigail.abignore | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 3ff51509de..21b8cd6113 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -30,13 +30,6 @@ ; Experimental APIs exceptions ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; Ignore changes to asymmetric crypto API which is experimental -[suppress_type] - name = rte_crypto_asym_op -[suppress_type] - type_kind = enum - changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Temporary exceptions till next major ABI version ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
