]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: txgbevf: Support Rx and Tx process path
authorMengyuan Lou <mengyuanlou@net-swift.com>
Fri, 4 Jul 2025 09:49:18 +0000 (17:49 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 01:39:13 +0000 (18:39 -0700)
commitce12ba254655a2dbffc103d184046213025191aa
treeaeb415ab753763565a63955e1ce5d785cac62367
parentfd0a2e03bf6083354994c2efe2bd12e369c0c830
net: txgbevf: Support Rx and Tx process path

Improve the configuration of Rx and Tx ring.
Setup and alloc resources.
Configure Rx and Tx unit on hardware.
Add .ndo_start_xmit support and start all queues.

Signed-off-by: Mengyuan Lou <mengyuanlou@net-swift.com>
Link: https://patch.msgid.link/20250704094923.652-8-mengyuanlou@net-swift.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/wangxun/libwx/wx_vf_common.c
drivers/net/ethernet/wangxun/txgbevf/txgbevf_main.c