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 9F58019D065 for ; Fri, 1 May 2026 02:13:58 +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=1777601638; cv=none; b=kv06rYF035LTDFRAO66qW2htjt3P0blkHTbX7x3EyeSoaPCI9OTlYe8Qf2I4FuEMoWn6Ipgo38k7EF8rBD8rgtfi1FPpjq+kEqC2YCH9kRRxIiaeneziBw0y5/I1IaV7jCFUcMzP3kdWT2TKgwJJeERtD65wRrplvXacp1Q9xhE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777601638; c=relaxed/simple; bh=sG2z8WPk+ToDxdUaNhVx5kJ7TmxhjOozSAIKckbt03Q=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=fEXpBsSgBXEeIQqfHxOgKUL17BpB5J5p7CPftwo7nadF66aGg09NMH5LIjK01wDtkDEmW/uUwM+G5t12fgAqPE1lgIrBm78rxn9HiXGUuVjHni9pX4qFJ7JQomjR26Rx4IoceeINSaDOxpsoQJmbiiqak//s3xpIA3XGEQ+PQXQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DG8MUpON; 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="DG8MUpON" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA3B9C2BCB3; Fri, 1 May 2026 02:13:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777601638; bh=sG2z8WPk+ToDxdUaNhVx5kJ7TmxhjOozSAIKckbt03Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DG8MUpONVSuugeSRFLlji84oRjWCTeN6UheCyo7KNuHZc5j2hHKezFGLBv2O/qavQ IfzGeR13Pxz8hQZxrEwpyOFg97Zg86MzGjHVM8XOFrWhvrOD6xXQF1Z0Z525eNK7/I KxKbSawj2wz1+Se68KR/bsv95HSs29yZKOWd0bGL36VMBKAbwt+6A6NCbYPKjDbYFP habQfm0t+y5ih5ZKhn9Eo6AP/SSIfFNmWWFMVuiPMtFlk8fAt2IfaTf0+IHsMk9tu+ vWMAIwVKCPlP375Ef6Uzq09OoI4SLeXG3ygVj6UKjWRlXJpcXukqFTUTUOCtMJgDHp u/gNGGWrPSYeA== Date: Thu, 30 Apr 2026 19:13:56 -0700 From: Jakub Kicinski To: Xuan Zhuo Cc: netdev@vger.kernel.org, Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Wen Gu , Philo Lu , Vadim Fedorenko , Dong Yibo , Mingyu Wang <25181214217@stu.xidian.edu.cn>, Heiner Kallweit , Dust Li Subject: Re: [PATCH net-next v41 0/7] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor Message-ID: <20260430191356.7a7183ac@kernel.org> In-Reply-To: <20260429023726.100908-1-xuanzhuo@linux.alibaba.com> References: <20260429023726.100908-1-xuanzhuo@linux.alibaba.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 Wed, 29 Apr 2026 10:37:19 +0800 Xuan Zhuo wrote: > Add a driver framework for EEA that will be available in the future. > > This driver is currently quite minimal, implementing only fundamental > core functionalities. Key features include: I/O queue management via > adminq, basic PCI-layer operations, and essential RX/TX data > communication capabilities. It also supports the creation, > initialization, and management of network devices (netdev). Furthermore, > the ring structures for both I/O queues and adminq have been abstracted > into a simple, unified, and reusable library implementation, > facilitating future extension and maintenance. > > v41: > 1. make https://sashiko.dev/ happy Does not look happy, some of the reports / asks look valid. FWIW we have another sashiko instance now: https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260429023726.100908-5-xuanzhuo@linux.alibaba.com You should definitely follow the advice to rename the config, and also failing probe because the FW doesn't like the kernel version is not acceptable upstream. You can print a warning but failure is not acceptable. -- pw-bot: cr