On Tue, May 23, 2017 at 10:53:36AM +0200, Romain Perier wrote: > 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 ? I wonder if they know that. Dave, Do you want us to resubmit mlx4/mlx5 patches as part of our general series, or do you prefer to grab them from this patch series? Thanks > > Romain