From patchwork Tue Mar 30 04:27:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Saeed Mahameed X-Patchwork-Id: 412327 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=-24.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, 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 DE6A5C433DB for ; Tue, 30 Mar 2021 04:28:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A88516044F for ; Tue, 30 Mar 2021 04:28:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230302AbhC3E2A (ORCPT ); Tue, 30 Mar 2021 00:28:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:49644 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230202AbhC3E1p (ORCPT ); Tue, 30 Mar 2021 00:27:45 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7EB9D6044F; Tue, 30 Mar 2021 04:27:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617078464; bh=e4nM6kOX8Y9ZvnxdisT3+XF786JAWbgaHbAolewK3OM=; h=From:To:Cc:Subject:Date:From; b=Yh7nH/drfKiRuWRSQhoRxUellqHaxOB2tSik9iyJUbjUM/xHpnPuSfNHPeh4BTfDa 4Q3U86QWNNSCf+tHxXy+5qMjcONb1DvMYGnWZMBZy4moBZ//1ZItMbDyQ8IqC1CACw 8ycofTIgQazTFqjFjBqHqkQK6HOpa/murxizf2Sic83Q2h8F+F62pyAaMhnRjvl/l9 V+wgbIf/11nMKIq5lvpZ8CxzE/4LeF6u6oSbLg3RkyL+FrouYQJCOP/FzP0ENlwXWr VGgm0dCrfIhTGGDZSONNL0O5QJNYhptRDd6658Gc+cqH1NfGqs7tmOKtE+ITBbINEA hSgYkI5L8/OCw== From: Saeed Mahameed To: "David S. Miller" , Jakub Kicinski Cc: netdev@vger.kernel.org, Saeed Mahameed Subject: [pull request][net-next 00/12] mlx5 updates 2021-03-29 Date: Mon, 29 Mar 2021 21:27:29 -0700 Message-Id: <20210330042741.198601-1-saeed@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Saeed Mahameed Hi Dave, Jakub, This series removes the mlx5 netdev restriction of enabling both PTP time-stamping and CQE-Compression features. For more information please see tag log below. Please pull and let me know if there is any problem. Thanks, Saeed. --- The following changes since commit d0922bf7981799fd86e248de330fb4152399d6c2: hv_netvsc: Add error handling while switching data path (2021-03-29 16:35:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2021-03-29 for you to fetch changes up to 885b8cfb161ed3d8f41e7b37e14d35bd8d3aaf6b: net/mlx5e: Update ethtool setting of CQE compression (2021-03-29 21:21:54 -0700) ---------------------------------------------------------------- mlx5-updates-2021-03-29 Coexistence of CQE compression and HW PTP time-stamp: