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 63138A0C4D; Wed, 13 Oct 2021 10:52:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 485BE41184; Wed, 13 Oct 2021 10:52:44 +0200 (CEST) Received: from mail-108-mta15.mxroute.com (mail-108-mta15.mxroute.com [136.175.108.15]) by mails.dpdk.org (Postfix) with ESMTP id F0ABB4117E for ; Wed, 13 Oct 2021 10:52:42 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta15.mxroute.com (ZoneMTA) with ESMTPSA id 17c78da887f0000b55.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 13 Oct 2021 08:52:40 +0000 X-Zone-Loop: cf2edb18ae626831f59215124c2b12a5986589118764 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=MlW+UVtqocOaeufL6WKRBJ5HnsRl6CguX4D7pFHDuSM=; b=Ih8aC5Iqgp+/EfDIKacPIdvoGQ +DKHFFT2xsssDRVjIOTYJOitvpnlA3AC/VjDbfNnOzUtz5fCuqy6b/F3YjVwBmLALUvHzryohqLSJ +S30H4eucdPT2SxA+NWohoFzcdrGILF2WbipF4Z/R1D9zqzQ6LjFe4MuFH7AlcyjHKryXpcc2WYol crq57phCkDqlnGBFnIIVmRI58DApK0lx6AAPOu1bbSyL7rx1ssmgFjj59gRHVXkxH80Th6vnPT5a3 +kUDSZXo9E2m1xPJyXITKYTo9pGMVHsKDeTrFwfCRu0G8WLGfY0rpAl+ZK86luC19iXnVS0a+J/dL 5Gssf6Rw==; To: Jasvinder Singh , dev@dpdk.org Cc: cristian.dumitrescu@intel.com References: <20210901121920.3885000-1-jasvinder.singh@intel.com> From: "Kinsella, Ray" Message-ID: <76e4559c-679e-bcdd-4c76-67637c8b1231@ashroe.eu> Date: Wed, 13 Oct 2021 09:52:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.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 X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, RCPT_COUNT_THREE=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] 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