From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: [PATCH V1 net-next 0/3] bonding and mlx4 fixes for the HA/LAG support and mlx4 reset flow Date: Sun, 8 Feb 2015 11:49:31 +0200 Message-ID: <1423388974-9635-1-git-send-email-ogerlitz@mellanox.com> Cc: netdev@vger.kernel.org, Roland Dreier , Amir Vadai , Tal Alon , Or Gerlitz To: "David S. Miller" Return-path: Received: from mailp.voltaire.com ([193.47.165.129]:44250 "EHLO mellanox.co.il" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755475AbbBHJts (ORCPT ); Sun, 8 Feb 2015 04:49:48 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, There are two fixes to the boding + mlx4 HA/LAG support from Moni and a patch from Yishai which does further hardening of the mlx4 reset support for IB kernel ULPs. Or. changes from V0: - addressed feedback from Sergei Shtylyov and removed un-related tabbing change Moni Shoua (2): net/bonding: Fix potential bad memory access during bonding events IB/mlx4: Always use the correct port for mirrored multicast attachments Yishai Hadas (1): IB/mlx4: Reset flow support for IB kernel ULPs drivers/infiniband/hw/mlx4/cq.c | 57 +++++++++++++++++++++++++++ drivers/infiniband/hw/mlx4/main.c | 70 +++++++++++++++++++++++++++++++++- drivers/infiniband/hw/mlx4/mlx4_ib.h | 9 ++++ drivers/infiniband/hw/mlx4/qp.c | 59 +++++++++++++++++++++++++--- drivers/infiniband/hw/mlx4/srq.c | 8 ++++ drivers/net/bonding/bond_main.c | 28 +++++-------- include/linux/mlx4/device.h | 2 + include/net/bonding.h | 2 +- 8 files changed, 210 insertions(+), 25 deletions(-)