Skip to content

Commit 0f0c0d3

Browse files
fengidriNipaLocal
authored andcommitted
eea: create/destroy rx,tx queues for netdevice open and stop
Add basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA). This commit introduces the implementation for the netdevice open and stop. 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 40b1db4 commit 0f0c0d3

File tree

7 files changed

+1771
-4
lines changed

7 files changed

+1771
-4
lines changed

drivers/net/ethernet/alibaba/eea/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ obj-$(CONFIG_EEA) += eea.o
33
eea-y := eea_ring.o \
44
eea_net.o \
55
eea_pci.o \
6-
eea_adminq.o
6+
eea_adminq.o \
7+
eea_tx.o \
8+
eea_rx.o

0 commit comments

Comments
 (0)