From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 67D361B1B6 for ; Mon, 18 Sep 2017 17:21:31 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 08:21:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,413,1500966000"; d="scan'208";a="152609892" Received: from aburakov-mobl2.ger.corp.intel.com (HELO [10.237.220.104]) ([10.237.220.104]) by fmsmga005.fm.intel.com with ESMTP; 18 Sep 2017 08:21:29 -0700 To: Santosh Shukla , dev@dpdk.org References: <20170814151537.29454-1-santosh.shukla@caviumnetworks.com> <20170905103119.20511-1-santosh.shukla@caviumnetworks.com> <20170905103119.20511-4-santosh.shukla@caviumnetworks.com> From: "Burakov, Anatoly" Message-ID: Date: Mon, 18 Sep 2017 16:21:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170905103119.20511-4-santosh.shukla@caviumnetworks.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 3/5] eal/memory: rename memseg member phys to iova addr 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: , X-List-Received-Date: Mon, 18 Sep 2017 15:21:31 -0000 On 05-Sep-17 11:31 AM, Santosh Shukla wrote: > Renaming rte_memseg {.phys_addr} to {.iova_addr} > > Signed-off-by: Santosh Shukla > --- > v1 --> v2: > - includes freebsdp v1 build fixes. > > lib/librte_eal/bsdapp/eal/eal_memory.c | 4 ++-- > lib/librte_eal/common/eal_common_memory.c | 2 +- > lib/librte_eal/common/include/rte_memory.h | 4 ++-- > lib/librte_eal/common/rte_malloc.c | 5 +++-- > lib/librte_eal/linuxapp/eal/eal_memory.c | 8 ++++---- > lib/librte_eal/linuxapp/eal/eal_vfio.c | 4 ++-- > 6 files changed, 14 insertions(+), 13 deletions(-) > Reviewed-by: Anatoly Burakov