From: 贺鹏 <hepeng.0320@bytedance.com>
To: "Stephen Hemminger" <stephen@networkplumber.org>
Cc: <dev@dpdk.org>
Subject: Re: [External] Re: [PATCH] mlx5: fix race at mlx5_dev_close
Date: Fri, 09 May 2025 10:47:19 +0800 [thread overview]
Message-ID: <c1596ea907d851ffbd1575ff29659e6991aff8dd.58f5f4d6.9bb4.4898.b252.62380bcbd42a@bytedance.com> (raw)
In-Reply-To: <20241007105407.51e6d4c3@hermes.local>
[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]
It's 1ms, not 1 second.
It's a workaround, just to provide a fast and dirty fix for someone who needs this.
From: "Stephen Hemminger"<stephen@networkplumber.org>
> Date: Tue, Oct 8, 2024, 01:54
> Subject: [External] Re: [PATCH] mlx5: fix race at mlx5_dev_close
> To: "hepeng"<hepeng.0320@bytedance.com>
> Cc: <dev@dpdk.org>
> On Thu, 11 Apr 2024 14:17:40 +0800
> hepeng <hepeng.0320@bytedance.com> wrote:
>
>
> > From: "hepeng.0320" <hepeng.0320@bytedance.com>
> >
> > mlx5_dev_close currently will set priv->sh->port[priv->dev_port -
> > 1].nl_ih_port_id to RTE_MAX_ETHPORTS to avoid mlx5_dev_interrupt_nl_cb
> > to use the port's dev_private, because later the rte_eth_dev_close
> > will free the dev_private and set the pointer to NULL.
> >
> > However, since mlx5_dev_interrupt_nl_cb is running in another thread,
> > I think the race still exists. So perhaps an easy fix is to wait for
> > 1ms to avoid this race.
> >
> > Signed-off-by: hepeng.0320 <hepeng.0320@bytedance.com>
>
>
> Not the pest way to handle this. Adding a one second delay on shutdown
> hurts some availability scenarios. Looks like mlx5 needs a more coordinated
> shutdown to be safe; adding big delays is not the correct fix.
>
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 8870 bytes --]
prev parent reply other threads:[~2025-05-09 2:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 6:17 hepeng
2024-10-07 17:54 ` Stephen Hemminger
2025-05-09 2:47 ` 贺鹏 [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=c1596ea907d851ffbd1575ff29659e6991aff8dd.58f5f4d6.9bb4.4898.b252.62380bcbd42a@bytedance.com \
--to=hepeng.0320@bytedance.com \
--cc=dev@dpdk.org \
--cc=stephen@networkplumber.org \
/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).