Message ID | 20240826224655.133847-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Intel Wired LAN Driver Updates 2024-08-26 (ice) | expand |
Hello: This series was applied to netdev/net-next.git (main) by Tony Nguyen <anthony.l.nguyen@intel.com>: On Mon, 26 Aug 2024 15:46:40 -0700 you wrote: > This series contains updates to ice driver only. > > Jake implements and uses rd32_poll_timeout to replace a jiffies loop for > calling ice_sq_done. The rd32_poll_timeout() function is designed to allow > simplifying other places in the driver where we need to read a register > until it matches a known value. > > [...] Here is the summary with links: - [net-next,1/8] ice: implement and use rd32_poll_timeout for ice_sq_done timeout https://git.kernel.org/netdev/net-next/c/5f6df173f92e - [net-next,2/8] ice: improve debug print for control queue messages https://git.kernel.org/netdev/net-next/c/caf4daae871c - [net-next,3/8] ice: do not clutter debug logs with unused data https://git.kernel.org/netdev/net-next/c/6bd7cb522b1c - [net-next,4/8] ice: stop intermixing AQ commands/responses debug dumps https://git.kernel.org/netdev/net-next/c/74ce564a30ef - [net-next,5/8] ice: reword comments referring to control queues https://git.kernel.org/netdev/net-next/c/1d95d9256cfa - [net-next,6/8] ice: remove unnecessary control queue cmd_buf arrays https://git.kernel.org/netdev/net-next/c/448711c1dad0 - [net-next,7/8] ice: Report NVM version numbers on mismatch during load https://git.kernel.org/netdev/net-next/c/b1703d5f794d - [net-next,8/8] ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node() https://git.kernel.org/netdev/net-next/c/62fdaf9e8056 You are awesome, thank you!