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 B992AA00C3; Thu, 24 Nov 2022 15:35:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C45442DC2; Thu, 24 Nov 2022 15:35:15 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 7DBE842DBF for ; Thu, 24 Nov 2022 15:35:14 +0100 (CET) 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 (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id D59447D; Thu, 24 Nov 2022 17:35:13 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru D59447D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1669300513; bh=5flBCCWRkqGBOw9Cih6wC/KzE0jaraOujv/DoMijhJE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ABpqzawibo6rZ4B1wjsVwNbRS/15q67QbUcpjldGL+epXT+9oQ2glVY8SwKDIyhuc poo3HjiXmtkcwIENMgnxZaYD4V2KQoEei3g+N5ffmEDX56+MuHVbJgm9I4F4H2QyR7 u3EDBD79cZiXjPFr+jqseMExfnnODPBLBhY7562w= Message-ID: <89206269-9b85-3c93-d574-ff8a6a384a04@oktetlabs.ru> Date: Thu, 24 Nov 2022 17:35:13 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH 0/2] update ethdev deprecation notices Content-Language: en-US To: Thomas Monjalon , dev@dpdk.org Cc: Ori Kam , Ferruh Yigit References: <20221124142659.3350953-1-thomas@monjalon.net> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20221124142659.3350953-1-thomas@monjalon.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 11/24/22 17:26, Thomas Monjalon wrote: > The deprecation plan was not followed for rte_flow actions and items. > It needs to be reflected before the release 22.11. > > Thomas Monjalon (2): > doc: update deprecation notice of legacy flow actions > doc: update deprecation notice of flow items > > doc/guides/rel_notes/deprecation.rst | 47 +++++++++++++++++++--------- > 1 file changed, 32 insertions(+), 15 deletions(-) > Series-acked-by: Andrew Rybchenko