From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 600A5A04BC; Thu, 17 Sep 2020 12:41:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 30E421D5E3; Thu, 17 Sep 2020 12:41:44 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2BD101D5C5 for ; Thu, 17 Sep 2020 12:41:42 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 97CCC5C05B3; Thu, 17 Sep 2020 06:41:40 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 17 Sep 2020 06:41:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm2; bh=IYFmIYqDSlmQN 4bDvaSpOsHOHdQPlLa0sXAp2MSRqLM=; b=PRGACH2IXzThZjfrMSrgtQyXk8UaJ wNx9jchOD9XmonNSpffhfHA7oPj1LKXOUhZg62ybRddmPXWW6+Gwalae21XA0HwQ XKItLvVMgtNxvAmtpOlHTt02yRICNo6Fs8XrSZYLorojzW5cdeea6SQly6Fu8vGZ NpLk0fF9OD0VLYdauWk8w8WVF335v0MmY7FY+fX5+eC3oBiLJxX+6THiAvvC+J/d aXlGSBTNRAk9FCk1YZO0VBjz8nHdaqQ4W7hfE7HCFlJBb13LV4c5rnz8MCSsdbV2 hW2EKcAjYhOS9m/sgTwALgrltLwUCohUqxyrDPkR4wrz4FFl+r4w7FVMg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=IYFmIYqDSlmQN4bDvaSpOsHOHdQPlLa0sXAp2MSRqLM=; b=dtN/mwsa 92o6jD++r39hAUgSq3ELhAGQ1ku0g1zfaDm6DBAkvSqZTakSoObMU02vgQfjabiB sCEZ0ZdAcMeMldGKDoaoTNau8zQcjECAYj/Y54+k1GJ8A+Y0vgo50QE3h/6Z4GCZ rS6htNYJapS9oAB26ePE3FX7OerY2axSgK6Rf8K8bZ8uGA1XL7hz4/Qxl8iSlzrF 7upwYTExEf95H9RTnIWeIJHrcG4w8r/5fLB0HsXrVZ39P3nhlRnkqGrBqIzK5Mc6 +KdL8jL+JBvd3H2reX+1GMllm/mb8iGoDE9dGWVznU3ee1VCnPyQcKiKlvrSi+Ls 7kh2TIpNvWw4pg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrtdeggdefvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfggfgsedtkeertd ertddtnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecuggftrfgrthhtvghrnhepvdehgfeivdejgedtveehfe fhteelfefgieevgfffveefjeegtdfguedthedtgeevnecukfhppeejjedrudefgedrvddt fedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8D15B3064683; Thu, 17 Sep 2020 06:41:39 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com, mdr@ashroe.eu Date: Thu, 17 Sep 2020 12:41:29 +0200 Message-Id: <20200917104133.6186-1-thomas@monjalon.net> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200914161801.572174-1-thomas@monjalon.net> References: <20200914161801.572174-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/4] remove aliases replaced with IOVA X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" When introducing IOVA semantic, 3 years ago, some fields, functions and macros mentioning "physical address" were marked as deprecated and replaced with IOVA aliases. Some parts of the original "physical address" semantic have been removed over the years, other parts are still there. This pathset proposes removing the remaining parts in memseg, memzone, mempool and mbuf components. The mbuf field removal was announced, and the rest of those removals were not announced, except it is marked deprecated for 3 years. v2: add missing release notes text for patches 1, 2 and 3 Thomas Monjalon (4): mem: remove physical address aliases mempool: remove physical address aliases mbuf: remove deprecated function and macro aliases mbuf: remove physical address alias doc/guides/rel_notes/deprecation.rst | 2 - doc/guides/rel_notes/release_20_11.rst | 18 ++++++++ .../fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 16 +++---- drivers/baseband/fpga_lte_fec/fpga_lte_fec.c | 16 +++---- drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 2 +- drivers/common/cpt/cpt_ucode.h | 14 +++---- drivers/common/dpaax/dpaax_iova_table.c | 2 +- drivers/compress/qat/qat_comp.c | 6 +-- drivers/compress/qat/qat_comp_pmd.c | 2 +- drivers/crypto/ccp/ccp_crypto.c | 22 +++++----- drivers/crypto/ccp/ccp_dev.c | 2 +- drivers/crypto/dpaa_sec/dpaa_sec.c | 42 +++++++++---------- drivers/crypto/nitrox/nitrox_sym_reqmgr.c | 6 +-- .../crypto/octeontx/otx_cryptodev_hw_access.c | 2 +- drivers/crypto/virtio/virtio_cryptodev.c | 6 +-- drivers/crypto/virtio/virtio_rxtx.c | 6 +-- drivers/net/axgbe/axgbe_rxtx.c | 4 +- drivers/net/i40e/i40e_rxtx_vec_avx2.c | 18 ++++---- drivers/net/iavf/iavf_rxtx_vec_avx2.c | 18 ++++---- drivers/net/ice/base/ice_osdep.h | 2 +- drivers/net/ice/ice_rxtx_vec_avx2.c | 18 ++++---- drivers/net/octeontx2/otx2_ethdev_sec_tx.h | 2 +- drivers/net/pfe/base/pfe.h | 2 +- examples/fips_validation/main.c | 4 +- kernel/linux/kni/kni_net.c | 6 +-- lib/librte_eal/include/rte_memory.h | 6 +-- lib/librte_eal/include/rte_memzone.h | 6 +-- lib/librte_eal/linux/include/rte_kni_common.h | 2 +- lib/librte_kni/rte_kni.c | 14 +++---- lib/librte_mbuf/rte_mbuf.h | 21 ---------- lib/librte_mbuf/rte_mbuf_core.h | 6 +-- lib/librte_mempool/rte_mempool.h | 13 +----- 32 files changed, 140 insertions(+), 166 deletions(-) -- 2.28.0