From patchwork Thu Dec 13 03:11:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Saeed Mahameed X-Patchwork-Id: 10727655 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 660EF13AF for ; Thu, 13 Dec 2018 03:12:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 53C872BADF for ; Thu, 13 Dec 2018 03:12:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 439292BAE0; Thu, 13 Dec 2018 03:12:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E7C7B2BACF for ; Thu, 13 Dec 2018 03:12:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726666AbeLMDMB (ORCPT ); Wed, 12 Dec 2018 22:12:01 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:59769 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726634AbeLMDMB (ORCPT ); Wed, 12 Dec 2018 22:12:01 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from saeedm@mellanox.com) with ESMTPS (AES256-SHA encrypted); 13 Dec 2018 05:18:09 +0200 Received: from sx1.mtl.com ([172.16.5.47]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id wBD3BtZm021121; Thu, 13 Dec 2018 05:11:56 +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/6] mlx5 updates for shared branch 2018-12-12 Date: Wed, 12 Dec 2018 19:11:35 -0800 Message-Id: <20181213031141.12783-1-saeedm@mellanox.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, This series includes updates to mlx5 core driver for the shared mlx5-next branch. 1) From Mark Bloch, Unify e-switch representors load approach in mlx5_ib 2) From Shahar Klein, Flow counters affinity bits for lag 3) From Roy Dayan, Lag affinity log and cleanup 4) From Saeed Mahameed, A cleanup patch for mlx5_ifc.h Thanks, Saeed. --- Mark Bloch (1): IB/mlx5: Unify e-switch representors load approach between uplink and VFs Roi Dayan (2): net/mlx5: Split the activate lag function into two routines net/mlx5: Add lag affinity info to log Saeed Mahameed (1): net/mlx5: Use lowercase 'X' for hex values Shahar Klein (2): net/mlx5: E-Switch, Introduce flow counter affinity net/mlx5: Fold the modify lag code into function drivers/infiniband/hw/mlx5/ib_rep.c | 11 +++- drivers/infiniband/hw/mlx5/main.c | 29 +++------ drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 - drivers/net/ethernet/mellanox/mlx5/core/lag.c | 59 +++++++++++++------ include/linux/mlx5/mlx5_ifc.h | 24 +++++--- 5 files changed, 74 insertions(+), 50 deletions(-)