From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 00/15] make DPDK IOVA aware Date: Mon, 06 Nov 2017 23:48:55 +0100 Message-ID: <3976505.MNvJsuZSZ4@xps> References: <20170814151537.29454-1-santosh.shukla@caviumnetworks.com> <20171106014141.13266-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, sergio.gonzalez.monroy@intel.com, anatoly.burakov@intel.com To: Santosh Shukla , olivier.matz@6wind.com Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id E4D4A1B2E0 for ; Mon, 6 Nov 2017 23:48:58 +0100 (CET) In-Reply-To: <20171106014141.13266-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/11/2017 02:41, Thomas Monjalon: > Santosh Shukla (5): > mem: rename segment address from physical to IOVA > malloc: use pointer diff macro in IOVA mapping > mbuf: rename physical address to IOVA > cryptodev: rename physical address type to IOVA > drivers/net: rename physical address type to IOVA > > Thomas Monjalon (10): > mem: hide physical address error in VA mode > mem: introduce IOVA type > mem: rename address mapping function to IOVA > malloc: rename address mapping function to IOVA > memzone: rename address from physical to IOVA > mempool: rename addresses from physical to IOVA > mempool: rename address mapping function to IOVA > mempool: rename populate functions to IOVA > mbuf: rename data address helpers to IOVA > doc: add IOVA aware API changes in release notes Applied with suggested fixes