From: Roland Dreier <rdreier-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
To: Tziporet Koren <tziporet-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Yevgeny Petrilin
<yevgenyp-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org>
Subject: Re: InfiniBand/RDMA merge plans for 2.6.33
Date: Wed, 16 Dec 2009 09:15:09 -0800 [thread overview]
Message-ID: <ada1viualia.fsf@roland-alpha.cisco.com> (raw)
In-Reply-To: <4B28A259.3040909-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org> (Tziporet Koren's message of "Wed, 16 Dec 2009 11:03:21 +0200")
> > - mlx4 SR-IOV support. Again, main problem was my lack of time. I
> > agree in principle with this stuff, just want to be careful that we
> > don't turn the mlx4 driver into an unmaintainable mess of "if
> > (sriov) something; else something_else" all over.
> Roland,
> You have not sent any comments to our patches that were sent few weeks
> ago on time for 2.6.32 inclusion,
> and now I am surprised you do not accept them for 2.6.32.
> I think we still have time to work together and fix your concerns on
> mlx4 driver.
> Can you send more concrete comments so we can fix them?
As I said (in the text you quoted), the main problem is my lack of
time. I want to read the patches over again, and I suspect we will have
one more iteration before they are ready to go. There does seem to be a
lot of changing from
/* pv code */
to
if (sriov) {
/* sriov code */
} else {
/* completely different pv code */
}
which is to say the least not beautiful.
More broadly there is a problem that I am doing 99% of the code review
for RDMA kernel patches. Occasionally people get interested in isolated
things, but for the most part the expectation seems to be that I will
review everything, which doesn't scale.
> Since we have a HW that supports SRIOV and many people are interested
> in this new technology for KVM thus it is important that we drive it
> now
If you send a 25-patch series after -rc6, you should expect that there
is a good chance of missing the next merge window. Sorry -- with the
current process of expecting me to be the only reviewer for nearly
everything, I simply am not going to be able to get through things in time.
- R.
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Roland Dreier <rdreier@cisco.com>
To: Tziporet Koren <tziporet@mellanox.co.il>
Cc: linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org,
Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Subject: Re: InfiniBand/RDMA merge plans for 2.6.33
Date: Wed, 16 Dec 2009 09:15:09 -0800 [thread overview]
Message-ID: <ada1viualia.fsf@roland-alpha.cisco.com> (raw)
In-Reply-To: <4B28A259.3040909@mellanox.co.il> (Tziporet Koren's message of "Wed, 16 Dec 2009 11:03:21 +0200")
> > - mlx4 SR-IOV support. Again, main problem was my lack of time. I
> > agree in principle with this stuff, just want to be careful that we
> > don't turn the mlx4 driver into an unmaintainable mess of "if
> > (sriov) something; else something_else" all over.
> Roland,
> You have not sent any comments to our patches that were sent few weeks
> ago on time for 2.6.32 inclusion,
> and now I am surprised you do not accept them for 2.6.32.
> I think we still have time to work together and fix your concerns on
> mlx4 driver.
> Can you send more concrete comments so we can fix them?
As I said (in the text you quoted), the main problem is my lack of
time. I want to read the patches over again, and I suspect we will have
one more iteration before they are ready to go. There does seem to be a
lot of changing from
/* pv code */
to
if (sriov) {
/* sriov code */
} else {
/* completely different pv code */
}
which is to say the least not beautiful.
More broadly there is a problem that I am doing 99% of the code review
for RDMA kernel patches. Occasionally people get interested in isolated
things, but for the most part the expectation seems to be that I will
review everything, which doesn't scale.
> Since we have a HW that supports SRIOV and many people are interested
> in this new technology for KVM thus it is important that we drive it
> now
If you send a 25-patch series after -rc6, you should expect that there
is a good chance of missing the next merge window. Sorry -- with the
current process of expecting me to be the only reviewer for nearly
everything, I simply am not going to be able to get through things in time.
- R.
next prev parent reply other threads:[~2009-12-16 17:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 18:37 InfiniBand/RDMA merge plans for 2.6.33 Roland Dreier
2009-12-14 18:37 ` Roland Dreier
[not found] ` <adaocm1csgb.fsf-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
2009-12-14 20:09 ` Ralph Campbell
2009-12-14 20:09 ` Ralph Campbell
[not found] ` <1260821358.19688.296.camel-/vjeY7uYZjrPXfVEPVhPGq6RkeBMCJyt@public.gmane.org>
2009-12-16 17:20 ` Roland Dreier
2009-12-16 17:20 ` Roland Dreier
2009-12-15 8:34 ` Eli Cohen
2009-12-15 8:34 ` Eli Cohen
2009-12-16 5:54 ` Or Gerlitz
2009-12-16 5:54 ` Or Gerlitz
2009-12-16 9:03 ` Tziporet Koren
2009-12-16 9:03 ` Tziporet Koren
[not found] ` <4B28A259.3040909-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org>
2009-12-16 17:15 ` Roland Dreier [this message]
2009-12-16 17:15 ` Roland Dreier
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=ada1viualia.fsf@roland-alpha.cisco.com \
--to=rdreier-fyb4gu1cfyuavxtiumwx3w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=tziporet-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org \
--cc=yevgenyp-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.