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 8959CA0C4E; Tue, 2 Nov 2021 13:51:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA2854069F; Tue, 2 Nov 2021 13:51:12 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 63B854068F for ; Tue, 2 Nov 2021 13:51:11 +0100 (CET) Received: by shelob.oktetlabs.ru (Postfix, from userid 122) id C33C77F70C; Tue, 2 Nov 2021 15:51:10 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shelob.oktetlabs.ru X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=ALL_TRUSTED, DKIM_ADSP_DISCARD, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from aros.oktetlabs.ru (aros.oktetlabs.ru [192.168.38.17]) by shelob.oktetlabs.ru (Postfix) with ESMTP id A32A97F706; Tue, 2 Nov 2021 15:51:06 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A32A97F706 Authentication-Results: shelob.oktetlabs.ru/A32A97F706; dkim=none; dkim-atps=neutral From: Andrew Rybchenko To: Ferruh Yigit , Thomas Monjalon , Jerin Jacob Cc: dev@dpdk.org, David Marchand Date: Tue, 2 Nov 2021 15:50:58 +0300 Message-Id: <20211102125058.3872552-1-andrew.rybchenko@oktetlabs.ru> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: cleanup flow mark Rx offload deprecation notice 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" The problem is solved using Rx metadata delivery negotiation API [1]. [1] commit f6d8a6d3fad7 ("ethdev: negotiate delivery of packet metadata from HW to PMD") Signed-off-by: Andrew Rybchenko --- doc/guides/rel_notes/deprecation.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4366015b01..ec5073908f 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -69,14 +69,6 @@ Deprecation Notices and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``), will be removed in DPDK 20.11. -* ethdev: New offload flags ``RTE_ETH_RX_OFFLOAD_FLOW_MARK`` will be added in 19.11. - This will allow application to enable or disable PMDs from updating - ``rte_mbuf::hash::fdir``. - This scheme will allow PMDs to avoid writes to ``rte_mbuf`` fields on Rx and - thereby improve Rx performance if application wishes do so. - In 19.11 PMDs will still update the field even when the offload is not - enabled. - * ethdev: Announce moving from dedicated modify function for each field, to using the general ``rte_flow_modify_field`` action. -- 2.30.2