netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT]: 'net' merged into 'net-next'
@ 2011-09-22  7:24 David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-09-22  7:24 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netfilter-devel-u79uwXL29TY76Z2rM5mHXA,
	linux-bluetooth-u79uwXL29TY76Z2rM5mHXA


I did the best I could with the various merge conflicts.

Please double check my work.

Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT] 'net' merged into 'net-next'
@ 2018-03-23 15:40 David Miller
  2018-03-23 17:26 ` Jason Gunthorpe
  2018-03-23 18:05 ` Ido Schimmel
  0 siblings, 2 replies; 6+ messages in thread
From: David Miller @ 2018-03-23 15:40 UTC (permalink / raw)
  To: netdev; +Cc: jgg, dledford, idosch, dsahern, sd


This merge was a little bit more hectic than usual.

But thankfully, I had some sample conflict resolutions to work
with, in particular for the mlx5 infiniband changes which were
the most difficult to resolve.

Please double check my work and provide any fixup patches if
necessary.

Thank you.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] 'net' merged into 'net-next'
  2018-03-23 15:40 [GIT] " David Miller
@ 2018-03-23 17:26 ` Jason Gunthorpe
  2018-03-23 17:36   ` David Miller
  2018-03-23 18:05 ` Ido Schimmel
  1 sibling, 1 reply; 6+ messages in thread
From: Jason Gunthorpe @ 2018-03-23 17:26 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, dledford, idosch, dsahern, sd

On Fri, Mar 23, 2018 at 11:40:59AM -0400, David Miller wrote:
> 
> This merge was a little bit more hectic than usual.
> 
> But thankfully, I had some sample conflict resolutions to work
> with, in particular for the mlx5 infiniband changes which were
> the most difficult to resolve.
> 
> Please double check my work and provide any fixup patches if
> necessary.

The drivers/infiniband looks OK, and I also checked that merging
netdev and rdma together gets us to the right result.

Jason

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] 'net' merged into 'net-next'
  2018-03-23 17:26 ` Jason Gunthorpe
@ 2018-03-23 17:36   ` David Miller
  2018-03-23 18:34     ` Saeed Mahameed
  0 siblings, 1 reply; 6+ messages in thread
From: David Miller @ 2018-03-23 17:36 UTC (permalink / raw)
  To: jgg; +Cc: netdev, dledford, idosch, dsahern, sd

From: Jason Gunthorpe <jgg@mellanox.com>
Date: Fri, 23 Mar 2018 11:26:22 -0600

> On Fri, Mar 23, 2018 at 11:40:59AM -0400, David Miller wrote:
>> 
>> This merge was a little bit more hectic than usual.
>> 
>> But thankfully, I had some sample conflict resolutions to work
>> with, in particular for the mlx5 infiniband changes which were
>> the most difficult to resolve.
>> 
>> Please double check my work and provide any fixup patches if
>> necessary.
> 
> The drivers/infiniband looks OK, and I also checked that merging
> netdev and rdma together gets us to the right result.

Thanks for looking at it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] 'net' merged into 'net-next'
  2018-03-23 15:40 [GIT] " David Miller
  2018-03-23 17:26 ` Jason Gunthorpe
@ 2018-03-23 18:05 ` Ido Schimmel
  1 sibling, 0 replies; 6+ messages in thread
From: Ido Schimmel @ 2018-03-23 18:05 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, jgg, dledford, dsahern, sd

On Fri, Mar 23, 2018 at 11:40:59AM -0400, David Miller wrote:
> 
> This merge was a little bit more hectic than usual.
> 
> But thankfully, I had some sample conflict resolutions to work
> with, in particular for the mlx5 infiniband changes which were
> the most difficult to resolve.
> 
> Please double check my work and provide any fixup patches if
> necessary.

Fixup for mlxsw:
http://patchwork.ozlabs.org/patch/890093/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] 'net' merged into 'net-next'
  2018-03-23 17:36   ` David Miller
@ 2018-03-23 18:34     ` Saeed Mahameed
  0 siblings, 0 replies; 6+ messages in thread
From: Saeed Mahameed @ 2018-03-23 18:34 UTC (permalink / raw)
  To: Jason Gunthorpe, davem@davemloft.net
  Cc: dsahern@gmail.com, netdev@vger.kernel.org, Ido Schimmel,
	dledford@redhat.com, sd@queasysnail.net

On Fri, 2018-03-23 at 13:36 -0400, David Miller wrote:
> From: Jason Gunthorpe <jgg@mellanox.com>
> Date: Fri, 23 Mar 2018 11:26:22 -0600
> 
> > On Fri, Mar 23, 2018 at 11:40:59AM -0400, David Miller wrote:
> > > 
> > > This merge was a little bit more hectic than usual.
> > > 
> > > But thankfully, I had some sample conflict resolutions to work
> > > with, in particular for the mlx5 infiniband changes which were
> > > the most difficult to resolve.
> > > 
> > > Please double check my work and provide any fixup patches if
> > > necessary.
> > 
> > The drivers/infiniband looks OK, and I also checked that merging
> > netdev and rdma together gets us to the right result.
> 
> Thanks for looking at it.

Dave,

I would like to raise this up again, we already suggested a way to
avoid these kind of failures in the future, but you've seem to missed
it.

Basically we want to run mlx5 core branch to be clean from netdev or
rdma stuff and will be submitted to both subsystems.

for example if a netdev/rdma feature want to add mlx5 core
functionality we will end up sending a pull request in the following
structure:

mlx5/core pull request   -> goes to both trees (netdev and rdma).
mlx5 netdev part pull request -> goes to netdev only

same for rdma, the mlx5/core part goes to both trees, but net-next is
not required to pull the rdma part, we will get to review it but will
never need to pull it..

Is this something that could work ?

Thanks,
Saeed.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-23 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22  7:24 [GIT]: 'net' merged into 'net-next' David Miller
  -- strict thread matches above, loose matches on Subject: below --
2018-03-23 15:40 [GIT] " David Miller
2018-03-23 17:26 ` Jason Gunthorpe
2018-03-23 17:36   ` David Miller
2018-03-23 18:34     ` Saeed Mahameed
2018-03-23 18:05 ` Ido Schimmel

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).