From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752884AbcFIQbX (ORCPT ); Thu, 9 Jun 2016 12:31:23 -0400 Received: from mga04.intel.com ([192.55.52.120]:15393 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751963AbcFIQbV (ORCPT ); Thu, 9 Jun 2016 12:31:21 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,445,1459839600"; d="scan'208";a="984235321" Date: Thu, 9 Jun 2016 12:38:55 -0400 From: Keith Busch To: Christoph Hellwig Cc: axboe@kernel.dk, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: general preparation for NVMe over Fabrics support Message-ID: <20160609163854.GF1696@localhost.localdomain> References: <1465248052-17811-1-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465248052-17811-1-git-send-email-hch@lst.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2016 at 11:20:42PM +0200, Christoph Hellwig wrote: > This patch set adds some needed preparations for the upcoming NVMe over > Fabrics support. > > Contains: > - Allow transfer size limitations for NVMe transports > - Add the get_log_page command definition required by the NVMe target > - more helpers in core code that can be used by various transports > - add some missing constants and identify attributes This series looks good. Reviewed-by: Keith Busch For patch ordering, I had thought there were no issues with these I submitted: http://lists.infradead.org/pipermail/linux-nvme/2016-May/004704.html http://lists.infradead.org/pipermail/linux-nvme/2016-May/004709.html It's the ones adding the SCHED_RESET state to fixup synchronizing continuous user initiated resets, and think it should still go in for 4.7. There will be a minor conflict with 10/10 in this set it does go first. Anyway, moving on to the Fabrics library support set!