From: patchwork-bot+netdevbpf@kernel.org
To: Mengyuan Lou <mengyuanlou@net-swift.com>
Cc: netdev@vger.kernel.org, michal.swiatkowski@linux.intel.com,
kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
andrew+netdev@lunn.ch, duanqiangwen@net-swift.com,
linglingzhang@trustnetic.com, jiawenwu@trustnetic.com
Subject: Re: [PATCH net-next v3 00/12] Add vf drivers for wangxun virtual functions
Date: Thu, 10 Jul 2025 01:50:25 +0000 [thread overview]
Message-ID: <175211222501.955880.5880493276955983984.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250704094923.652-1-mengyuanlou@net-swift.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 4 Jul 2025 17:49:11 +0800 you wrote:
> 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.
>
> [...]
Here is the summary with links:
- [net-next,v3,01/12] net: libwx: add mailbox api for wangxun vf drivers
https://git.kernel.org/netdev/net-next/c/8259946e6703
- [net-next,v3,02/12] net: libwx: add base vf api for vf drivers
https://git.kernel.org/netdev/net-next/c/ba3b8490bc2e
- [net-next,v3,03/12] net: libwx: add wangxun vf common api
https://git.kernel.org/netdev/net-next/c/eb4898fde1de
- [net-next,v3,04/12] net: wangxun: add txgbevf build
https://git.kernel.org/netdev/net-next/c/377d180bd71c
- [net-next,v3,05/12] net: txgbevf: add sw init pci info and reset hardware
https://git.kernel.org/netdev/net-next/c/4ee8afb44aee
- [net-next,v3,06/12] net: txgbevf: init interrupts and request irqs
https://git.kernel.org/netdev/net-next/c/fd0a2e03bf60
- [net-next,v3,07/12] net: txgbevf: Support Rx and Tx process path
https://git.kernel.org/netdev/net-next/c/ce12ba254655
- [net-next,v3,08/12] net: txgbevf: add link update flow
https://git.kernel.org/netdev/net-next/c/bf68010acc4b
- [net-next,v3,09/12] net: wangxun: add ngbevf build
https://git.kernel.org/netdev/net-next/c/a0008a3658a3
- [net-next,v3,10/12] net: ngbevf: add sw init pci info and reset hardware
https://git.kernel.org/netdev/net-next/c/85494c9bf5b0
- [net-next,v3,11/12] net: ngbevf: init interrupts and request irqs
https://git.kernel.org/netdev/net-next/c/0f71e3a6e59d
- [net-next,v3,12/12] net: ngbevf: add link update flow
https://git.kernel.org/netdev/net-next/c/cfeedf6a420d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-07-10 1:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-04 9:49 [PATCH net-next v3 00/12] Add vf drivers for wangxun virtual functions Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 01/12] net: libwx: add mailbox api for wangxun vf drivers Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 02/12] net: libwx: add base vf api for " Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 03/12] net: libwx: add wangxun vf common api Mengyuan Lou
2025-07-09 13:51 ` Vadim Fedorenko
2025-07-04 9:49 ` [PATCH net-next v3 04/12] net: wangxun: add txgbevf build Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 05/12] net: txgbevf: add sw init pci info and reset hardware Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 06/12] net: txgbevf: init interrupts and request irqs Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 07/12] net: txgbevf: Support Rx and Tx process path Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 08/12] net: txgbevf: add link update flow Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 09/12] net: wangxun: add ngbevf build Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 10/12] net: ngbevf: add sw init pci info and reset hardware Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 11/12] net: ngbevf: init interrupts and request irqs Mengyuan Lou
2025-07-04 9:49 ` [PATCH net-next v3 12/12] net: ngbevf: add link update flow Mengyuan Lou
2025-07-10 1:50 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175211222501.955880.5880493276955983984.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=duanqiangwen@net-swift.com \
--cc=horms@kernel.org \
--cc=jiawenwu@trustnetic.com \
--cc=kuba@kernel.org \
--cc=linglingzhang@trustnetic.com \
--cc=mengyuanlou@net-swift.com \
--cc=michal.swiatkowski@linux.intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.