From patchwork Thu Jun 15 16:49:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 128757 X-Patchwork-Delegate: maxime.coquelin@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 038F542CC8; Thu, 15 Jun 2023 18:55:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6EF842D2F; Thu, 15 Jun 2023 18:54:58 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 71FBE410D0 for ; Thu, 15 Jun 2023 18:54:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686848093; x=1718384093; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LnuCN1n1qnf6xlr6s3BzSnt4foWPJw/Vdk92sGP0BxE=; b=SXsbZZAPPxD69+3Bsd3V5CeU2Mzyy8+FgL99nb0xU3O6jiVgYdPyqs5G JFNq584u4+PeCPw8ZhL6PPTlbvqLmFh4GBJzJCuFQV8nPDMKq2pHLZOQe aFbFF6l1XacKQb00vGhudUU9cPgR4JZoU4IMaw16lpoKo9uR43EhDQLIL U9aErKj4dzfJJG5TCuRfnL9FcRTTANK+lsoB/LEr2CnrB3+JJ/jDZ5y6D vjVD78EfFWXRiAuxChyJnuoAHRk3UKISoNXcAi1aeBiu70x7iFAtxPPwB TJ6LXkEt+FoBPQijj61QNw8y17k7GlWx9dOJFtMChjL9cOENQEm0XPfRu w==; X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="356469829" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="356469829" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 09:54:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="712518728" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="712518728" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by orsmga002.jf.intel.com with ESMTP; 15 Jun 2023 09:54:29 -0700 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: trix@redhat.com, hemant.agrawal@nxp.com, david.marchand@redhat.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v2 5/5] devtools: ignore changes into bbdev experimental API Date: Thu, 15 Jun 2023 16:49:01 +0000 Message-Id: <20230615164901.40845-6-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230615164901.40845-1-nicolas.chautru@intel.com> References: <20230615164901.40845-1-nicolas.chautru@intel.com> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Developpers are warned that the related fft experimental functions do not preserve ABI, hence these can be waived. Signed-off-by: Nicolas Chautru Acked-by: Hernan Vargas Acked-by: Hemant Agrawal Reviewed-by: Maxime Coquelin --- devtools/libabigail.abignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 7a93de3ba1..09b8f156b5 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -30,7 +30,9 @@ [suppress_type] 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 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;