From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5281E449ECB for ; Wed, 8 Jul 2026 12:40:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783514443; cv=none; b=jJv/mTnSVHKJTXlUzs1mq00VPsr/62hv3zpYDrE82F3xOoGAIMeF64+o34R0Fd5TqxSpnsFqt9eUbncteUfL4jkRXw7WOEy1itAs2S2DahS8kJKEePgiYuq5rdd0C9WS4YuxPftxzmtF+y61d5blCLEe+St79p1LL4Dn/8aNU2E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783514443; c=relaxed/simple; bh=Rf0of+Q3tLrD0mzL1fVMuQplssF0gH5DqAqaplySbFg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=CAd/kGftzFBi7bO6LYIDBZ7fdFoYv9Gc3kEVEiHuWHjcoo/6YoiVKXc9tvHu1oWEWf0rWCfX9fbN4o3HJxYAn2t/8FAIu74nuEeGC5zyu2lI8n7tn0krQ+cHwq962KQxQX5MvWlaEzQlyQ48EbE1YMYPvkNEsOFLiBrdnDZ9Ino= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WXY/msMd; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WXY/msMd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2FE71F000E9; Wed, 8 Jul 2026 12:40:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783514441; bh=FUo9b+9FoBbsLn3317d+k19kmmeqMysjUpHIoR1cSuk=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=WXY/msMdkHLLjOnaDNSKaKLkQ7IUtX2XkDYYUj2yMJb3uyfXyfw977x8TaveQVUBC ZnLVed77j3rhhfXFI+3DrdJzxxxnWMDIiOxQZj+AiNfWXLzf+T4ScOcidgYjoAcONz 2OoU+yWXizMKvNGQwPcSdKJhazQTv0JTi8jyHXVUkFiCiIsewvujo4+QpTxFeMSKVT qF+V68Y4Tfkx8CPyIyb8nKtt5MbMeHw7vlpqGvuKNaPNH3o8EltfQdRVoN6fX+cigo dBBO+1s+fssVQZWibmvpjA84orDAdjg3Qt3MBoW+t2qelPFejqkkecfnZKFMs28vhw r9vMUa7Jc5H/w== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 56C483927044; Wed, 8 Jul 2026 12:40:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 00/11][pull request] Intel Wired LAN Driver Updates 2026-07-01 (igc, igb) From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178351442114.2482258.15820086308090785003.git-patchwork-notify@kernel.org> Date: Wed, 08 Jul 2026 12:40:21 +0000 References: <20260701210303.1745310-1-anthony.l.nguyen@intel.com> In-Reply-To: <20260701210303.1745310-1-anthony.l.nguyen@intel.com> To: Tony Nguyen Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, andrew+netdev@lunn.ch, netdev@vger.kernel.org, horms@kernel.org Hello: This series was applied to netdev/net-next.git (main) by Tony Nguyen : 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