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 32926A0C44; Mon, 14 Jun 2021 18:39:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA12B4067E; Mon, 14 Jun 2021 18:39:12 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id A96C24067A for ; Mon, 14 Jun 2021 18:39:11 +0200 (CEST) Received: from [192.168.1.71] (unknown [188.170.85.171]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 054017F504; Mon, 14 Jun 2021 19:39:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 054017F504 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1623688751; bh=WtHbW/djTQm9pfYFbhZFC0fmN014g6w1NcDs5hWfWdc=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=XTMoPHm7z+plO1XHTniYC5bS8cm+Ik4d2fkYToWbtUpN7SJ9CTAr9Z3PeqeOypkj6 no2egmyMwqKL5CqbgkNIAtO2g5BTnHofO8rHEvgrMgEp0hY54TBAgWOb2bPXZ1/r0A mbM+h8HjL9ycAvWTbM5V5kox3jL7LeEwwal2VRsw= To: Jasvinder Singh , dev@dpdk.org Cc: cristian.dumitrescu@intel.com, ferruh.yigit@intel.com References: <20210614150009.2796240-1-jasvinder.singh@intel.com> <20210614163000.2796888-1-jasvinder.singh@intel.com> From: Andrew Rybchenko Message-ID: Date: Mon, 14 Jun 2021 19:39:10 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210614163000.2796888-1-jasvinder.singh@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] doc/rel_notes: remove old deprecation notice for sched 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 6/14/21 7:30 PM, Jasvinder Singh wrote: > APIs and data structures hasve been modified as per deprecation > note, so removing deprecation notice from the notes. > > Fixes: 85f52aa422d6 ("sched: add pipe config params to subport struct") > > Signed-off-by: Jasvinder Singh Acked-by: Andrew Rybchenko