* Re: [PULL REQUEST] Please pull rdma.git [not found] ` <56F29C32.305-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2016-03-31 23:38 ` Leon Romanovsky [not found] ` <20160331233828.GE2670-2ukJVAZIZ/Y@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Leon Romanovsky @ 2016-03-31 23:38 UTC (permalink / raw) To: David S. Miller Cc: Doug Ledford, Linus Torvalds, RDMA mailing list, linux-netdev, Matan Barak, Or Gerlitz, Leon Romanovsky On Wed, Mar 23, 2016 at 09:37:54AM -0400, Doug Ledford wrote: > On 03/23/2016 06:57 AM, Leon Romanovsky wrote: > > On Sat, Mar 19, 2016 at 02:37:08PM -0700, Linus Torvalds wrote: > >> So the *best* situation would be: > >> > >> - your two groups talk it over, and figure out what the common commits are > >> > >> - you put those common commits as a "base" branch in git > >> > >> - you ask the two upper-level maintainers to both pull that base branch > >> > >> - you then make sure that you send the later patches (whether as > >> emailed patches or as pull requests) based on top of that base branch. > > > > Hi David and Doug, > > > > Are you OK with the approach suggested by Linus? > > We are eager to know it, so we will adopt it as soon > > as possible in our development flow. > > > > The original thread [1]. > > > > [1] http://thread.gmane.org/gmane.linux.drivers.rdma/34907 > > > > Thanks. > > > > I'm fine with it. Since I happen to use topic branches to build my > for-next from anyway, I might need to be the one that Dave pulls from > versus the other way around. Resending to linux-netdev. David, Can you please express your opinion about Linus's suggestion to eliminate merge conflicts in Mellanox related products? Thanks > > -- > Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > GPG KeyID: 0E572FDD > > -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20160331233828.GE2670-2ukJVAZIZ/Y@public.gmane.org>]
* Re: [PULL REQUEST] Please pull rdma.git [not found] ` <20160331233828.GE2670-2ukJVAZIZ/Y@public.gmane.org> @ 2016-04-01 2:18 ` David Miller 2016-04-01 2:46 ` Leon Romanovsky 0 siblings, 1 reply; 3+ messages in thread From: David Miller @ 2016-04-01 2:18 UTC (permalink / raw) To: leon-2ukJVAZIZ/Y Cc: dledford-H+wXaHxf7aLQT0dZR+AlfA, torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b, linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA, matanb-VPRAkNaXOzVWk0Htik3J/w, ogerlitz-VPRAkNaXOzVWk0Htik3J/w, leonro-VPRAkNaXOzVWk0Htik3J/w From: Leon Romanovsky <leon-2ukJVAZIZ/Y@public.gmane.org> Date: Fri, 1 Apr 2016 02:38:28 +0300 > On Wed, Mar 23, 2016 at 09:37:54AM -0400, Doug Ledford wrote: >> On 03/23/2016 06:57 AM, Leon Romanovsky wrote: >> > On Sat, Mar 19, 2016 at 02:37:08PM -0700, Linus Torvalds wrote: >> >> So the *best* situation would be: >> >> >> >> - your two groups talk it over, and figure out what the common commits are >> >> >> >> - you put those common commits as a "base" branch in git >> >> >> >> - you ask the two upper-level maintainers to both pull that base branch >> >> >> >> - you then make sure that you send the later patches (whether as >> >> emailed patches or as pull requests) based on top of that base branch. >> > >> > Hi David and Doug, >> > >> > Are you OK with the approach suggested by Linus? >> > We are eager to know it, so we will adopt it as soon >> > as possible in our development flow. >> > >> > The original thread [1]. >> > >> > [1] http://thread.gmane.org/gmane.linux.drivers.rdma/34907 >> > >> > Thanks. >> > >> >> I'm fine with it. Since I happen to use topic branches to build my >> for-next from anyway, I might need to be the one that Dave pulls from >> versus the other way around. > > Resending to linux-netdev. > > David, > Can you please express your opinion about Linus's suggestion to > eliminate merge conflicts in Mellanox related products? Sure, sounds fine. -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL REQUEST] Please pull rdma.git 2016-04-01 2:18 ` David Miller @ 2016-04-01 2:46 ` Leon Romanovsky 0 siblings, 0 replies; 3+ messages in thread From: Leon Romanovsky @ 2016-04-01 2:46 UTC (permalink / raw) To: David Miller Cc: dledford, torvalds, linux-rdma, netdev, matanb, ogerlitz, leonro On Thu, Mar 31, 2016 at 10:18:47PM -0400, David Miller wrote: > From: Leon Romanovsky <leon@leon.nu> > Date: Fri, 1 Apr 2016 02:38:28 +0300 > > > On Wed, Mar 23, 2016 at 09:37:54AM -0400, Doug Ledford wrote: > >> On 03/23/2016 06:57 AM, Leon Romanovsky wrote: > >> > On Sat, Mar 19, 2016 at 02:37:08PM -0700, Linus Torvalds wrote: > >> >> So the *best* situation would be: > >> >> > >> >> - your two groups talk it over, and figure out what the common commits are > >> >> > >> >> - you put those common commits as a "base" branch in git > >> >> > >> >> - you ask the two upper-level maintainers to both pull that base branch > >> >> > >> >> - you then make sure that you send the later patches (whether as > >> >> emailed patches or as pull requests) based on top of that base branch. > >> > > >> > Hi David and Doug, > >> > > >> > Are you OK with the approach suggested by Linus? > >> > We are eager to know it, so we will adopt it as soon > >> > as possible in our development flow. > >> > > >> > The original thread [1]. > >> > > >> > [1] http://thread.gmane.org/gmane.linux.drivers.rdma/34907 > >> > > >> > Thanks. > >> > > >> > >> I'm fine with it. Since I happen to use topic branches to build my > >> for-next from anyway, I might need to be the one that Dave pulls from > >> versus the other way around. > > > > Resending to linux-netdev. > > > > David, > > Can you please express your opinion about Linus's suggestion to > > eliminate merge conflicts in Mellanox related products? > > Sure, sounds fine. Thank you, I appreciate a lot Doug's and your openness and willingness to help us eliminate the future merge obstacles. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-01 3:05 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <56EAE9D6.2030908@redhat.com> [not found] ` <CA+55aFxxoO=i7neGBRGW_afHsSZ7K-x6fMO8v-8po3Ls_Ew0Rg@mail.gmail.com> [not found] ` <20160318173748.GL25216@leon.nu> [not found] ` <CA+55aFwNcyywn3gYQ=H_+6WMt=s+xZ5bgpX3O9z8b2o5EhDMGQ@mail.gmail.com> [not found] ` <20160323105708.GP25216@leon.nu> [not found] ` <56F29C32.305@redhat.com> [not found] ` <56F29C32.305-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2016-03-31 23:38 ` [PULL REQUEST] Please pull rdma.git Leon Romanovsky [not found] ` <20160331233828.GE2670-2ukJVAZIZ/Y@public.gmane.org> 2016-04-01 2:18 ` David Miller 2016-04-01 2:46 ` Leon Romanovsky
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).