]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'eea-add-basic-driver-framework-for-alibaba-elastic-ethernet-adaptor'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 19 May 2026 10:07:52 +0000 (12:07 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 19 May 2026 10:07:52 +0000 (12:07 +0200)
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 <pabeni@redhat.com>

Trivial merge