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 E6DA4A0C53; Wed, 1 Sep 2021 07:31:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F6EB4013F; Wed, 1 Sep 2021 07:31:44 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id A954940041 for ; Wed, 1 Sep 2021 07:31:42 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10093"; a="205762206" X-IronPort-AV: E=Sophos;i="5.84,368,1620716400"; d="scan'208";a="205762206" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 22:31:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,368,1620716400"; d="scan'208";a="460548589" Received: from npg-dpdk-haiyue-1.sh.intel.com ([10.67.118.197]) by fmsmga007.fm.intel.com with ESMTP; 31 Aug 2021 22:31:39 -0700 From: Haiyue Wang To: dev@dpdk.org Cc: mdr@ashroe.eu, thomas@monjalon.net, Haiyue Wang Date: Wed, 1 Sep 2021 13:07:04 +0800 Message-Id: <20210901050707.570163-1-haiyue.wang@intel.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v1 0/3] Promote some API to stable 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 Sender: "dev" According to DPDK ABI Policy, section 3.5.3. https://doc.dpdk.org/guides/contributing/abi_policy.html Promote some API reported by DPDK Symbol Bot to stable. Haiyue Wang (3): net/ixgbe: promote some API to stable net/ice: promote some API to stable ethdev: promote burst mode API to stable drivers/net/ice/rte_pmd_ice.h | 3 --- drivers/net/ice/version.map | 11 ++++------- drivers/net/ixgbe/rte_pmd_ixgbe.h | 5 ----- drivers/net/ixgbe/version.map | 10 +++++----- lib/ethdev/rte_ethdev.h | 2 -- lib/ethdev/version.map | 4 ++-- 6 files changed, 11 insertions(+), 24 deletions(-) -- 2.33.0