DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] devtools: remove ABI exception for baseband FFT
@ 2023-11-23  8:58 David Marchand
  2023-11-23  8:58 ` [PATCH 2/2] devtools: remove ABI exception for crypto asym operations David Marchand
  2023-11-23  9:36 ` [PATCH 1/2] devtools: remove ABI exception for baseband FFT Maxime Coquelin
  0 siblings, 2 replies; 5+ messages in thread
From: David Marchand @ 2023-11-23  8:58 UTC (permalink / raw)
  To: dev; +Cc: thomas, Stephen Hemminger, Maxime Coquelin

Those API are now stable.

Fixes: c96b519bd1c3 ("bbdev: promote some functions as stable")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 devtools/libabigail.abignore | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore
index 325f34e0b6..3ff51509de 100644
--- a/devtools/libabigail.abignore
+++ b/devtools/libabigail.abignore
@@ -37,10 +37,6 @@
         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.41.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2/2] devtools: remove ABI exception for crypto asym operations
  2023-11-23  8:58 [PATCH 1/2] devtools: remove ABI exception for baseband FFT David Marchand
@ 2023-11-23  8:58 ` David Marchand
  2023-11-24 19:39   ` [EXT] " Akhil Goyal
  2023-11-27  7:35   ` David Marchand
  2023-11-23  9:36 ` [PATCH 1/2] devtools: remove ABI exception for baseband FFT Maxime Coquelin
  1 sibling, 2 replies; 5+ messages in thread
From: David Marchand @ 2023-11-23  8:58 UTC (permalink / raw)
  To: dev; +Cc: thomas, Stephen Hemminger, Akhil Goyal

Those API are now stable.

Fixes: 79a4c2cda131 ("cryptodev: promote some functions as stable")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 devtools/libabigail.abignore | 7 -------
 1 file changed, 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 ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-- 
2.41.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] devtools: remove ABI exception for baseband FFT
  2023-11-23  8:58 [PATCH 1/2] devtools: remove ABI exception for baseband FFT David Marchand
  2023-11-23  8:58 ` [PATCH 2/2] devtools: remove ABI exception for crypto asym operations David Marchand
@ 2023-11-23  9:36 ` Maxime Coquelin
  1 sibling, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2023-11-23  9:36 UTC (permalink / raw)
  To: David Marchand, dev; +Cc: thomas, Stephen Hemminger



On 11/23/23 09:58, David Marchand wrote:
> Those API are now stable.
> 
> Fixes: c96b519bd1c3 ("bbdev: promote some functions as stable")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>   devtools/libabigail.abignore | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore
> index 325f34e0b6..3ff51509de 100644
> --- a/devtools/libabigail.abignore
> +++ b/devtools/libabigail.abignore
> @@ -37,10 +37,6 @@
>           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 ;
>   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [EXT] [PATCH 2/2] devtools: remove ABI exception for crypto asym operations
  2023-11-23  8:58 ` [PATCH 2/2] devtools: remove ABI exception for crypto asym operations David Marchand
@ 2023-11-24 19:39   ` Akhil Goyal
  2023-11-27  7:35   ` David Marchand
  1 sibling, 0 replies; 5+ messages in thread
From: Akhil Goyal @ 2023-11-24 19:39 UTC (permalink / raw)
  To: David Marchand, dev; +Cc: thomas, Stephen Hemminger

> Those API are now stable.
> 
> Fixes: 79a4c2cda131 ("cryptodev: promote some functions as stable")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Akhil Goyal <gakhil@marvell.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] devtools: remove ABI exception for crypto asym operations
  2023-11-23  8:58 ` [PATCH 2/2] devtools: remove ABI exception for crypto asym operations David Marchand
  2023-11-24 19:39   ` [EXT] " Akhil Goyal
@ 2023-11-27  7:35   ` David Marchand
  1 sibling, 0 replies; 5+ messages in thread
From: David Marchand @ 2023-11-27  7:35 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, thomas, Stephen Hemminger, Akhil Goyal, Maxime Coquelin

On Thu, Nov 23, 2023 at 9:58 AM David Marchand
<david.marchand@redhat.com> wrote:
>
> Those API are now stable.
>
> Fixes: 79a4c2cda131 ("cryptodev: promote some functions as stable")
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Series applied, thanks.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-27  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23  8:58 [PATCH 1/2] devtools: remove ABI exception for baseband FFT David Marchand
2023-11-23  8:58 ` [PATCH 2/2] devtools: remove ABI exception for crypto asym operations David Marchand
2023-11-24 19:39   ` [EXT] " Akhil Goyal
2023-11-27  7:35   ` David Marchand
2023-11-23  9:36 ` [PATCH 1/2] devtools: remove ABI exception for baseband FFT Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).