Re: [lustre-devel] [PATCH] staging: lustre: delete the filesystem from the tree.

From: Alexey Lyashkov
Date: Sun Jun 03 2018 - 23:59:57 EST



> 4 ÐÑÐÑ 2018 Ð., Ð 6:54, NeilBrown <neilb@xxxxxxxx> ÐÐÐÐÑÐÐ(Ð):
>
> On Sun, Jun 03 2018, Dilger, Andreas wrote:
>
>> On Jun 1, 2018, at 17:19, NeilBrown <neilb@xxxxxxxx> wrote:
>>>
>>> On Fri, Jun 01 2018, Doug Oucharek wrote:
>>>
>>>> Would it makes sense to land LNet and LNDs on their own first? Get
>>>> the networking house in order first before layering on the file
>>>> system?
>>>
>>> I'd like to turn that question on it's head:
>>> Do we need LNet and LNDs? What value do they provide?
>>> (this is a genuine question, not being sarcastic).
>>>
>>> It is a while since I tried to understand LNet, and then it was a
>>> fairly superficial look, but I think it is an abstraction layer
>>> that provides packet-based send/receive with some numa-awareness
>>> and routing functionality. It sits over sockets (TCP) and IB and
>>> provides a uniform interface.
>>
>> LNet is originally based on a high-performance networking stack called
>> Portals (v3, http://www.cs.sandia.gov/Portals/), with additions for LNet
>> routing to allow cross-network bridging.
>>
>> A critical part of LNet is that it is for RDMA and not packet-based
>> messages. Everything in Lustre is structured around RDMA. Of course,
>> RDMA is not possible with TCP

To be clear. Soft IB (aka Soft RoCE) driver is part of OFED stack from 4.8(or 4.9).
So RDMA API now is possible with TCP networks.


Alex