From: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
To: Logan Gunthorpe <logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
Cc: "Jens Axboe" <axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>,
"Alex Williamson"
<alex.williamson-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Steve Wise"
<swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
"Jérôme Glisse" <jglisse-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
"Jason Gunthorpe" <jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
"Christian König" <christian.koenig-5C7GfCeVMHo@public.gmane.org>,
"Benjamin Herrenschmidt"
<benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>,
"Bjorn Helgaas"
<bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
"Max Gurtovoy" <maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
"Christoph Hellwig" <hch-jcswGhMUV9g@public.gmane.org>
Subject: Re: [PATCH v9 13/13] nvmet: Optionally use PCI P2P memory
Date: Fri, 5 Oct 2018 09:07:20 +0200 [thread overview]
Message-ID: <20181005070720.GA23725@lst.de> (raw)
In-Reply-To: <2bcc0927-83ab-1bf2-d584-aebd5274cefa-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
On Thu, Oct 04, 2018 at 04:29:19PM -0600, Logan Gunthorpe wrote:
>
>
> On 2018-10-04 4:20 p.m., Sagi Grimberg wrote:
> >> +static inline struct device *nvmet_ns_dev(struct nvmet_ns *ns)
> >> +{
> >> + return disk_to_dev(ns->bdev->bd_disk);
> >> +}
> >
> > This needs to handle non bdev namespaces.
>
> As it's coded now the helper never gets called unless ns->bdev is not
> null. But in general, yes you are right, we should probably return NULL
> if ns->bdev is NULL.
I'd rather skip that for now.
> > index ef286b72d958..3d12f5f4568d 100644
> > --- a/drivers/nvme/target/fc.c
> > +++ b/drivers/nvme/target/fc.c
> > @@ -2280,6 +2280,7 @@ nvmet_fc_handle_fcp_rqst(struct nvmet_fc_tgtport
> > *tgtport,
> > fod->req.cmd = &fod->cmdiubuf.sqe;
> > fod->req.rsp = &fod->rspiubuf.cqe;
> > fod->req.port = tgtport->pe->port;
> > + fod->req.p2p_client = tgtport->dev;
> >
> > /* clear any response payload */
> > memset(&fod->rspiubuf, 0, sizeof(fod->rspiubuf));
> > --
>
> Sure, I guess that makes sense. I've never tried it with fc hardware but
> I assume there's no reason it wouldn't work.
>
> I'll queue these changes up for a v10.
And I'd wait until someone has actually tested this case.
next prev parent reply other threads:[~2018-10-05 7:07 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 21:27 [PATCH v9 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory Logan Gunthorpe
2018-10-04 21:27 ` [PATCH v9 10/13] nvme-pci: Add support for P2P memory in requests Logan Gunthorpe
[not found] ` <20181004212747.6301-1-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-04 21:27 ` [PATCH v9 01/13] PCI/P2PDMA: Support peer-to-peer memory Logan Gunthorpe
2018-10-04 21:27 ` [PATCH v9 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats Logan Gunthorpe
2018-10-05 7:08 ` Christoph Hellwig
2018-10-04 21:27 ` [PATCH v9 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset Logan Gunthorpe
[not found] ` <20181004212747.6301-4-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:08 ` Christoph Hellwig
2018-10-04 21:27 ` [PATCH v9 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers Logan Gunthorpe
[not found] ` <20181004212747.6301-5-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:08 ` Christoph Hellwig
2018-10-04 21:27 ` [PATCH v9 05/13] docs-rst: Add a new directory for PCI documentation Logan Gunthorpe
2018-10-04 21:27 ` [PATCH v9 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation Logan Gunthorpe
2018-10-04 21:27 ` [PATCH v9 07/13] block: Add PCI P2P flag for request queue and check support for requests Logan Gunthorpe
[not found] ` <20181004212747.6301-8-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:09 ` Christoph Hellwig
2018-10-06 1:16 ` Jens Axboe
[not found] ` <485de371-0e84-6f20-7f3b-cec5635b87fe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>
2018-10-10 19:59 ` Bjorn Helgaas
2018-10-10 20:00 ` Jens Axboe
2018-10-04 21:27 ` [PATCH v9 08/13] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]() Logan Gunthorpe
[not found] ` <20181004212747.6301-9-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:09 ` Christoph Hellwig
2018-10-04 21:27 ` [PATCH v9 09/13] nvme-pci: Use PCI p2pmem subsystem to manage the CMB Logan Gunthorpe
[not found] ` <20181004212747.6301-10-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:09 ` Christoph Hellwig
2018-10-04 21:27 ` [PATCH v9 11/13] nvme-pci: Add a quirk for a pseudo CMB Logan Gunthorpe
[not found] ` <20181004212747.6301-12-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:10 ` Christoph Hellwig
[not found] ` <20181005071044.GB23834-jcswGhMUV9g@public.gmane.org>
2018-10-05 15:39 ` Logan Gunthorpe
2018-10-04 21:27 ` [PATCH v9 13/13] nvmet: Optionally use PCI P2P memory Logan Gunthorpe
[not found] ` <20181004212747.6301-14-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-04 22:20 ` Sagi Grimberg
[not found] ` <a3af4bda-0b73-c964-c7d6-5d59f0710768-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
2018-10-04 22:29 ` Logan Gunthorpe
[not found] ` <2bcc0927-83ab-1bf2-d584-aebd5274cefa-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:07 ` Christoph Hellwig [this message]
[not found] ` <20181005070720.GA23725-jcswGhMUV9g@public.gmane.org>
2018-10-05 7:34 ` Sagi Grimberg
2018-10-05 15:42 ` Logan Gunthorpe
2018-10-10 20:19 ` [PATCH v9 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory Bjorn Helgaas
2018-10-10 23:03 ` Logan Gunthorpe
[not found] ` <5c674a1b-2471-33eb-44f4-fe1bb8807a22-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-11 3:18 ` Bjorn Helgaas
[not found] ` <20181011031858.GL5906-1RhO1Y9PlrlHTL0Zs8A6p5iNqAH0jzoTYJqu5kTmcBRl57MIdRCFDg@public.gmane.org>
2018-10-11 15:38 ` Logan Gunthorpe
2018-10-04 21:27 ` [PATCH v9 12/13] nvmet: Introduce helper functions to allocate and free request SGLs Logan Gunthorpe
[not found] ` <20181004212747.6301-13-logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org>
2018-10-05 7:11 ` Christoph Hellwig
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=20181005070720.GA23725@lst.de \
--to=hch-jcswghmuv9g@public.gmane.org \
--cc=alex.williamson-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org \
--cc=benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org \
--cc=bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=christian.koenig-5C7GfCeVMHo@public.gmane.org \
--cc=jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=jglisse-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org \
--cc=linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=logang-OTvnGxWRz7hWk0Htik3J/w@public.gmane.org \
--cc=maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.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