From: Jeff Garzik <jgarzik@pobox.com>
To: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Cc: netdev@vger.kernel.org, Roland Dreier <rdreier@cisco.com>,
general@lists.openfabrics.org
Subject: [ofa-general] Re: [PATCH] mlx4_en: Start port error flow bug fix
Date: Thu, 06 Nov 2008 00:43:31 -0500 [thread overview]
Message-ID: <49128403.6000205@pobox.com> (raw)
In-Reply-To: <4911B37E.3020900@mellanox.co.il>
Yevgeny Petrilin wrote:
> Tried to deactivate rx ring that wasn't activated,
> used wrong index.
>
> Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
> ---
> drivers/net/mlx4/en_netdev.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/mlx4/en_netdev.c b/drivers/net/mlx4/en_netdev.c
> index 12d736a..96e709d 100644
> --- a/drivers/net/mlx4/en_netdev.c
> +++ b/drivers/net/mlx4/en_netdev.c
> @@ -706,7 +706,7 @@ tx_err:
> mlx4_en_release_rss_steer(priv);
> rx_err:
> for (i = 0; i < priv->rx_ring_num; i++)
> - mlx4_en_deactivate_rx_ring(priv, &priv->rx_ring[rx_index]);
> + mlx4_en_deactivate_rx_ring(priv, &priv->rx_ring[i]);
> cq_err:
applied
prev parent reply other threads:[~2008-11-06 5:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-05 14:53 [PATCH] mlx4_en: Start port error flow bug fix Yevgeny Petrilin
2008-11-06 5:43 ` Jeff Garzik [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=49128403.6000205@pobox.com \
--to=jgarzik@pobox.com \
--cc=general@lists.openfabrics.org \
--cc=netdev@vger.kernel.org \
--cc=rdreier@cisco.com \
--cc=yevgenyp@mellanox.co.il \
/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 NNTP newsgroup(s).