Netdev Archive mirror
 help / color / mirror / Atom feed
From: Tariq Toukan <ttoukan.linux@gmail.com>
To: Joe Damato <jdamato@fastly.com>,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Cc: mkarsten@uwaterloo.ca, nalramli@fastly.com,
	Tariq Toukan <tariqt@nvidia.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	"open list:MELLANOX MLX4 core VPI driver"
	<linux-rdma@vger.kernel.org>
Subject: Re: [PATCH net-next v5 1/3] net/mlx4: Track RX allocation failures in a stat
Date: Tue, 14 May 2024 22:08:14 +0300	[thread overview]
Message-ID: <e9af11f9-1ff0-44ba-a43d-0c345d1b8831@gmail.com> (raw)
In-Reply-To: <20240513172909.473066-2-jdamato@fastly.com>



On 13/05/2024 20:29, Joe Damato wrote:
> mlx4_en_alloc_frags currently returns -ENOMEM when mlx4_alloc_page
> fails but does not increment a stat field when this occurs.
> 
> A new field called alloc_fail has been added to struct mlx4_en_rx_ring
> which is now incremented in mlx4_en_rx_ring when -ENOMEM occurs.
> 
> Signed-off-by: Joe Damato <jdamato@fastly.com>
> Tested-by: Martin Karsten <mkarsten@uwaterloo.ca>
> ---
>   drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 1 +
>   drivers/net/ethernet/mellanox/mlx4/en_rx.c     | 4 +++-
>   drivers/net/ethernet/mellanox/mlx4/mlx4_en.h   | 1 +
>   3 files changed, 5 insertions(+), 1 deletion(-)
> 

Reviewed-by: Tariq Toukan <tariqt@nvidia.com>

  reply	other threads:[~2024-05-14 19:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 17:29 [PATCH net-next v5 0/3] mlx4: Add support for netdev-genl API Joe Damato
2024-05-13 17:29 ` [PATCH net-next v5 1/3] net/mlx4: Track RX allocation failures in a stat Joe Damato
2024-05-14 19:08   ` Tariq Toukan [this message]
2024-05-13 17:29 ` [PATCH net-next v5 2/3] net/mlx4: link NAPI instances to queues and IRQs Joe Damato
2024-05-14 18:55   ` Tariq Toukan
2024-05-13 17:29 ` [PATCH net-next v5 3/3] net/mlx4: support per-queue statistics via netlink Joe Damato
2024-05-14 19:07   ` Tariq Toukan

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=e9af11f9-1ff0-44ba-a43d-0c345d1b8831@gmail.com \
    --to=ttoukan.linux@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jdamato@fastly.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=mkarsten@uwaterloo.ca \
    --cc=nalramli@fastly.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=tariqt@nvidia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).