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 76FABC433F5 for ; Fri, 7 Oct 2022 00:11:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231872AbiJGAL4 (ORCPT ); Thu, 6 Oct 2022 20:11:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231987AbiJGALy (ORCPT ); Thu, 6 Oct 2022 20:11:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1D7BA99F0 for ; Thu, 6 Oct 2022 17:11:53 -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 3934261B54 for ; Fri, 7 Oct 2022 00:11:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D4BDC433C1; Fri, 7 Oct 2022 00:11:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665101512; bh=9B0T2Z1li7GvbA75uv2C5um5FuAy5BHnlYZnru2+6ro=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lpseepOG6LJSi7afFKZrmo5a3QVM8nd1/XGCfOyfQxTsKtU7x9x6k9+IvzVP383VC aKemLfWU0DHpWQj4Q6SV6FZ6OVyS2o/9Db0fU9Mdx4JawhNgKHUjeQ6jauuCtyHuc2 dd6V5tiUuBN37yI5Dst8tS6inimC4HppRLWqVIqwQQXEaJcNmZ4t7quUW9rDpNCKYD wxJGEIkrYN8EilSnXlSVaWJwkw/m5FXu3S4L3bq2nb1/K315S3p9pbldOdbYjLytXZ PylKempdW5ufPJkN5PkIgPnZC3jzNIFNK/UQRLrUhbIJLmTRVgz3a5iSHJjflPEizo 7P0hRrwgvrAWw== Date: Thu, 6 Oct 2022 17:11:51 -0700 From: Jakub Kicinski To: Tony Nguyen Cc: "Jaron, MichalX" , "davem@davemloft.net" , "pabeni@redhat.com" , "edumazet@google.com" , "netdev@vger.kernel.org" , "Maziarz, Kamil" , "G, GurucharanX" , "Dziedziuch, SylwesterX" , "Brandeburg, Jesse" Subject: Re: [PATCH net 2/3] i40e: Fix not setting xps_cpus after reset Message-ID: <20221006171151.3090bf13@kernel.org> In-Reply-To: References: <20220926203214.3678419-1-anthony.l.nguyen@intel.com> <20220926203214.3678419-3-anthony.l.nguyen@intel.com> <20220927182933.30d691d2@kernel.org> <20220928071110.365a2fcd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 6 Oct 2022 15:28:47 -0700 Tony Nguyen wrote: > The version with updated commit message[1] is on Intel Wired LAN but I'm > not sure whether your comment still stands or if this is ok after the > explanation/updated message. As far as I know wiping XPS on ethtool -L is what most drivers do. We need to have a discussion about who is expecting the config to not get wiped and under what conditions. Then think about ways of doing this generically. The local driver patches are a no-go from my PoV.