From: Jakub Kicinski Date: Thu, 10 Jul 2025 01:39:15 +0000 (-0700) Subject: Merge branch 'add-vf-drivers-for-wangxun-virtual-functions' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4bb2ac099ca0b944695be41ade5562d895a8751;p=thirdparty%2Flinux.git Merge branch 'add-vf-drivers-for-wangxun-virtual-functions' Mengyuan Lou says: ==================== Add vf drivers for wangxun virtual functions Introduces basic support for Wangxun’s virtual function (VF) network drivers, specifically txgbevf and ngbevf. These drivers provide SR-IOV VF functionality for Wangxun 10/25/40G network devices. The first three patches add common APIs for Wangxun VF drivers, including mailbox communication and shared initialization logic.These abstractions are placed in libwx to reduce duplication across VF drivers. Patches 4–8 introduce the txgbevf driver, including: PCI device initialization, Hardware reset, Interrupt setup, Rx/Tx datapath implementation and link status changeing flow. Patches 9–12 implement the ngbevf driver, mirroring the functionality added in txgbevf. v2: https://lore.kernel.org/20250625102058.19898-1-mengyuanlou@net-swift.com v1: https://lore.kernel.org/20250611083559.14175-1-mengyuanlou@net-swift.com ==================== Link: https://patch.msgid.link/20250704094923.652-1-mengyuanlou@net-swift.com Signed-off-by: Jakub Kicinski --- b4bb2ac099ca0b944695be41ade5562d895a8751