From patchwork Sat Jan 19 00:33:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Saeed Mahameed X-Patchwork-Id: 1027843 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=mellanox.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43hJhC6mNhz9s9G for ; Sat, 19 Jan 2019 11:33:31 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730234AbfASAda (ORCPT ); Fri, 18 Jan 2019 19:33:30 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:60956 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730159AbfASAda (ORCPT ); Fri, 18 Jan 2019 19:33:30 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from saeedm@mellanox.com) with ESMTPS (AES256-SHA encrypted); 19 Jan 2019 02:33:28 +0200 Received: from sx1.mtl.com ([172.16.5.71]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x0J0XP7n002420; Sat, 19 Jan 2019 02:33:26 +0200 From: Saeed Mahameed To: Leon Romanovsky , saeedm@mellanox.com Cc: netdev@vger.kernel.org, linux-rdma@vger.kernel.org, Jason Gunthorpe Subject: [PATCH mlx5-next 0/4] mlx5 next misc updates Date: Fri, 18 Jan 2019 16:33:09 -0800 Message-Id: <20190119003313.16711-1-saeedm@mellanox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi all, This series includes updates to mlx5-next shared branch. 1) from Jason, improve mlx5_cmd_exec_cb async API to be safer 2) from Maxim Mikityanskiy, cleanups for mlx5_write64 doorbell API 3) from Michael Guralnik, Add pci AtomicOps request Thanks, Saeed. --- Jason Gunthorpe (1): net/mlx5: Make mlx5_cmd_exec_cb() a safe API Maxim Mikityanskiy (2): net/mlx5: Remove unused MLX5_*_DOORBELL_LOCK macros net/mlx5: Remove spinlock support from mlx5_write64 Michael Guralnik (1): net/mlx5: Add pci AtomicOps request drivers/infiniband/hw/mlx5/mlx5_ib.h | 2 + drivers/infiniband/hw/mlx5/mr.c | 39 +++---------- drivers/infiniband/hw/mlx5/qp.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 55 +++++++++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +- .../ethernet/mellanox/mlx5/core/fpga/conn.c | 2 +- .../net/ethernet/mellanox/mlx5/core/main.c | 5 ++ drivers/net/ethernet/mellanox/mlx5/core/mr.c | 11 ++-- include/linux/mlx5/cq.h | 2 +- include/linux/mlx5/doorbell.h | 36 ++---------- include/linux/mlx5/driver.h | 32 +++++++++-- 11 files changed, 105 insertions(+), 83 deletions(-)