Re: Future of FMR support, was: Re: [PATCH v1 5/9] xprtrdma: Add ro_unmap_sync method for FMR

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/24/2015 1:52 AM, Christoph Hellwig wrote:
On Mon, Nov 23, 2015 at 07:57:42PM -0500, Tom Talpey wrote:
On 11/23/2015 5:14 PM, Chuck Lever wrote:
FMR's ro_unmap method is already synchronous because ib_unmap_fmr()
is a synchronous verb. However, some improvements can be made here.

I thought FMR support was about to be removed in the core.

Seems like everyone would love to kill it, but no one dares to do
it just yet.  Reasons to keep FMRs:

  - mthca doesn't support FRs but haven't been staged out
  - RDS only supports FRMs for the IB transports (it does support FRs for
    an entirely separate iWarp transports.  I'd love to know why we can't
    just use that iWarp transport for IB as well).
  - mlx4 hardware might be slower with FRs than FRMs (Or mentioned this
    in reply to the iSER remote invalidation series).

Ok, let me add then.

Reasons to kill FMRs:

  - FMRs are UNSAFE. They protect on page boundaries, not byte,
    therefore a length error on an operation can corrupt data
    outside the i/o buffer remotely. To say nothing of maliciousness.

  - FMRs are SLOWER. The supposed performance improvement of FMR
    comes from the "mempool" that is often placed in front of them.
    These pools cache remotely registered regions, in the hope of
    reusing them without having to invalidate in between. See the
    first bullet for the ramifications of that.

  - FMRs are SYNCHRONOUS. The FMR verbs make direct calls into the
    verbs which block and/or do not return control to the caller
    promptly as do work queue operations. The processor spends
    more time servicing the device, typically at raised irq.

  - FMRs are PROPRIETARY. Only one vendor supports them, only one
    of their NICs has no decent alternative, and that NIC is
    functionally obsolete.

If storage stacks continue to support them, I personally feel it
is critical to carefully document the risks to customer data as
part of shipping the code.

Tom.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux