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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: [PATCH 16/24] ibnbd: client: main functionality Date: Fri, 2 Feb 2018 08:11:53 -0700 Message-ID: <4f5c5941-c30f-51e8-619a-c03aa9e514b7@kernel.dk> References: <20180202140904.2017-1-roman.penyaev@profitbricks.com> <20180202140904.2017-17-roman.penyaev@profitbricks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180202140904.2017-17-roman.penyaev-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> Content-Language: en-US Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Roman Pen , linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Christoph Hellwig , Sagi Grimberg , Bart Van Assche , Or Gerlitz , Danil Kipnis , Jack Wang List-Id: linux-rdma@vger.kernel.org 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 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html