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 5D254A0C45; Wed, 1 Sep 2021 15:47:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF76D4013F; Wed, 1 Sep 2021 15:47:20 +0200 (CEST) Received: from mail-108-mta4.mxroute.com (mail-108-mta4.mxroute.com [136.175.108.4]) by mails.dpdk.org (Postfix) with ESMTP id E813F40041 for ; Wed, 1 Sep 2021 15:47:18 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta4.mxroute.com (ZoneMTA) with ESMTPSA id 17ba19d284000074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 01 Sep 2021 13:47:16 +0000 X-Zone-Loop: 4cca4b1badf250f3d47c408e0b884572cd1bc2df8d0c 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=qBds2qFDDkmwANA0ILZ6d8n4UBOjzFRzE5kq7GyhahU=; b=Z+I52DGmQFsbSeFrZefNwpxFvv oqW147DdfZdSgU0G/ima9CsYMPdOhCvXWtixFSVEB0IYd6TzFr9tn0wjWe1lIWvMDKgQbXQzpVarR S/cgloYC8jHostebbmr9zX2clzXfIW9muK8HxZrbHL3inTFyNwiRjRdoH+ugg5aRSUE0N6gpS+ogN UbqVMYaIRC4EwuhK7dMtR9AmltOLuVye3BN9fizXBCalLHf/daJVnP78r+rrWkzkdjdcE4fwFLff9 f0SPyvdR6kP1aLYoHrgmjtSh+Q1bCvMXECpQcS7ducC9KEyOadqTEzdZg0KNavu1gp4alEeYquq9q ciuHXaqA==; To: Jasvinder Singh , dev@dpdk.org Cc: cristian.dumitrescu@intel.com References: <20210901121920.3885000-1-jasvinder.singh@intel.com> From: "Kinsella, Ray" Message-ID: <55f0e41d-077f-8046-da2b-d2385b792eff@ashroe.eu> Date: Wed, 1 Sep 2021 14:47:13 +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: <20210901121920.3885000-1-jasvinder.singh@intel.com> 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] sched: remove experimental tag from the API 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 13:19, Jasvinder Singh wrote: > This API was introduced in 18.05, therefore removing > experimental tag to promote it to stable state > > Signed-off-by: Jasvinder Singh > --- > lib/sched/rte_sched.h | 4 ---- > lib/sched/version.map | 2 +- > 2 files changed, 1 insertion(+), 5 deletions(-) > Acked-by: Ray Kinsella