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 90183A0C45; Wed, 1 Sep 2021 15:49:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F62840140; Wed, 1 Sep 2021 15:49:32 +0200 (CEST) Received: from mail-108-mta123.mxroute.com (mail-108-mta123.mxroute.com [136.175.108.123]) by mails.dpdk.org (Postfix) with ESMTP id E2B234013F for ; Wed, 1 Sep 2021 15:49:30 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta123.mxroute.com (ZoneMTA) with ESMTPSA id 17ba19f1f1b00074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 01 Sep 2021 13:49:25 +0000 X-Zone-Loop: be4e579f0009e90512c3018286592ac7156716defea1 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=pO76fzLs65NVLare/1yCH++TpEsEQYxvj9a8XRcrKfs=; b=JWh2tJFackdpsOUJX7m2EqcBF5 5jvK3O/hokETF5aUlMRdgT40F+1YA4pLHENFCKNv71SnxmjOVbLvbry+vwg4ovbjtRZllfBPT8s8q qLNpBAdSAMalUYMhzjzLcKI402+BuTjbZFa4ADIcxtpy86xxBLDoax8j6iQgWkmr74xnhOXDBkqQj QUcho6hTA5nIerr2AvwswlsklzLGk/gs+F3P9Us5niUEsq+w3WIF5Cd6KkOxeIcaFaKFYl7AgSjWt DsjLsHiEtJHGVesEJZcFpIILvInBSHJDnYlrg/FibB5AyASuNd1xMRktziC8XX1Y2+Q6JaLT+X/Eq 78B9HYww==; To: Ferruh Yigit , Haiyue Wang , dev@dpdk.org Cc: thomas@monjalon.net, Andrew Rybchenko References: <20210901050707.570163-1-haiyue.wang@intel.com> <20210901050707.570163-4-haiyue.wang@intel.com> From: "Kinsella, Ray" Message-ID: <16c56d9c-0918-fe84-0159-cddd54ba2256@ashroe.eu> Date: Wed, 1 Sep 2021 14:49:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH v1 3/3] ethdev: promote burst mode 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" On 01/09/2021 10:07, Ferruh Yigit wrote: > On 9/1/2021 6:07 AM, Haiyue Wang wrote: >> The DPDK Symbol Bot reports: >> Please note the symbols listed below have expired. In line with the >> DPDK ABI policy, they should be scheduled for removal, in the next >> DPDK release. >> >> Symbol >> rte_eth_rx_burst_mode_get >> rte_eth_tx_burst_mode_get >> >> Signed-off-by: Haiyue Wang > > Acked-by: Ferruh Yigit > Acked-by: Ray Kinsella