All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jacob Keller <jacob.e.keller@intel.com>
Cc: przemyslaw.kitszel@intel.com, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, aleksander.lobakin@intel.com,
	horms@kernel.org, michal.swiatkowski@linux.intel.com,
	jedrzej.jagielski@intel.com, aleksandr.loktionov@intel.com,
	grzegorz.nitka@intel.com, ivecera@redhat.com,
	arkadiusz.kubalewski@intel.com, anthony.l.nguyen@intel.com,
	stefan.wegrzyn@intel.com, piotr.kwapulinski@intel.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	sx.rinitha@intel.com, pmenzel@molgen.mpg.de, byungchul@sk.com,
	alexander.nowlin@intel.com, david@kernel.org,
	przemyslaw.korba@intel.com, sunithax.d.mekala@intel.com
Subject: Re: [PATCH net-next 00/15] Intel Wired LAN Updates 2024-04-30 (ixgbe, i40e, ice)
Date: Sun, 03 May 2026 02:20:27 +0000	[thread overview]
Message-ID: <177777482779.3993534.10771712863528181433.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260430-jk-iwl-net-next-2026-04-30-v1-0-6f27ae1cd073@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 30 Apr 2026 23:37:11 -0700 you wrote:
> This series includes updates to support Energy-Efficient Ethernet (EEE) on
> E610 devices in the ixgbe driver, support for an unmanaged DPLL output on
> E830, as well as some other minor cleanups and improvements across ixgbe,
> i40e, and ice.
> 
> Jedrzej begins with the first six patches preparing the ixgbe driver to
> support EEE, adding a EEE capability flag, updating the supported EEE
> speeds, updating the ACI command structures with the fields related to
> EEE, moving the EEE config validation out for re-use, and finally
> implementing the EEE support for E610 hardware.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] ixgbe: E610: add discovering EEE capability
    https://git.kernel.org/netdev/net-next/c/54f63d24ce20
  - [net-next,02/15] ixgbe: E610: update EEE supported speeds
    https://git.kernel.org/netdev/net-next/c/c5f1ee0c6a7b
  - [net-next,03/15] ixgbe: E610: use new version of 0x601 ACI command buffer
    (no matching commit)
  - [net-next,04/15] ixgbe: E610: update ACI command structs with EEE fields
    (no matching commit)
  - [net-next,05/15] ixgbe: move EEE config validation out of ixgbe_set_eee()
    https://git.kernel.org/netdev/net-next/c/e4607a52723f
  - [net-next,06/15] ixgbe: E610: add EEE support
    https://git.kernel.org/netdev/net-next/c/b61dbdeff3a9
  - [net-next,07/15] ixgbe: E610: add ACI dynamic debug
    (no matching commit)
  - [net-next,08/15] ixgbe: E610: remove redundant assignment
    (no matching commit)
  - [net-next,09/15] ixgbe: fix unaligned u32 access in ixgbe_update_flash_X550()
    https://git.kernel.org/netdev/net-next/c/eae23ec14a9c
  - [net-next,10/15] i40e: only timestamp PTP event packets
    https://git.kernel.org/netdev/net-next/c/b71fcc5c0bb3
  - [net-next,11/15] ice: mention fw_activate action along with devlink reload
    https://git.kernel.org/netdev/net-next/c/3f923a48dac0
  - [net-next,12/15] ice: access @pp through netmem_desc instead of page
    https://git.kernel.org/netdev/net-next/c/b9fa4b9e051b
  - [net-next,13/15] ice: dpll: Fix compilation warning
    https://git.kernel.org/netdev/net-next/c/586483cb41f4
  - [net-next,14/15] ice: dpll: fix rclk pin state get and misplaced header macros
    (no matching commit)
  - [net-next,15/15] ice: add support for unmanaged DPLL on E830 NIC
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-05-03  2:21 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-01  6:37 [PATCH net-next 00/15] Intel Wired LAN Updates 2024-04-30 (ixgbe, i40e, ice) Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 01/15] ixgbe: E610: add discovering EEE capability Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 02/15] ixgbe: E610: update EEE supported speeds Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 03/15] ixgbe: E610: use new version of 0x601 ACI command buffer Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 04/15] ixgbe: E610: update ACI command structs with EEE fields Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 05/15] ixgbe: move EEE config validation out of ixgbe_set_eee() Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 06/15] ixgbe: E610: add EEE support Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 07/15] ixgbe: E610: add ACI dynamic debug Jacob Keller
2026-05-03  2:06   ` Jakub Kicinski
2026-05-04 22:33     ` Jacob Keller
2026-05-05  6:11       ` Kwapulinski, Piotr
2026-05-01  6:37 ` [PATCH net-next 08/15] ixgbe: E610: remove redundant assignment Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 09/15] ixgbe: fix unaligned u32 access in ixgbe_update_flash_X550() Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 10/15] i40e: only timestamp PTP event packets Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 11/15] ice: mention fw_activate action along with devlink reload Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 12/15] ice: access @pp through netmem_desc instead of page Jacob Keller
2026-05-04  9:48   ` Loktionov, Aleksandr
2026-05-01  6:37 ` [PATCH net-next 13/15] ice: dpll: Fix compilation warning Jacob Keller
2026-05-01  6:37 ` [PATCH net-next 14/15] ice: dpll: fix rclk pin state get and misplaced header macros Jacob Keller
2026-05-03  2:09   ` Jakub Kicinski
2026-05-04 18:38     ` Keller, Jacob E
2026-05-05  8:33       ` Ivan Vecera
2026-05-05 22:38         ` Jacob Keller
2026-05-04 22:39   ` Jacob Keller
2026-05-05  8:35     ` Ivan Vecera
2026-05-01  6:37 ` [PATCH net-next 15/15] ice: add support for unmanaged DPLL on E830 NIC Jacob Keller
2026-05-03  2:09   ` Jakub Kicinski
2026-05-03  2:20 ` 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=177777482779.3993534.10771712863528181433.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aleksander.lobakin@intel.com \
    --cc=aleksandr.loktionov@intel.com \
    --cc=alexander.nowlin@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=arkadiusz.kubalewski@intel.com \
    --cc=byungchul@sk.com \
    --cc=davem@davemloft.net \
    --cc=david@kernel.org \
    --cc=edumazet@google.com \
    --cc=grzegorz.nitka@intel.com \
    --cc=horms@kernel.org \
    --cc=ivecera@redhat.com \
    --cc=jacob.e.keller@intel.com \
    --cc=jedrzej.jagielski@intel.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.swiatkowski@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=piotr.kwapulinski@intel.com \
    --cc=pmenzel@molgen.mpg.de \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=przemyslaw.korba@intel.com \
    --cc=stefan.wegrzyn@intel.com \
    --cc=sunithax.d.mekala@intel.com \
    --cc=sx.rinitha@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.