Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937180AbdIZPhV (ORCPT ); Tue, 26 Sep 2017 11:37:21 -0400 Received: from mail-it0-f45.google.com ([209.85.214.45]:53926 "EHLO mail-it0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936320AbdIZPhS (ORCPT ); Tue, 26 Sep 2017 11:37:18 -0400 X-Google-Smtp-Source: AOwi7QBf090BTFCTTqMiiSAApovruH9vu3njOXTP3OuU9EeGDgxNDa9LQy/qsv5gGw6E5Y9zJIIidoEDXu6+NTPTZx4= MIME-Version: 1.0 In-Reply-To: <1506083824-4024-8-git-send-email-adrian.hunter@intel.com> References: <1506083824-4024-1-git-send-email-adrian.hunter@intel.com> <1506083824-4024-8-git-send-email-adrian.hunter@intel.com> From: Linus Walleij Date: Tue, 26 Sep 2017 17:37:17 +0200 Message-ID: Subject: Re: [PATCH V9 07/15] mmc: block: Prepare CQE data To: Adrian Hunter Cc: Ulf Hansson , linux-mmc , linux-block , linux-kernel , Bough Chen , Alex Lemberg , Mateusz Nowak , Yuliy Izrailov , Jaehoon Chung , Dong Aisheng , Das Asutosh , Zhangfei Gao , Sahitya Tummala , Harjani Ritesh , Venu Byravarasu , Shawn Lin , Christoph Hellwig Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 601 Lines: 15 On Fri, Sep 22, 2017 at 2:36 PM, Adrian Hunter wrote: > Enhance mmc_blk_data_prep() to support CQE requests. That means adding > some things that for non-CQE requests would be encoded into the command > arguments - such as the block address, reliable-write flag, and data tag > flag. Also the request tag is needed to provide the command queue task id, > and a comment is added to explain the future possibility of defining a > priority. > > Signed-off-by: Adrian Hunter Reviewed-by: Linus Walleij Yours, Linus Walleij