]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitf2dfcc4b4bc28ba8ad45bce43ad76fa9575e27f5
tree6952169e227d89e7937f6145a0a63f8089256045
parent7af2a94f4dcf53a45f3be5870ebeb195402866d1
parent4e88fb3234c864b67338ca8d48ca515cf9992ab6
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 <pabeni@redhat.com>