From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajit Khaparde Subject: Re: [PATCH 2/2] net/bnxt: use new API to get iova address Date: Thu, 14 Dec 2017 09:47:39 -0800 Message-ID: References: <20171214142825.28176-1-olivier.matz@6wind.com> <20171214142825.28176-2-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Stephen Hurd To: Olivier Matz Return-path: Received: from mail-qt0-f170.google.com (mail-qt0-f170.google.com [209.85.216.170]) by dpdk.org (Postfix) with ESMTP id A975E107A for ; Thu, 14 Dec 2017 18:48:20 +0100 (CET) Received: by mail-qt0-f170.google.com with SMTP id k19so8953758qtj.6 for ; Thu, 14 Dec 2017 09:48:20 -0800 (PST) In-Reply-To: <20171214142825.28176-2-olivier.matz@6wind.com> 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 Thu, Dec 14, 2017 at 6:28 AM, Olivier Matz wrote: > The functions rte_mbuf_data_dma_addr*() are deprecated. > Replace them with their iova version. Also rename the 'data' variable > to 'mbuf' for more readability. > > Signed-off-by: Olivier Matz > Acked-by: Ajit Khaparde =E2=80=8B