patch 'build: suppress rte_crypto_asym_op abi check' has been queued to stable release 21.11.1

Kevin Traynor ktraynor at redhat.com
Wed Mar 16 16:15:22 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/21/22. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/1d3fa7c188b03ff12d8e0b6258500e7586d5bb74

Thanks.

Kevin

---
>From 1d3fa7c188b03ff12d8e0b6258500e7586d5bb74 Mon Sep 17 00:00:00 2001
From: Kevin Traynor <ktraynor at redhat.com>
Date: Wed, 16 Mar 2022 11:32:19 +0000
Subject: [PATCH] build: suppress rte_crypto_asym_op abi check

Suppress of rte_crypto_asym_op was added in dpdk main branch
as part of
a678c5d36589 ("cryptodev: add DSA random number k")

That is not backported to 21.11 branch, but other commit
f092922c3674 ("cryptodev: fix RSA key type name")
also needs this suppression.

Add the suppression here.

Fixes: f092922c3674 ("cryptodev: fix RSA key type name")
Cc: arkadiuszx.kusztal at intel.com

Reported-by: https://lab.dpdk.org/results/dashboard/tarballs/19132
Reported-by: David Marchand <david.marchand at redhat.com>
Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
---
 devtools/libabigail.abignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore
index 004fd53180..146a601ed3 100644
--- a/devtools/libabigail.abignore
+++ b/devtools/libabigail.abignore
@@ -13,4 +13,8 @@
         name_regexp = _pmd_info$
 
+; Ignore changes to rte_crypto_asym_op, asymmetric crypto API is experimental
+[suppress_type]
+        name = rte_crypto_asym_op
+
 ; Ignore section attribute fixes in experimental regexdev library
 [suppress_file]
-- 
2.34.1



More information about the stable mailing list