From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] crypto/dpaa_sec: changing buf physaddr to buf iova Date: Tue, 07 Nov 2017 14:06:41 +0100 Message-ID: <215748772.zMulbD6aCz@xps> References: <1510056908-8372-1-git-send-email-hemant.agrawal@nxp.com> <1510056908-8372-3-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Hemant Agrawal Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 355AB1B5E4 for ; Tue, 7 Nov 2017 14:06:43 +0100 (CET) In-Reply-To: <1510056908-8372-3-git-send-email-hemant.agrawal@nxp.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" 07/11/2017 13:15, Hemant Agrawal: > buf_physaddr is getting deprecated in mbuf. Seems two occurences were missing, thanks. Fixes: 455da5453987 ("mbuf: rename physical address to IOVA") > Signed-off-by: Hemant Agrawal