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, horms@kernel.org
Subject: Re: [PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2026-07-01 (igc, igb)
Date: Wed, 08 Jul 2026 12:40:21 +0000 [thread overview]
Message-ID: <178351442114.2482258.15820086308090785003.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260701210303.1745310-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 Wed, 1 Jul 2026 14:02:49 -0700 you wrote:
> Kohei Enju adds ethtool support for get/set hash key on igc and adds
> setting of skb hash type based on values from Rx descriptor on igb.
>
> Takashi Kozu adds ethtool support for get/set hash key on igb.
>
> Faizal adds support for forcing link speed via ethtool when
> autonegotiation is disabled on the igc driver.
>
> [...]
Here is the summary with links:
- [net-next,01/11] igc: prepare for RSS key get/set support
https://git.kernel.org/netdev/net-next/c/66731a51b1fb
- [net-next,02/11] igc: expose RSS key via ethtool get_rxfh
https://git.kernel.org/netdev/net-next/c/f243be8edeab
- [net-next,03/11] igc: allow configuring RSS key via ethtool set_rxfh
https://git.kernel.org/netdev/net-next/c/3fc4c1ee5f84
- [net-next,04/11] igb: prepare for RSS key get/set support
https://git.kernel.org/netdev/net-next/c/dfaf57ef99cf
- [net-next,05/11] igb: expose RSS key via ethtool get_rxfh
https://git.kernel.org/netdev/net-next/c/1ae67b2b28bc
- [net-next,06/11] igb: allow configuring RSS key via ethtool set_rxfh
https://git.kernel.org/netdev/net-next/c/e3c94e9782a7
- [net-next,07/11] igb: set skb hash type from RSS_TYPE
https://git.kernel.org/netdev/net-next/c/17cd41a9733d
- [net-next,08/11] igc: remove unused autoneg_failed field
https://git.kernel.org/netdev/net-next/c/1ee93ee2e085
- [net-next,09/11] igc: move autoneg-enabled settings into igc_handle_autoneg_enabled()
https://git.kernel.org/netdev/net-next/c/c731361cfef9
- [net-next,10/11] igc: replace goto out with direct returns in igc_config_fc_after_link_up()
https://git.kernel.org/netdev/net-next/c/fa7315482f58
- [net-next,11/11] igc: add support for forcing link speed without autonegotiation
https://git.kernel.org/netdev/net-next/c/acb138b8235c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2026-07-08 12:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-01 21:02 [PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2026-07-01 (igc, igb) Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 01/11] igc: prepare for RSS key get/set support Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 02/11] igc: expose RSS key via ethtool get_rxfh Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 03/11] igc: allow configuring RSS key via ethtool set_rxfh Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 04/11] igb: prepare for RSS key get/set support Tony Nguyen
2026-07-09 17:52 ` Tony Nguyen
2026-07-11 14:10 ` Takashi Kozu
2026-07-01 21:02 ` [PATCH net-next 05/11] igb: expose RSS key via ethtool get_rxfh Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 06/11] igb: allow configuring RSS key via ethtool set_rxfh Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 07/11] igb: set skb hash type from RSS_TYPE Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 08/11] igc: remove unused autoneg_failed field Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 09/11] igc: move autoneg-enabled settings into igc_handle_autoneg_enabled() Tony Nguyen
2026-07-01 21:02 ` [PATCH net-next 10/11] igc: replace goto out with direct returns in igc_config_fc_after_link_up() Tony Nguyen
2026-07-01 21:03 ` [PATCH net-next 11/11] igc: add support for forcing link speed without autonegotiation Tony Nguyen
2026-07-08 12:40 ` patchwork-bot+netdevbpf [this message]
2026-07-08 12:41 ` [PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2026-07-01 (igc, igb) Paolo Abeni
2026-07-09 16:23 ` Tony Nguyen
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=178351442114.2482258.15820086308090785003.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=horms@kernel.org \
--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 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.