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 6ED69A0C4D; Mon, 6 Sep 2021 08:36:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30B4140E32; Mon, 6 Sep 2021 08:36:38 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 50FDD40C35 for ; Mon, 6 Sep 2021 08:36:37 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 91E697F530; Mon, 6 Sep 2021 09:36:36 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 91E697F530 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1630910196; bh=ewAseLP4i1vUYKlLz7HtQYhS6ZVOecCb5fCoDLHpl08=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=DtlmejiYVFfV4nc/62PfcxoM0IDSaOQ01t38z6p3Bh0sSmvSHA48xiGNtC9Niql0S fhVHC7hwtsFLaso52m9EkGG7lqccwM/hKXJIqNUtOwQ8FBfAqay+H77PlwbvIIfHhm B1QMHYpL9/p35pLM9vgTC5GpO3e+xp6suGjudz6I= To: Haiyue Wang , dev@dpdk.org Cc: Ferruh Yigit , Ray Kinsella , Thomas Monjalon References: <20210901050707.570163-1-haiyue.wang@intel.com> <20210906055618.47103-1-haiyue.wang@intel.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <67e74f56-f976-1228-30cf-86b64c507cff@oktetlabs.ru> Date: Mon, 6 Sep 2021 09:36:36 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210906055618.47103-1-haiyue.wang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] 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 9/6/21 8:56 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 Acked-by: Andrew Rybchenko