From: Paolo Abeni Date: Tue, 19 May 2026 10:07:52 +0000 (+0200) Subject: Merge branch 'eea-add-basic-driver-framework-for-alibaba-elastic-ethernet-adaptor' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dfcc4b4bc28ba8ad45bce43ad76fa9575e27f5;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'eea-add-basic-driver-framework-for-alibaba-elastic-ethernet-adaptor' Xuan Zhuo says: ==================== eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor 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. ==================== Link: https://patch.msgid.link/20260514095138.80680-1-xuanzhuo@linux.alibaba.com Signed-off-by: Paolo Abeni --- f2dfcc4b4bc28ba8ad45bce43ad76fa9575e27f5