From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 65EBB273D8D for ; Wed, 22 Apr 2026 16:20:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776874804; cv=none; b=uB1Z4f8KY9im3oYhOAJBWZpK8hA0fs1xwdG9lzdJdTcHgoiiuFg0HnpO9HEymIAQqV6k2P4JmPa/6kxQ9VgVaaAnIb6wCIL6RBmSjIpAHa2BFLfXSmfPLLQrTOVbgC+2QecGc1MBW81cQECjmrgMiAkMYWIeaqxLaOvQzj2ZmZw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776874804; c=relaxed/simple; bh=hTbQ+7rBn6Z6oE4IHG7B+e3OJoHuV9HV2cu0aa7qwWk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VgU7Y5fQ1BlKS70TzwsdbHePjvt3qPtu2zYN6BXZn5QVulZRcZBZnI7G+CbO8fgoIT2425pnfJOs/iexitm/9WPg1gEr/4ca/0E58P6xRkI1ehjE1uhsCGLTFQRA27YJw/U+2HARDeaYHQVpLgye9d+SjhM9FO1K0QFW1aJoY3k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=RmpKPxzn; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="RmpKPxzn" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=841VCFZltsKSyO2IrUGokvlS9Y7hR4F0aLxXWbhCsD0=; b=RmpKPxznEfqB69d5h7g0nT4oAR L053wtOhwrAZlJE/p3yids1FjPutOVv43d6mrs4Dfx23QW9vgMCp5JL70cGGMMFNTiUxQ6cutlNU4 yBlKSw6jo6BC4EJVEMMOcPavpOOcWUIcXpZXAIzjPfvu5zlNA6+miqZQN7nkGBYOPiDI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wFaIv-00H3bR-3C; Wed, 22 Apr 2026 18:19:57 +0200 Date: Wed, 22 Apr 2026 18:19:57 +0200 From: Andrew Lunn To: Junyang Han Cc: netdev@vger.kernel.org, davem@davemloft.net, andrew+netdev@lunn.ch, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, ran.ming@zte.com.cn, han.chengfei@zte.com.cn, zhang.yanze@zte.com.cn Subject: Re: [PATCH net-next v2 0/3] Add ZTE DingHai Ethernet PF driver Message-ID: <39e6d965-44ee-4edb-a558-859a902ffe54@lunn.ch> References: <20260422144901.2403456-1-han.junyang@zte.com.cn> 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-Disposition: inline In-Reply-To: <20260422144901.2403456-1-han.junyang@zte.com.cn> On Wed, Apr 22, 2026 at 10:48:58PM +0800, Junyang Han wrote: > This series adds initial support for the ZTE DingHai Ethernet controller, > a high-performance PCIe Ethernet device supporting SR-IOV, hardware > offloading, and advanced virtualization features. https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html Please read sections 1.3 and 1.4, particularly the bit in red. Andrew --- pw-bot: cr