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 0472C54774 for ; Sat, 28 Feb 2026 21:15:35 +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=1772313336; cv=none; b=lxW/bUlX/58S5jCqOmpbHFUutWF7tzBXLWJVsl6zSYINIeDYG+RzrSLZwFCWIoLUklQD7sgKXMhFeq6xS1CXFuVrfIYakGy0S84rxcpP2fOElky/c+B9SZ8VMkQLNk1Fj+Vdc5BwDe62QieWWHDYUk1jq5zusKE2geHuASropzs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772313336; c=relaxed/simple; bh=ZM+Q4+cXcZWFlK0LhZBKVDX7ap5Vx1ZW1beG94PD7D0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=MiF5J+nwmTe9ccTDtzblZJerlsZZMlu+DrG0MrB62bfUS4pZlZNKjpuQyImEjuI3tqyBzdT5K2ycQESwhvOdA8I/Lf7r1kcxVTux/FASACJHrBkeZj4Fj40xsJjzI3HSiJr0sXBWY4ReMQnH8/muhjcUYZIA5mvGtLi5yb1SYw0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L43Cl8Qo; 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="L43Cl8Qo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2FA37C116D0; Sat, 28 Feb 2026 21:15:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772313335; bh=ZM+Q4+cXcZWFlK0LhZBKVDX7ap5Vx1ZW1beG94PD7D0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=L43Cl8QoJNB/ubguvlqvbX5bEa+HAtcPPnPUBstK/G3bMWPQCcQAOMLeXgogil8aZ mwbdibxoitF3v0UgdRjYaKfF0xfkX+K5bzO2bSmAgMOOY+7893PUvATFhvdIWB73mI VB9lnF1XTzffuPIbz++ug3gLh12iYHhCNng/6KT0HvSs2E4bMeRWMzaC09zuc6YOqw N6qBtaBrITG5ZH5urO0GEtANGowFEpA3CbVy8t+Fg9HAEGHNoCdtE9HtRyttveKq74 ccEJoZzIxXH2Za3st6s9oug6QKnGyV29DOZvnc3r7G0MpoBNyvI+8A2tIcsNVDKpB6 40YxQ8r1V7EHA== Date: Sat, 28 Feb 2026 13:15:34 -0800 From: Jakub Kicinski To: Jiawen Wu Cc: netdev@vger.kernel.org, Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Mengyuan Lou Subject: Re: [PATCH net-next v2 0/8] Wangxun improvement and new support Message-ID: <20260228131534.35c5727b@kernel.org> In-Reply-To: <20260227073450.23680-1-jiawenwu@trustnetic.com> References: <20260227073450.23680-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 Fri, 27 Feb 2026 15:34:42 +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. Please make sure you CC people pointed out by get_maintainers There are MAINTAINERS entries matching on keywords / APIs you use. Other time it's just nice to CC people who previously reviewed some code base. The only exception is the linux-kernel@ mailing list, you can skip that one.