From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/2] net/bnxt: use new API to get iova address Date: Wed, 10 Jan 2018 20:49:28 +0000 Message-ID: <77f19bfc-bfc5-3451-12ad-b5586e9ad435@intel.com> References: <20171214142825.28176-1-olivier.matz@6wind.com> <20180103103225.7120-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Olivier Matz , dev@dpdk.org, Ajit Khaparde 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) In-Reply-To: <20180103103225.7120-1-olivier.matz@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.