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=-13.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=ham 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 8E2E2C282CB for ; Tue, 5 Feb 2019 20:20:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F1BA2073D for ; Tue, 5 Feb 2019 20:20:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729893AbfBEUUd (ORCPT ); Tue, 5 Feb 2019 15:20:33 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:48666 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729795AbfBEUUb (ORCPT ); Tue, 5 Feb 2019 15:20:31 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from saeedm@mellanox.com) with ESMTPS (AES256-SHA encrypted); 5 Feb 2019 22:20:27 +0200 Received: from sx1.mtl.com ([172.16.5.71]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x15KKOTl003522; Tue, 5 Feb 2019 22:20:25 +0200 From: Saeed Mahameed To: "David S. Miller" Cc: netdev@vger.kernel.org, Saeed Mahameed Subject: [pull request][net 0/3] Mellanox, mlx5 fixes 2019-02-05 Date: Tue, 5 Feb 2019 12:20:08 -0800 Message-Id: <20190205202011.24023-1-saeedm@mellanox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Dave, This series introduces some fixes to mlx5 driver. Please pull and let me know if there is any problem. For -stable v4.19 ('net/mlx5e: FPGA, fix Innova IPsec TX offload data path performance') For -stable v4.20 ('net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on decap flows') Thanks, Saeed. --- The following changes since commit f09bef61f1ed72869b231e5cff16e73a06505cfb: Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (2019-02-05 11:23:23 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-02-05 for you to fetch changes up to 1651925d403e077e3fc86f961905e27c6810e132: net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on decap flows (2019-02-05 12:10:19 -0800) ---------------------------------------------------------------- mlx5-fixes-2019-02-05 ---------------------------------------------------------------- Guy Shattah (1): net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on decap flows Or Gerlitz (1): net/mlx5e: Properly set steering match levels for offloaded TC decap rules Raed Salem (1): net/mlx5e: FPGA, fix Innova IPsec TX offload data path performance .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 4 +++- .../net/ethernet/mellanox/mlx5/core/en/tc_tun.h | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 27 ++++++++++++++-------- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 6 +++++ drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 1 + .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 17 +++++++------- 6 files changed, 37 insertions(+), 20 deletions(-)