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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 8777DC3F68F for ; Sat, 25 Jan 2020 12:49:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5EFF2206F0 for ; Sat, 25 Jan 2020 12:49:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729140AbgAYMtN (ORCPT ); Sat, 25 Jan 2020 07:49:13 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:50070 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbgAYMtN (ORCPT ); Sat, 25 Jan 2020 07:49:13 -0500 Received: from localhost (unknown [147.229.117.36]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 5788715B1BF75; Sat, 25 Jan 2020 04:49:12 -0800 (PST) Date: Sat, 25 Jan 2020 13:49:07 +0100 (CET) Message-Id: <20200125.134907.81338433085133777.davem@davemloft.net> To: saeedm@mellanox.com Cc: netdev@vger.kernel.org Subject: Re: [pull request][net 0/9] Mellanox, mlx5 fixes 2020-01-24 From: David Miller In-Reply-To: <20200124202033.13421-1-saeedm@mellanox.com> References: <20200124202033.13421-1-saeedm@mellanox.com> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 25 Jan 2020 04:49:12 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Saeed Mahameed Date: Fri, 24 Jan 2020 20:20:50 +0000 > This series introduces some fixes to mlx5 driver. > > Please pull and let me know if there is any problem. Pulled. > Merge conflict: once merge with net-next, a contextual conflict will > appear in drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c > since the code moved in net-next. > To resolve, just delete ALL of the conflicting hunk from net. > So sorry for the small mess .. Thanks for the heads up. > For -stable v5.4: > ('net/mlx5: Update the list of the PCI supported devices') > ('net/mlx5: Fix lowest FDB pool size') > ('net/mlx5e: kTLS, Fix corner-case checks in TX resync flow') > ('net/mlx5e: kTLS, Do not send decrypted-marked SKBs via non-accel path') > ('net/mlx5: Eswitch, Prevent ingress rate configuration of uplink rep') > ('net/mlx5e: kTLS, Remove redundant posts in TX resync flow') > ('net/mlx5: DR, Enable counter on non-fwd-dest objects') > ('net/mlx5: DR, use non preemptible call to get the current cpu number') Queued up.