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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52B67C76188 for ; Wed, 5 Apr 2023 02:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236228AbjDECAZ (ORCPT ); Tue, 4 Apr 2023 22:00:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236362AbjDECAV (ORCPT ); Tue, 4 Apr 2023 22:00:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8607A3C02 for ; Tue, 4 Apr 2023 19:00:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 12A4163AD9 for ; Wed, 5 Apr 2023 02:00:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4F959C4339E; Wed, 5 Apr 2023 02:00:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680660019; bh=mmkPPtsj974uQQ9taIj8B47UCaBZMzGny/c/cSKo2x8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=mcS/lNKOcgX1lQiTckvXwHK9FRCUl/2aNtZWGbeIv4mtKzk7cOiaCuelJGX6E1h6o 9Ex9gGnjGmvCnNUTZ69ZVWkD6DfnhgGhedMFpSR95cLLB8Pj975U7Jnj6yokFgFFzH Byg+wcP6Dk8wvNFQecBhu8N0nnuaBklG5BahJJXGQQLUKzjkQ9VMPILcpg3yOml1pK RhOSiWGe9ANKhUcOkmGtr+73AnTPQ0vdPyoM4GKI3KpPNNDLioFRf56S40ISHygGpb JtFfvhnoY9BmOGioOPhQ8oAbPS4ILo14MPhrAWtHeZ0POOzmp5GvDGQlTrnQW5RiwG jJxoaS62Nj4Jw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 28E9DE524E6; Wed, 5 Apr 2023 02:00:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] ethtool: reset #lanes when lanes is omitted From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168066001915.10193.5368413023772146892.git-patchwork-notify@kernel.org> Date: Wed, 05 Apr 2023 02:00:19 +0000 References: In-Reply-To: To: Andy Roulin Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, jiri@nvidia.com, andrew@lunn.ch, f.fainelli@gmail.com, mkubecek@suse.cz, mlxsw@nvidia.com, idosch@nvidia.com, danieller@nvidia.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 3 Apr 2023 14:20:53 -0700 you wrote: > If the number of lanes was forced and then subsequently the user > omits this parameter, the ksettings->lanes is reset. The driver > should then reset the number of lanes to the device's default > for the specified speed. > > However, although the ksettings->lanes is set to 0, the mod variable > is not set to true to indicate the driver and userspace should be > notified of the changes. > > [...] Here is the summary with links: - [net,v2] ethtool: reset #lanes when lanes is omitted https://git.kernel.org/netdev/net/c/e847c7675e19 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html