From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0BBBE7CBD for ; Fri, 27 Apr 2018 21:38:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 987D221479; Fri, 27 Apr 2018 15:38:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 27 Apr 2018 15:38:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=lQnmfQhjOgpOhjjegI+evUhgLB y+8SjeFdxgN8l3FB4=; b=fkgiH+EqQnZILBX68l9M4YTd8phAZRUpl3XhRiMhjq m8wFq2FWVcXl2y7WYXBNpn1KsD/1hyXkVba1/5xYOd/23lFIDXq0wLL484bDkx1T rs9NbHe1LrENiBdVimH8+lLUJWpbWMMxEwtVGvaHH41MDynNY64FAxpmKyH8b7IJ E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=lQnmfQ hjOgpOhjjegI+evUhgLBy+8SjeFdxgN8l3FB4=; b=Gk0C7feK51asLetqR58/rL +XuN0hlAciHL5uKhepmyLvIe+geKa8Rs6lD9HqwWL7KUTvClpY2gFhfQCr9wGDoS LfZQM3032iVnCKPQYSyYwRsJCFypGmllzJIaAfPOij3u3T1JFtVmodFOJyyX1sLc +lsC8SLrqDXV/u+EQjasOEV9N8LY7zIEjUgQqyKAiI62tLbXF5R+W90ALVNjA+rA Br7VbjQpT/J0OstoyzoA270yylJrhVhCaNl8BeJ2m8XFybVCKLYAEX2SvSJv4m1D TYjgv5dETTraVFFmHnd+uXtpoK6y9qwnDl1WBEaukCH+LvI6zHcedBQk4WDKPrwQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A77E2E509B; Fri, 27 Apr 2018 15:38:32 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, hemant.agrawal@nxp.com, akhil.goyal@nxp.com, anatoly.burakov@intel.com Date: Fri, 27 Apr 2018 21:38:31 +0200 Message-ID: <11075967.sWag7av3Ae@xps> In-Reply-To: <20180427172058.26850-1-shreyansh.jain@nxp.com> References: <20180427162556.22781-1-shreyansh.jain@nxp.com> <20180427172058.26850-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] Optimization for DPAA/DPAA2 for PA/VA Addressing 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: Fri, 27 Apr 2018 19:38:34 -0000 > Shreyansh Jain (3): > crypto/dpaa_sec: remove ctx based offset for PA-VA conversion > bus/fslmc: optimize physical to virtual address searching > bus/dpaa: optimize physical to virtual address searching Applied with fixes for: - 32-bit compilation - symbols export for shared lib compilation - rte_ prefix namespace for exported symbols - dpaa2 mempool dependency for dpaa2 eventdev