From: Keith Busch <kbusch@kernel.org>
To: Chaitanya Kulkarni <kch@nvidia.com>
Cc: hch@lst.de, sagi@grimberg.me, dwagner@suse.de,
linux-nvme@lists.infradead.org
Subject: Re: [PATCH] nvmet: move async event work off nvmet-wq
Date: Tue, 17 Feb 2026 11:16:38 -0700 [thread overview]
Message-ID: <aZSwhqJHPmAFcvd5@kbusch-mbp> (raw)
In-Reply-To: <20260215012151.11684-1-kch@nvidia.com>
On Sat, Feb 14, 2026 at 05:21:51PM -0800, Chaitanya Kulkarni wrote:
> @@ -26,6 +26,7 @@ static DEFINE_IDA(cntlid_ida);
>
> struct workqueue_struct *nvmet_wq;
> EXPORT_SYMBOL_GPL(nvmet_wq);
> +struct workqueue_struct *nvmet_aen_wq;
Looks like you need to export this new symbol since rdma may be compiled
as a module.
> --- a/drivers/nvme/target/rdma.c
> +++ b/drivers/nvme/target/rdma.c
> @@ -2088,6 +2088,7 @@ static void nvmet_rdma_remove_one(struct ib_device *ib_device, void *client_data
> mutex_unlock(&nvmet_rdma_queue_mutex);
>
> flush_workqueue(nvmet_wq);
> + flush_workqueue(nvmet_aen_wq);
> }
next prev parent reply other threads:[~2026-02-17 18:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-15 1:21 [PATCH] nvmet: move async event work off nvmet-wq Chaitanya Kulkarni
2026-02-17 18:16 ` Keith Busch [this message]
2026-02-17 21:21 ` Chaitanya Kulkarni
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=aZSwhqJHPmAFcvd5@kbusch-mbp \
--to=kbusch@kernel.org \
--cc=dwagner@suse.de \
--cc=hch@lst.de \
--cc=kch@nvidia.com \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.