From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, andrew+netdev@lunn.ch,
netdev@vger.kernel.org
Subject: Re: [PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2025-11-25 (ice, idpf, iavf, ixgbe, ixgbevf, e1000e)
Date: Fri, 28 Nov 2025 02:40:16 +0000 [thread overview]
Message-ID: <176429761604.120099.17554633926820737992.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251125223632.1857532-1-anthony.l.nguyen@intel.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 25 Nov 2025 14:36:19 -0800 you wrote:
> Arkadiusz adds support for unmanaged DPLL for ice E830 devices; device
> settings are fixed but can be queried by DPLL.
>
> Grzegorz commonizes firmware loading process across all ice devices.
>
> Birger Koblitz adds support for 10G-BX to ixgbe.
>
> [...]
Here is the summary with links:
- [net-next,01/11] ice: add support for unmanaged DPLL on E830 NIC
(no matching commit)
- [net-next,02/11] ice: unify PHY FW loading status handler for E800 devices
(no matching commit)
- [net-next,03/11] ixgbe: Add 10G-BX support
(no matching commit)
- [net-next,04/11] ixgbevf: ixgbevf_q_vector clean up
https://git.kernel.org/netdev/net-next/c/1645759a0405
- [net-next,05/11] idpf: convert vport state to bitmap
https://git.kernel.org/netdev/net-next/c/8dd72ebc73f3
- [net-next,06/11] e1000e: Remove unneeded checks
https://git.kernel.org/netdev/net-next/c/954ba97cca16
- [net-next,07/11] ixgbe: avoid redundant call to ixgbe_non_sfp_link_config()
https://git.kernel.org/netdev/net-next/c/5849b56addbf
- [net-next,08/11] idpf: use desc_ring when checking completion queue DMA allocation
https://git.kernel.org/netdev/net-next/c/d89a5c27e4f3
- [net-next,09/11] idpf: correct queue index in Rx allocation error messages
https://git.kernel.org/netdev/net-next/c/79bb84758f2c
- [net-next,10/11] ice: fix comment typo and correct module format string
https://git.kernel.org/netdev/net-next/c/1105a7a12051
- [net-next,11/11] iavf: clarify VLAN add/delete log messages and lower log level
https://git.kernel.org/netdev/net-next/c/57bb13d7eb50
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-11-28 2:43 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-25 22:36 [PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2025-11-25 (ice, idpf, iavf, ixgbe, ixgbevf, e1000e) Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 01/11] ice: add support for unmanaged DPLL on E830 NIC Tony Nguyen
2025-11-26 23:30 ` Jakub Kicinski
2025-11-25 22:36 ` [PATCH net-next 02/11] ice: unify PHY FW loading status handler for E800 devices Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 03/11] ixgbe: Add 10G-BX support Tony Nguyen
2025-11-26 23:32 ` Jakub Kicinski
2025-11-27 6:33 ` Birger Koblitz
2025-11-27 16:07 ` Jakub Kicinski
2025-11-27 18:48 ` Birger Koblitz
2025-12-01 22:40 ` Tony Nguyen
2025-12-02 5:58 ` Birger Koblitz
2025-11-25 22:36 ` [PATCH net-next 04/11] ixgbevf: ixgbevf_q_vector clean up Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 05/11] idpf: convert vport state to bitmap Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 06/11] e1000e: Remove unneeded checks Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 07/11] ixgbe: avoid redundant call to ixgbe_non_sfp_link_config() Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 08/11] idpf: use desc_ring when checking completion queue DMA allocation Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 09/11] idpf: correct queue index in Rx allocation error messages Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 10/11] ice: fix comment typo and correct module format string Tony Nguyen
2025-11-25 22:36 ` [PATCH net-next 11/11] iavf: clarify VLAN add/delete log messages and lower log level Tony Nguyen
2025-11-28 2:38 ` [PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2025-11-25 (ice, idpf, iavf, ixgbe, ixgbevf, e1000e) Jakub Kicinski
2025-12-01 17:03 ` Tony Nguyen
2025-11-28 2:40 ` 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=176429761604.120099.17554633926820737992.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).