From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77619C47082 for ; Mon, 31 May 2021 04:35:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 549FF611EE for ; Mon, 31 May 2021 04:35:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230130AbhEaEh1 (ORCPT ); Mon, 31 May 2021 00:37:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:33944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230108AbhEaEhS (ORCPT ); Mon, 31 May 2021 00:37:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A7D8F611EE; Mon, 31 May 2021 04:35:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622435739; bh=W1hpoo5O1CBJYH2WdbdgVmMk3XSQ8213eLW2wOvAh5A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qDkPkvw/IAoFk2I5kY58c9XWEaLKXVFs3yDwZXtR/2S98nRAkEg6o++l21gJJbcRC VAP7cILeZEpJNmfLRnJIcYWPtOCE5WZS9hilcZ5Dxl9VOMbejtdopoXxlBO3y2VohM PwKV7oIWUmv3xkbLgEh0WmVx21QoGJiHbghnY/lbDizPVJZFFdB9M3OxXdjMSsj1+k JMXScN0xd6iDEyyjvLUHXxAf7TxdYg635AEUtAm7ok3QQVSqCTgXMxXzJdfSKnGCCQ JJl3EoB9PQNt6xpeHsq25vKIE/+KJcFZaBbjLRsRuGr6GMwxIupwR4MqtvoRcWIVTO uw1pgwwMd3KYQ== Date: Mon, 31 May 2021 10:05:35 +0530 From: Vinod Koul To: Guanhua Gao Cc: Yi Zhao , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] dmaengine: fsl-dpaa2-qdma: Upgrade DPDMAI functions Message-ID: References: <20210422084436.910-1-guanhua.gao@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210422084436.910-1-guanhua.gao@nxp.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 22-04-21, 16:44, Guanhua Gao wrote: > This patch: > 1. Reworks DPDMAI interface functions. What do you mean by rework, what changes.. Please details out changes done and the reasons behind them, so that we can review accordingly > 2. Update DPDMAI interfaces to support MC firmware V10.8.0 and above. > From MC firmware V10.8.0, each DPDMAI supports 8/16 transaction > queues according to the number of CPUs instead of max 2 queues > before. And One change per patch please -- ~Vinod