Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981AbdIUOah (ORCPT ); Thu, 21 Sep 2017 10:30:37 -0400 Received: from foss.arm.com ([217.140.101.70]:47476 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbdIUOae (ORCPT ); Thu, 21 Sep 2017 10:30:34 -0400 Date: Thu, 21 Sep 2017 15:30:30 +0100 From: Catalin Marinas To: Roy Pledge Cc: leoyang.li@nxp.com, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, mark.rutland@arm.com, arnd@arndb.de, madalin.bucur@nxp.com, linux@armlinux.org.uk, oss@buserror.net Subject: Re: [v5 03/12] soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocations Message-ID: <20170921143030.d6qafcrn4sy5bpap@localhost> References: <1505767187-4596-1-git-send-email-roy.pledge@nxp.com> <1505767187-4596-4-git-send-email-roy.pledge@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505767187-4596-4-git-send-email-roy.pledge@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 289 Lines: 7 On Mon, Sep 18, 2017 at 04:39:38PM -0400, Roy Pledge wrote: > Use the shared-memory-pool mechanism for frame queue descriptor and > packed frame descriptor record area allocations. > > Signed-off-by: Roy Pledge Reviewed-by: Catalin Marinas