Return-Path: Received: from quartz.orcorp.ca ([184.70.90.242]:38644 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752621AbbG3RWn (ORCPT ); Thu, 30 Jul 2015 13:22:43 -0400 Date: Thu, 30 Jul 2015 11:22:42 -0600 From: Jason Gunthorpe To: Sagi Grimberg Cc: linux-rdma@vger.kernel.org, linux-nfs@vger.kernel.org, target-devel@vger.kernel.org Subject: Re: [PATCH for-4.3 00/15] Modify MR allocation API Message-ID: <20150730172242.GB25282@obsidianresearch.com> References: <1438241568-3685-1-git-send-email-sagig@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1438241568-3685-1-git-send-email-sagig@mellanox.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Thu, Jul 30, 2015 at 10:32:33AM +0300, Sagi Grimberg wrote: > This patch set is detached from my WIP for modifying our > fast registration kernel API. I incorporated some comments > from Jason and Christoph. The current set is a drop-in replacement > of ib_alloc_fast_reg_mr to ib_alloc_mr which receives a memory > region type (whcih can be IB_MR_TYPE_MEM_REG for normal memory > registration, IB_MR_TYPE_SIGNATURE for a data-integrity capable > memory region and future arbitrary SG support capable memory > region). Looks good to me now.. Reviewed-by: Jason Gunthorpe Jason