From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 16/24] ibnbd: client: main functionality To: Roman Pen , linux-block@vger.kernel.org, linux-rdma@vger.kernel.org Cc: Christoph Hellwig , Sagi Grimberg , Bart Van Assche , Or Gerlitz , Danil Kipnis , Jack Wang References: <20180202140904.2017-1-roman.penyaev@profitbricks.com> <20180202140904.2017-17-roman.penyaev@profitbricks.com> From: Jens Axboe Message-ID: <4f5c5941-c30f-51e8-619a-c03aa9e514b7@kernel.dk> Date: Fri, 2 Feb 2018 08:11:53 -0700 MIME-Version: 1.0 In-Reply-To: <20180202140904.2017-17-roman.penyaev@profitbricks.com> Content-Type: text/plain; charset=utf-8 List-ID: On 2/2/18 7:08 AM, Roman Pen wrote: > This is main functionality of ibnbd-client module, which provides > interface to map remote device as local block device /dev/ibnbd > and feeds IBTRS with IO requests. Kill the legacy IO path for this, the driver should only support blk-mq. Hence kill off your BLK_RQ part, that will eliminate the dual path you have too. -- Jens Axboe