]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: wangxun: add ngbevf build
authorMengyuan Lou <mengyuanlou@net-swift.com>
Fri, 4 Jul 2025 09:49:20 +0000 (17:49 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 01:39:13 +0000 (18:39 -0700)
commita0008a3658a34a54e77f2568bdaa2626233b1459
tree0bac0f322d265e898e82afc853551b84d9fc4ade
parentbf68010acc4bc84c1fef6adb2ac76565f3c55d60
net: wangxun: add ngbevf build

Add doc build infrastructure for ngbevf driver.
Implement the basic PCI driver loading and unloading interface.
Initialize the id_table which support 1G virtual
functions for Wangxun.

Signed-off-by: Mengyuan Lou <mengyuanlou@net-swift.com>
Link: https://patch.msgid.link/20250704094923.652-10-mengyuanlou@net-swift.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/device_drivers/ethernet/index.rst
Documentation/networking/device_drivers/ethernet/wangxun/ngbevf.rst [new file with mode: 0644]
drivers/net/ethernet/wangxun/Kconfig
drivers/net/ethernet/wangxun/Makefile
drivers/net/ethernet/wangxun/ngbevf/Makefile [new file with mode: 0644]
drivers/net/ethernet/wangxun/ngbevf/ngbevf_main.c [new file with mode: 0644]
drivers/net/ethernet/wangxun/ngbevf/ngbevf_type.h [new file with mode: 0644]