From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 74401A00BE; Mon, 27 Apr 2020 11:07:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EDB731C1FD; Mon, 27 Apr 2020 11:07:15 +0200 (CEST) Received: from qrelay98.mxroute.com (qrelay98.mxroute.com [172.82.139.98]) by dpdk.org (Postfix) with ESMTP id 743851C1E9 for ; Mon, 27 Apr 2020 11:07:14 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] 149.28.56.236.vultr.com) (Authenticated sender: mN4UYu2MZsgR) by qrelay98.mxroute.com (ZoneMTA) with ESMTPA id 171bae3e1040000d83.001 for ; Mon, 27 Apr 2020 09:07:08 +0000 X-Zone-Loop: 313bed543468f0b50aea4fe2dcb5256a36cb9a28e3d5 X-Originating-IP: [149.28.56.236] Received: from galaxy.mxroute.com (unknown [23.92.70.113]) by filter004.mxroute.com (Postfix) with ESMTPS id 423C83EA09; Mon, 27 Apr 2020 09:07:03 +0000 (UTC) Received: from [192.198.151.44] (helo=localhost) by galaxy.mxroute.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1jSzJB-00017N-4G; Mon, 27 Apr 2020 04:40:09 -0400 From: Ray Kinsella To: dev@dpdk.org Cc: aostruszka@marvell.com, stephen@networkplumber.org, david.marchand@redhat.com, Ray Kinsella , Thomas Monjalon , Jingjing Wu , Wenzhuo Lu , Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , Jerin Jacob , Nithin Dabilpuram , Alfredo Cardigliano , Mahipal Challa , Cristian Dumitrescu Date: Mon, 27 Apr 2020 10:06:55 +0100 Message-Id: <1587978418-3849-1-git-send-email-mdr@ashroe.eu> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20200420093421.68984-1-mdr@ashroe.eu> References: <20200420093421.68984-1-mdr@ashroe.eu> X-AuthUser: mdr@ashroe.eu Subject: [dpdk-dev] [PATCH v3] abi: change references to abi 20.0.1 to abi v21 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v3: * Removed libabigail supressions in previous version. * Clarified abi policy for only major abi versions in git commit. Ray Kinsella (1): abi: change references to abi 20.0.1 to abi v21 MAINTAINERS | 2 ++ drivers/common/iavf/rte_common_iavf_version.map | 2 +- drivers/common/mlx5/rte_common_mlx5_version.map | 2 +- drivers/common/octeontx2/rte_common_octeontx2_version.map | 2 +- drivers/net/ionic/rte_pmd_ionic_version.map | 2 +- drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map | 2 +- drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map | 2 +- lib/librte_meter/rte_meter_version.map | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-) -- 2.7.4