From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 4 May 2017 07:53:46 -0600 From: Jens Axboe To: Javier =?iso-8859-1?Q?Gonz=E1lez?= Cc: mb@lightnvm.io, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Javier =?iso-8859-1?Q?Gonz=E1lez?= Subject: Re: [PATCH 1/2] lightnvm: create cmd before allocating request Message-ID: <20170504135345.GA9292@kernel.dk> References: <1493803145-18082-1-git-send-email-javier@cnexlabs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 In-Reply-To: <1493803145-18082-1-git-send-email-javier@cnexlabs.com> List-ID: On Wed, May 03 2017, Javier Gonz�lez wrote: > Create nvme command before allocating a request using > nvme_alloc_request, which uses the command direction. Up until now, the > command has been zeroized, so all commands have been allocated as a > read operation. Applied 1-2. Javier, please use a cover letter when sending more than 1 patch at the time, makes it easier to reply to the series as a whole. -- Jens Axboe From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755032AbdEDNyF (ORCPT ); Thu, 4 May 2017 09:54:05 -0400 Received: from mail-io0-f176.google.com ([209.85.223.176]:35352 "EHLO mail-io0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbdEDNxs (ORCPT ); Thu, 4 May 2017 09:53:48 -0400 Date: Thu, 4 May 2017 07:53:46 -0600 From: Jens Axboe To: Javier =?iso-8859-1?Q?Gonz=E1lez?= Cc: mb@lightnvm.io, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Javier =?iso-8859-1?Q?Gonz=E1lez?= Subject: Re: [PATCH 1/2] lightnvm: create cmd before allocating request Message-ID: <20170504135345.GA9292@kernel.dk> References: <1493803145-18082-1-git-send-email-javier@cnexlabs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1493803145-18082-1-git-send-email-javier@cnexlabs.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 03 2017, Javier González wrote: > Create nvme command before allocating a request using > nvme_alloc_request, which uses the command direction. Up until now, the > command has been zeroized, so all commands have been allocated as a > read operation. Applied 1-2. Javier, please use a cover letter when sending more than 1 patch at the time, makes it easier to reply to the series as a whole. -- Jens Axboe