From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A7A3746012; Wed, 8 Jan 2025 02:41:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 423C240150; Wed, 8 Jan 2025 02:41:26 +0100 (CET) Received: from m16.mail.163.com (m16.mail.163.com [117.135.210.5]) by mails.dpdk.org (Postfix) with ESMTP id 0EB4B4014F for ; Wed, 8 Jan 2025 02:41:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=X2dXf bRKmUiTKyji4U9TrWTjCd0qbEEN551v9HyTUkE=; b=mtlVr1NfR/DjYsxKGaY+2 rJ0R80ZsrCP4glZxuV+R0id/IoLWF1u7V3w1/6DdhFoPJ75yGoKX/CcWVo2OG7v7 Nqs1iD2dlF2CDQxBQbZf1VkN1VHPGJWZ4Hx9ZuzryeFpq3837KGZN/egWjYagpGu kGrSSkXZCDB/x05lfepqEo= Received: from localhost.localdomain.localdomain (unknown []) by gzga-smtp-mtada-g1-0 (Coremail) with SMTP id _____wD3Z+q8131njSSDEg--.20837S2; Wed, 08 Jan 2025 09:41:16 +0800 (CST) From: Huichao Cai To: thomas@monjalon.net Cc: dev@dpdk.org, honnappa.nagarahalli@arm.com, konstantin.v.ananyev@yandex.ru Subject: [PATCH v2] ring: add the second version of the RTS interface Date: Wed, 8 Jan 2025 09:41:06 +0800 Message-Id: <20250108014106.1575-1-chcchc88@163.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20250105151345.3314-1-chcchc88@163.com> References: <20250105151345.3314-1-chcchc88@163.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: _____wD3Z+q8131njSSDEg--.20837S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU7DUUUUUUU X-Originating-IP: [1.202.233.207] X-CM-SenderInfo: pfkfuxrfyyqiywtou0bp/1tbiIAbOF2d90aHhHwAAsr 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 Hi,Thomas This patch adds a field to the ABI structure.I have added the suppress_type field in the file libabigail.abignore, but "ci/github-robot: Build" still reported an error, could you please advise on how to fill in the suppress_type field?