Commit 2fa1369d authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

Merge branch 'net-hinic3-add-a-driver-for-huawei-3rd-gen-nic-management-interfaces'

Fan Gong says:

====================
net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces

This is the 2/3 patch of the patch-set described below.

The patch-set contains driver for Huawei's 3rd generation HiNIC
Ethernet device that will be available in the future.

This is an SRIOV device, designed for data centers.
Initially, the driver only supports VFs.

Following the discussion over RFC01, the code will be submitted in
separate smaller patches where until the last patch the driver is
non-functional. The RFC02 submission contains overall view of the entire
driver but every patch will be posted as a standalone submission.
====================

Link: https://patch.msgid.link/cover.1755673097.git.zhuyikai1@h-partners.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents 5c829c3b a5a90346
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,7 +3,9 @@

obj-$(CONFIG_HINIC3) += hinic3.o

hinic3-objs := hinic3_common.o \
hinic3-objs := hinic3_cmdq.o \
	       hinic3_common.o \
	       hinic3_eqs.o \
	       hinic3_hw_cfg.o \
	       hinic3_hw_comm.o \
	       hinic3_hwdev.o \
+915 −0

File added.

Preview size limit exceeded, changes collapsed.

+156 −0

File added.

Preview size limit exceeded, changes collapsed.

+23 −0

File changed.

Preview size limit exceeded, changes collapsed.

+27 −0

File changed.

Preview size limit exceeded, changes collapsed.

Loading