From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936664AbdEWIxu (ORCPT ); Tue, 23 May 2017 04:53:50 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:55372 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752181AbdEWIxr (ORCPT ); Tue, 23 May 2017 04:53:47 -0400 Subject: Re: [PATCH v9 06/15] mlx5: Replace PCI pool old API To: Leon Romanovsky Cc: Dan Williams , Doug Ledford , Sean Hefty , Hal Rosenstock , jeffrey.t.kirsher@intel.com, "David S. Miller" , stas.yakovlev@gmail.com, "James E.J. Bottomley" , "Martin K. Petersen" , Felipe Balbi , Greg Kroah-Hartman , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Senna Tschudin References: <20170522164907.22915-1-romain.perier@collabora.com> <20170522164907.22915-7-romain.perier@collabora.com> <20170523072743.GJ17751@mtr-leonro.local> From: Romain Perier Message-ID: <18745ec7-020a-a3d2-3e50-6a2405baaac2@collabora.com> Date: Tue, 23 May 2017 10:53:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170523072743.GJ17751@mtr-leonro.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Le 23/05/2017 à 09:27, Leon Romanovsky a écrit : > On Mon, May 22, 2017 at 06:48:58PM +0200, Romain Perier wrote: >> The PCI pool API is deprecated. This commit replaces the PCI pool old >> API by the appropriate function with the DMA pool API. >> >> Signed-off-by: Romain Perier >> Reviewed-by: Peter Senna Tschudin >> Acked-by: Doug Ledford >> Tested-by: Doug Ledford >> --- >> drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 11 ++++++----- >> include/linux/mlx5/driver.h | 2 +- >> 2 files changed, 7 insertions(+), 6 deletions(-) >> > Who is supposed to merge this patch series? > > Acked-by: Leon Romanovsky Each maintainer of the corresponding subsystem, can take a patch, I guess. No ? Romain