linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Danil Kipnis <danil.kipnis@cloud.ionos.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org, linux-rdma@vger.kernel.org,
	Jason Gunthorpe <jgg@ziepe.ca>,
	Bart Van Assche <bvanassche@acm.org>,
	Leon Romanovsky <leon@kernel.org>,
	Doug Ledford <dledford@redhat.com>,
	Jinpu Wang <jinpu.wang@cloud.ionos.com>
Subject: Re: [PATCH v15 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
Date: Fri, 15 May 2020 16:42:12 +0200	[thread overview]
Message-ID: <CAHg0Hux7J3yieOiOxkqPOKNxj07T_hU-x2UF5Dt+uy9Kku4WsA@mail.gmail.com> (raw)
In-Reply-To: <e04fc798-ee25-53a5-fae0-5985306b55fd@kernel.dk>

On Fri, May 15, 2020 at 3:53 PM Jens Axboe <axboe@kernel.dk> wrote:
>
> On 5/15/20 4:29 AM, Danil Kipnis wrote:
> > Hi Jens,
> >
> > we've fixed the kbuild cross-compile problem identified for our
> > patches for 5.7-rc4. The block part has been reviewed by Bart van
> > Assche (thanks a lot Bart), we also replaced idr by xarray there as
> > Jason suggested. You planned to queue us
> > for 5.7: https://www.spinics.net/lists/linux-rdma/msg88472.html. Could
> > you please give Jason an OK to take this through the rdma tree, see
> > https://www.spinics.net/lists/linux-rdma/msg91400.html?
>
> My main worry isn't the current state of it, it's more how it's going
> to be handled going forward. If you're definitely going to maintain
> the upstream code in a suitable fashion, and not maintain an on-the-side
> version that you push to clients, then I'm fine with it going upstream
> and you can add my acked-by to the block part of the series.
>
> But maintaining the upstream version as the canonical version is key
> here.
Thanks a lot for your reply. We only do maintain the upstream code: we
have an extra compatibility layer which allows us to compile this code
for older kernels still in use in our production and we plan
to continue to do so in the future.
The only real difference of this code to the one running in our production
right now is the name of the driver: it is still "ibnbd" instead of current rnbd
but we will switch to it for the new kernels and also for the older kernels as
soon as our internal provisioning and monitoring infrastructure is prepared.

@Jason Should I resent you the patchset with Acked-By Jens added?


On Fri, May 15, 2020 at 3:53 PM Jens Axboe <axboe@kernel.dk> wrote:
>
> On 5/15/20 4:29 AM, Danil Kipnis wrote:
> > Hi Jens,
> >
> > we've fixed the kbuild cross-compile problem identified for our
> > patches for 5.7-rc4. The block part has been reviewed by Bart van
> > Assche (thanks a lot Bart), we also replaced idr by xarray there as
> > Jason suggested. You planned to queue us
> > for 5.7: https://www.spinics.net/lists/linux-rdma/msg88472.html. Could
> > you please give Jason an OK to take this through the rdma tree, see
> > https://www.spinics.net/lists/linux-rdma/msg91400.html?
>
> My main worry isn't the current state of it, it's more how it's going
> to be handled going forward. If you're definitely going to maintain
> the upstream code in a suitable fashion, and not maintain an on-the-side
> version that you push to clients, then I'm fine with it going upstream
> and you can add my acked-by to the block part of the series.
>
> But maintaining the upstream version as the canonical version is key
> here.
>
> --
> Jens Axboe
>

  parent reply	other threads:[~2020-05-15 14:42 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 13:51 [PATCH v15 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 01/25] sysfs: export sysfs_remove_file_self() Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 02/25] RDMA/rtrs: public interface header to establish RDMA connections Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 04/25] RDMA/rtrs: core: lib functions shared between client and server modules Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 05/25] RDMA/rtrs: client: private header with client structs and functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 06/25] RDMA/rtrs: client: main functionality Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 07/25] RDMA/rtrs: client: statistics functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 08/25] RDMA/rtrs: client: sysfs interface functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 09/25] RDMA/rtrs: server: private header with server structs and functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 10/25] RDMA/rtrs: server: main functionality Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 11/25] RDMA/rtrs: server: statistics functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 12/25] RDMA/rtrs: server: sysfs interface functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 13/25] RDMA/rtrs: include client and server modules into kernel compilation Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 14/25] RDMA/rtrs: a bit of documentation Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 15/25] block/rnbd: private headers with rnbd protocol structs and helpers Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 16/25] block/rnbd: client: private header with client structs and functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 17/25] block/rnbd: client: main functionality Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 18/25] block/rnbd: client: sysfs interface functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 19/25] block/rnbd: server: private header with server structs and functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 20/25] block/rnbd: server: main functionality Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 21/25] block/rnbd: server: functionality for IO submitting to block dev Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 22/25] block/rnbd: server: sysfs interface functions Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 23/25] block/rnbd: include client and server modules into kernel compilation Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 24/25] block/rnbd: a bit of documentation Danil Kipnis
2020-05-11 13:51 ` [PATCH v15 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules Danil Kipnis
2020-05-15 10:29 ` [PATCH v15 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device Danil Kipnis
2020-05-15 13:53   ` Jens Axboe
2020-05-15 14:39     ` Jinpu Wang
2020-05-15 14:42     ` Danil Kipnis [this message]
2020-05-17 22:17 ` Jason Gunthorpe

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=CAHg0Hux7J3yieOiOxkqPOKNxj07T_hU-x2UF5Dt+uy9Kku4WsA@mail.gmail.com \
    --to=danil.kipnis@cloud.ionos.com \
    --cc=axboe@kernel.dk \
    --cc=bvanassche@acm.org \
    --cc=dledford@redhat.com \
    --cc=jgg@ziepe.ca \
    --cc=jinpu.wang@cloud.ionos.com \
    --cc=leon@kernel.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).