From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 432E154654; Thu, 7 May 2026 01:51:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778118666; cv=none; b=pSyF4DKEv8noFE7DFAlGBtJkGgdo8Bs6sWQaV5ZxbCWwl4u7KqhkUECReIGmFRl0TOYtW+IZXp6Rh7Wgp0V2d4AYoWMsOvXhsEnaJOSBGAZZhr1ok8gdwMbBD/YeDs7FRxlAjmGGuyzMGfY1pBh9RwH7M9Q+yB6GlQUnbP/AKQk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778118666; c=relaxed/simple; bh=AXOXuSdkJvwp5xLWfyL3fW+mT+60jXSHxCo9agzeu9o=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=VbmoU+3D98+SFn5BSoC2JPsrl40H32yh3zTuwEd4Dg6BF/3ak5VqOoxESnABQtd7hOm59Ntt24DiACrhLSGS7hNkXNTpIa66CeETbBl6ujPd1f8QgG3PMUFGXpDMUOJ/c9wOtsDntrMgSIZwd4dCOSzJa6UcoDwijCBWzcIrz1Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pp36mgts; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pp36mgts" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1132C2BCB0; Thu, 7 May 2026 01:51:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778118665; bh=AXOXuSdkJvwp5xLWfyL3fW+mT+60jXSHxCo9agzeu9o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pp36mgtsq9r8lH4alDWnt2X3E68dZCcG/xGn8B09gt10KRSY8NedXHzO/V9GFIPTr rpXW+2M6hMXys1TUc5EKmDf8l0AqywN27dcZY+TT3c8ekZX44GH5/2a62Dozt0sRTo 6lKIHJvOjQ2zL45ZVCiahXjiK7+4dJIEmdQlG8vXAP51J3+KtcYcN0Gor1M1f8XdnE zn3UBr+0OfzzzI6He8Y1EMa6TAhsVu/LzIz/h8+xm0GYGmYi7kL7aYFBWcpJE66FNj G/ICUOx2Mc/AZ+5dE667TL+AmwRqB8wNP4DlEIsLA6IpJ2e4WuUnFjX5UGH5ub8U77 QwyyQzN+pIncg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CEEB393089F; Thu, 7 May 2026 01:50:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next V3 0/5] net/mlx5e: Report more netdev stats From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177811861529.3297406.17717520902430268279.git-patchwork-notify@kernel.org> Date: Thu, 07 May 2026 01:50:15 +0000 References: <20260504183704.272322-1-tariqt@nvidia.com> In-Reply-To: <20260504183704.272322-1-tariqt@nvidia.com> To: Tariq Toukan Cc: edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch, davem@davemloft.net, saeedm@nvidia.com, mbloch@nvidia.com, leon@kernel.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, gal@nvidia.com, dtatulea@nvidia.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 4 May 2026 21:36:59 +0300 you wrote: > Hi, > > This series by Gal extends the set of counters reported in netdev stats, > by adding: > - hw_gso_packets/bytes > - RX HW-GRO stats > - TX csum_none > - TX queue stop/wake > > [...] Here is the summary with links: - [net-next,V3,1/5] net/mlx5e: Count full skb length in TSO byte counters https://git.kernel.org/netdev/net-next/c/de58db5f0d95 - [net-next,V3,2/5] net/mlx5e: Report hw_gso_packets and hw_gso_bytes netdev stats https://git.kernel.org/netdev/net-next/c/38e7e4a209c2 - [net-next,V3,3/5] net/mlx5e: Report RX HW-GRO netdev stats https://git.kernel.org/netdev/net-next/c/97b96c3b47d1 - [net-next,V3,4/5] net/mlx5e: Report TX csum_none netdev stat https://git.kernel.org/netdev/net-next/c/d8e5b2f7a5c3 - [net-next,V3,5/5] net/mlx5e: Report stop and wake TX queue stats https://git.kernel.org/netdev/net-next/c/32b7e50e284a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html