From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 87A4E2FCBF5 for ; Tue, 31 Mar 2026 00:54:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774918469; cv=none; b=S5ObC4fpoO5a/Luf6koJ6bwjMf4mPaqxPX5PtQg4VyhZMOBVND8eR4XFqZwAVG1Jd44Ttu3reBS6S2DqnrUPAsY/WPdsKbQ9XHTLAQR79O7JMGwO1phWTC6xjfCayvLvtqixirjrRu9bHnssGkd58IW8tVXxPNsyeU25n3PwU14= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774918469; c=relaxed/simple; bh=K0DscVSa4MTnx5Wr/Z6aTcwWmBEICBnBOcksu7QjC54=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CO3K2e7w9btJsLF/Fnri0CJx5bQADj9Xw99g3UUcd0YW3C3Tg4JckNdaIxJE7LOkAboSYSu+9IOKsscD1artcb5nEL+0Tejv8LXgtFnMDxvXZADgYE0qkx9LriRrEIY/XU54miT6CnVMmyvViJCQA76K/rD5yVKvLFxFa5Ycsvg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f06MeiNJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="f06MeiNJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EADBC4CEF7; Tue, 31 Mar 2026 00:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774918469; bh=K0DscVSa4MTnx5Wr/Z6aTcwWmBEICBnBOcksu7QjC54=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=f06MeiNJhnStjaxXOOk6DnNZEsCbvApG2tcxJABCL1y12QWRGexuGzWBCq2uEj6hh Kf2vrJTQPP7neR3Zr53VZGr54/M34vW/2L0N1zcRMZEFsVSmeiIqfvS7JsqiyjC8pB 8JyeREoRxeY0M0Dr4Mupx//n/yPa+CIvvgKaIeKHhs2qUdjKpJf5bmRE8lgJ8w2RLR MdjKqsqxOevp/mBSMORlmUSsjLPtn+19tgNz6kMlvIpkA3ktPJmSS6oThixGT1K0xJ BbvjS921IE3/1WE7Z9RAHKb3vdvs4EtAQTZT6Yr8ITflIGw3ebl90MxTAkEpC/aHiD fja9dbVIfXv6w== Date: Mon, 30 Mar 2026 17:54:27 -0700 From: Jakub Kicinski To: Jiawen Wu Cc: netdev@vger.kernel.org, Mengyuan Lou , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Richard Cochran , Russell King , Simon Horman , Michal Swiatkowski , Jacob Keller , Kees Cook , Joe Damato , Larysa Zaremba , Abdun Nihaal , Breno Leitao Subject: Re: [PATCH net-next v6 00/11] Wangxun improvement and new support Message-ID: <20260330175427.53eaf2d1@kernel.org> In-Reply-To: <20260326021406.30444-1-jiawenwu@trustnetic.com> References: <20260326021406.30444-1-jiawenwu@trustnetic.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 26 Mar 2026 10:13:55 +0800 Jiawen Wu wrote: > Implement power management function for txgbe. Clean up the same code in > the two drivers, to make more use of lib functions. > > Add Tx timeout process and pci_error_handlers ops, to recover the devices. Split this series up, please. Why are you submitting flow control and error recovery changes as a single series..