Return-Path: Received: from smtp.opengridcomputing.com ([72.48.136.20]:59016 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751512AbbG3O4k (ORCPT ); Thu, 30 Jul 2015 10:56:40 -0400 Subject: Re: [PATCH for-4.3 00/15] Modify MR allocation API To: Sagi Grimberg , linux-rdma@vger.kernel.org, linux-nfs@vger.kernel.org, target-devel@vger.kernel.org References: <1438241568-3685-1-git-send-email-sagig@mellanox.com> From: Steve Wise Message-ID: <55BA3B2A.9010403@opengridcomputing.com> Date: Thu, 30 Jul 2015 09:56:42 -0500 MIME-Version: 1.0 In-Reply-To: <1438241568-3685-1-git-send-email-sagig@mellanox.com> Content-Type: text/plain; charset=windows-1252; format=flowed Sender: linux-nfs-owner@vger.kernel.org List-ID: On 7/30/2015 2:32 AM, 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). > > Series looks good. Reviewed-by: Steve Wise