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, jedrzej.jagielski@intel.com,
przemyslaw.kitszel@intel.com, jiri@resnulli.us, horms@kernel.org,
corbet@lwn.net, linux-doc@vger.kernel.org
Subject: Re: [PATCH net-next v2 00/15][pull request] ixgbe: Add basic devlink support
Date: Thu, 17 Apr 2025 02:10:34 +0000 [thread overview]
Message-ID: <174485583401.3565086.14830971497597731589.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250415221301.1633933-1-anthony.l.nguyen@intel.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:
On Tue, 15 Apr 2025 15:12:43 -0700 you wrote:
> Jedrzej Jagielski says:
>
> Create devlink specific directory for more convenient future feature
> development.
>
> Flashing and reloading are supported only by E610 devices.
>
> [...]
Here is the summary with links:
- [net-next,v2,01/15] devlink: add value check to devlink_info_version_put()
https://git.kernel.org/netdev/net-next/c/8982fc03fd63
- [net-next,v2,02/15] ixgbe: wrap netdev_priv() usage
https://git.kernel.org/netdev/net-next/c/fd5ef5203ce6
- [net-next,v2,03/15] ixgbe: add initial devlink support
https://git.kernel.org/netdev/net-next/c/a0285236ab93
- [net-next,v2,04/15] ixgbe: add handler for devlink .info_get()
https://git.kernel.org/netdev/net-next/c/f6b588af3d57
- [net-next,v2,05/15] ixgbe: add E610 functions for acquiring flash data
https://git.kernel.org/netdev/net-next/c/5f214150c76d
- [net-next,v2,06/15] ixgbe: read the OROM version information
https://git.kernel.org/netdev/net-next/c/70db0788a262
- [net-next,v2,07/15] ixgbe: read the netlist version information
https://git.kernel.org/netdev/net-next/c/904c2b4c0b48
- [net-next,v2,08/15] ixgbe: add .info_get extension specific for E610 devices
https://git.kernel.org/netdev/net-next/c/8210ff738077
- [net-next,v2,09/15] ixgbe: add E610 functions getting PBA and FW ver info
https://git.kernel.org/netdev/net-next/c/4654ec6194b2
- [net-next,v2,10/15] ixgbe: extend .info_get() with stored versions
https://git.kernel.org/netdev/net-next/c/6eae2aeb60b6
- [net-next,v2,11/15] ixgbe: add device flash update via devlink
https://git.kernel.org/netdev/net-next/c/a0f45672d5e1
- [net-next,v2,12/15] ixgbe: add support for devlink reload
https://git.kernel.org/netdev/net-next/c/c9e563cae19e
- [net-next,v2,13/15] ixgbe: add FW API version check
https://git.kernel.org/netdev/net-next/c/b5aae90b6b36
- [net-next,v2,14/15] ixgbe: add E610 implementation of FW recovery mode
https://git.kernel.org/netdev/net-next/c/29cb3b8d95c7
- [net-next,v2,15/15] ixgbe: add support for FW rollback mode
https://git.kernel.org/netdev/net-next/c/4811b0c220f2
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-04-17 2:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-15 22:12 [PATCH net-next v2 00/15][pull request] ixgbe: Add basic devlink support Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 01/15] devlink: add value check to devlink_info_version_put() Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 02/15] ixgbe: wrap netdev_priv() usage Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 03/15] ixgbe: add initial devlink support Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 04/15] ixgbe: add handler for devlink .info_get() Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 05/15] ixgbe: add E610 functions for acquiring flash data Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 06/15] ixgbe: read the OROM version information Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 07/15] ixgbe: read the netlist " Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 08/15] ixgbe: add .info_get extension specific for E610 devices Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 09/15] ixgbe: add E610 functions getting PBA and FW ver info Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 10/15] ixgbe: extend .info_get() with stored versions Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 11/15] ixgbe: add device flash update via devlink Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 12/15] ixgbe: add support for devlink reload Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 13/15] ixgbe: add FW API version check Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 14/15] ixgbe: add E610 implementation of FW recovery mode Tony Nguyen
2025-04-15 22:12 ` [PATCH net-next v2 15/15] ixgbe: add support for FW rollback mode Tony Nguyen
2025-04-17 2:10 ` 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=174485583401.3565086.14830971497597731589.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jedrzej.jagielski@intel.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.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.