Skip to content

Commit cd91dd9

Browse files
fengidriNipaLocal
authored andcommitted
eea: probe the netdevice and create adminq
Add basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA). This commit creates and registers the netdevice after PCI probe, and initializes the admin queue to send commands to the device. Reviewed-by: Dust Li <dust.li@linux.alibaba.com> Reviewed-by: Philo Lu <lulie@linux.alibaba.com> Signed-off-by: Wen Gu <guwen@linux.alibaba.com> Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Signed-off-by: NipaLocal <nipa@local>
1 parent a052d4b commit cd91dd9

File tree

7 files changed

+857
-3
lines changed

7 files changed

+857
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

22
obj-$(CONFIG_EEA) += eea.o
3-
eea-y := eea_ring.o \
4-
eea_pci.o
3+
eea-y := eea_ring.o \
4+
eea_net.o \
5+
eea_pci.o \
6+
eea_adminq.o

0 commit comments

Comments
 (0)