From: Paolo Abeni Date: Tue, 16 Sep 2025 08:49:09 +0000 (+0200) Subject: Merge branch 'net-hinic3-add-a-driver-for-huawei-3rd-gen-nic-sw-and-hw-initialization' X-Git-Tag: v6.18-rc1~132^2~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfc0882a4088001a9bcd620bc32938d13d0f18b9;p=thirdparty%2Flinux.git Merge branch 'net-hinic3-add-a-driver-for-huawei-3rd-gen-nic-sw-and-hw-initialization' Fan Gong says: ==================== net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization This is [3/3] part of hinic3 Ethernet driver initial submission. With this patch hinic3 becomes a functional Ethernet driver. The driver parts contained in this patch: Memory allocation and initialization of the driver structures. Management interfaces initialization. HW capabilities probing, initialization and setup using management interfaces. Net device open/stop implementation and data queues initialization. Register VID:DID in PCI id_table. Fix netif_queue_set_napi usage. V01: https://lore.kernel.org/netdev/cover.1756195078.git.zhuyikai1@h-partners.com V02: https://lore.kernel.org/netdev/cover.1756378721.git.zhuyikai1@h-partners.com V03: https://lore.kernel.org/netdev/cover.1756524443.git.zhuyikai1@h-partners.com V04: https://lore.kernel.org/netdev/cover.1757057860.git.zhuyikai1@h-partners.com V05: https://lore.kernel.org/netdev/cover.1757401320.git.zhuyikai1@h-partners.com ==================== Link: https://patch.msgid.link/cover.1757653621.git.zhuyikai1@h-partners.com Signed-off-by: Paolo Abeni --- dfc0882a4088001a9bcd620bc32938d13d0f18b9