From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1C71F1B25A for ; Wed, 10 Jan 2018 21:49:30 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 12:49:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,342,1511856000"; d="scan'208";a="20586291" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 12:49:28 -0800 To: Olivier Matz , dev@dpdk.org, Ajit Khaparde References: <20171214142825.28176-1-olivier.matz@6wind.com> <20180103103225.7120-1-olivier.matz@6wind.com> From: Ferruh Yigit Message-ID: <77f19bfc-bfc5-3451-12ad-b5586e9ad435@intel.com> Date: Wed, 10 Jan 2018 20:49:28 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180103103225.7120-1-olivier.matz@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/bnxt: use new API to get iova address 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: Wed, 10 Jan 2018 20:49:31 -0000 On 1/3/2018 10:32 AM, Olivier Matz wrote: > Replace internal functions to get dma address them with their generic iova > version. Also rename the 'data' variable to 'mbuf' for more readability. > > Signed-off-by: Olivier Matz > Acked-by: Ajit Khaparde Series applied to dpdk-next-net/master, thanks.