From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50C43C47255 for ; Sat, 9 May 2020 22:13:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 22C62206D9 for ; Sat, 9 May 2020 22:13:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589062421; bh=cgmznIXojE5009tF0Vd1UEF0EhRFc2Ym5BsKzPLMGz4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=quGOyi3DA27LzBxqoPvumx5Uo3FAKr7ShK9jFrfHZzSU9Mddz4lIENc8QStlDEBEl kYDuDOcTaALYJsoKisPrDjL+jow0BOVvsNFV+RsX/xAqDOzI5u+FFAYBKQ5EQE9Hpm e4U3CB67peHD8BUSCYrnDUitvz9+nGaVuyxWiQb8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728309AbgEIWNk (ORCPT ); Sat, 9 May 2020 18:13:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:39256 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726908AbgEIWNk (ORCPT ); Sat, 9 May 2020 18:13:40 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9A3E920661; Sat, 9 May 2020 22:13:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589062419; bh=cgmznIXojE5009tF0Vd1UEF0EhRFc2Ym5BsKzPLMGz4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cq3qXJGqxuDOzpUltcK7IWtfN34Fw9hq1CFuKoeE0yHJuKZXj4xDqt7OfaD0bClds QdlNVEdmAAO/XY2clZ8m1EKAwH1wySK3QPLNX9XeCW1T2CNqnEikrvKMsbcjEXt/CJ tnXtUvR2WFP3afD0v927cRhvVNc+tslwkXlGgiPg= Date: Sat, 9 May 2020 15:13:38 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: "David S. Miller" , netdev@vger.kernel.org Subject: Re: [pull request][net-next 00/13] Mellanox, mlx5 and bonding updates 2020-05-09 Message-ID: <20200509151338.17169621@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20200509082856.97337-1-saeedm@mellanox.com> References: <20200509082856.97337-1-saeedm@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 9 May 2020 01:28:43 -0700 Saeed Mahameed wrote: > Hi Dave, > > This series includes updates to mlx5 driver and a merge commit to the > earlier bonding series which was submitted by Maor to mlx5-next branch. > > For more information please see tag log below. > > Please pull and let me know if there is any problem. > > Please note that the series starts with a merge of mlx5-next branch, > to resolve and avoid dependency with rdma tree. > > A minor conflict between Maor's bonding series [1] and Eric's [2] is > already handled in this merge commit. > > [1] bonding: Add support to get xmit slave > [2] bonding: report transmit status to callers Pulled, thank you!