Message ID | 20201204182952.72263-1-saeedm@nvidia.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [pull,request,for-next] mlx5-next auxbus support | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Fri, Dec 04, 2020 at 10:29:52AM -0800, Saeed Mahameed wrote: > Hi Jakub, Jason > > This pull request is targeting net-next and rdma-next branches. > > This series provides mlx5 support for auxiliary bus devices. > > It starts with a merge commit of tag 'auxbus-5.11-rc1' from > gregkh/driver-core into mlx5-next, then the mlx5 patches that will convert > mlx5 ulp devices (netdev, rdma, vdpa) to use the proper auxbus > infrastructure instead of the internal mlx5 device and interface management > implementation, which Leon is deleting at the end of this patchset. > > Link: https://lore.kernel.org/alsa-devel/20201026111849.1035786-1-leon@kernel.org/ > > Thanks to everyone for the joint effort ! > > Please pull and let me know if there's any problem. This all looks good, thanks. Jakub a few notes on shared branch process here.. In general Linus's advice has been to avoid unnecessary merges so Saeed/Leon have tended to send PRs to one tree or the other based on need and that PR might have a "catch up" from the other tree. I guess this one is special because it makes lots of changes in both trees. Whoever pulls first means the other cannot refuse the PR, so I usually prefer to let netdev go first. I have more BW to manage trouble on the RDMA side.. I saw your other request related to the CI failures due to the wrong branch basis in the build bot. This means you will need to pull every update to the mlx5 shared branch, even if it is not immediately relevant to netdev, or have Saeed include the 'base commit' trailer and teach the build bots to respect it.. Also, I arrange the RDMA merge window PR to be after netdev (usually on Thursday) so that Linus sees minor RDMA stuff in the netdev diffstat, and almost no netdev stuff in the RDMA PR. Cheers, Jason
On Fri, 4 Dec 2020 10:29:52 -0800 Saeed Mahameed wrote: > This pull request is targeting net-next and rdma-next branches. > > This series provides mlx5 support for auxiliary bus devices. > > It starts with a merge commit of tag 'auxbus-5.11-rc1' from > gregkh/driver-core into mlx5-next, then the mlx5 patches that will convert > mlx5 ulp devices (netdev, rdma, vdpa) to use the proper auxbus > infrastructure instead of the internal mlx5 device and interface management > implementation, which Leon is deleting at the end of this patchset. > > Link: https://lore.kernel.org/alsa-devel/20201026111849.1035786-1-leon@kernel.org/ > > Thanks to everyone for the joint effort ! Pulled, thanks! (I'll push out after build finishes so may be an hour)
On Fri, 4 Dec 2020 20:26:42 -0400 Jason Gunthorpe wrote: > Jakub a few notes on shared branch process here.. > > In general Linus's advice has been to avoid unnecessary merges so > Saeed/Leon have tended to send PRs to one tree or the other based on > need and that PR might have a "catch up" from the other tree. I guess > this one is special because it makes lots of changes in both trees. > > Whoever pulls first means the other cannot refuse the PR, so I usually > prefer to let netdev go first. I have more BW to manage trouble on the > RDMA side.. > > I saw your other request related to the CI failures due to the wrong > branch basis in the build bot. This means you will need to pull every > update to the mlx5 shared branch, even if it is not immediately > relevant to netdev, or have Saeed include the 'base commit' trailer > and teach the build bots to respect it.. > > Also, I arrange the RDMA merge window PR to be after netdev (usually > on Thursday) so that Linus sees minor RDMA stuff in the netdev > diffstat, and almost no netdev stuff in the RDMA PR. Makes sense, thanks for the notes.
On Sat, 5 Dec 2020 15:35:45 -0800 Jakub Kicinski wrote: > On Fri, 4 Dec 2020 10:29:52 -0800 Saeed Mahameed wrote: > > This pull request is targeting net-next and rdma-next branches. > > > > This series provides mlx5 support for auxiliary bus devices. > > > > It starts with a merge commit of tag 'auxbus-5.11-rc1' from > > gregkh/driver-core into mlx5-next, then the mlx5 patches that will convert > > mlx5 ulp devices (netdev, rdma, vdpa) to use the proper auxbus > > infrastructure instead of the internal mlx5 device and interface management > > implementation, which Leon is deleting at the end of this patchset. > > > > Link: https://lore.kernel.org/alsa-devel/20201026111849.1035786-1-leon@kernel.org/ > > > > Thanks to everyone for the joint effort ! > > Pulled, thanks! (I'll push out after build finishes so may be an hour) Or not, looks like you didn't adjust to Greg's changes: ../drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5505:12: error: initialization of ‘void (*)(struct auxiliary_device *)’ from incompatible pointer type ‘int (*)(struct auxiliary_device *)’ [-Werror=incompatible-pointer-types] 5505 | .remove = mlx5e_remove, | ^~~~~~~~~~~~ ../drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5505:12: note: (near initialization for ‘mlx5e_driver.remove’) cc1: some warnings being treated as errors make[6]: *** [../scripts/Makefile.build:283: drivers/net/ethernet/mellanox/mlx5/core/en_main.o] Error 1 make[5]: *** [../scripts/Makefile.build:500: drivers/net/ethernet/mellanox/mlx5/core] Error 2 make[4]: *** [../scripts/Makefile.build:500: drivers/net/ethernet/mellanox] Error 2 make[3]: *** [../scripts/Makefile.build:500: drivers/net/ethernet] Error 2 make[3]: *** Waiting for unfinished jobs....
On Sat, Dec 05, 2020 at 04:19:21PM -0800, Jakub Kicinski wrote: > On Sat, 5 Dec 2020 15:35:45 -0800 Jakub Kicinski wrote: > > On Fri, 4 Dec 2020 10:29:52 -0800 Saeed Mahameed wrote: > > > This pull request is targeting net-next and rdma-next branches. > > > > > > This series provides mlx5 support for auxiliary bus devices. > > > > > > It starts with a merge commit of tag 'auxbus-5.11-rc1' from > > > gregkh/driver-core into mlx5-next, then the mlx5 patches that will convert > > > mlx5 ulp devices (netdev, rdma, vdpa) to use the proper auxbus > > > infrastructure instead of the internal mlx5 device and interface management > > > implementation, which Leon is deleting at the end of this patchset. > > > > > > Link: https://lore.kernel.org/alsa-devel/20201026111849.1035786-1-leon@kernel.org/ > > > > > > Thanks to everyone for the joint effort ! > > > > Pulled, thanks! (I'll push out after build finishes so may be an hour) > > Or not, looks like you didn't adjust to Greg's changes: Sorry Jakub, It was my mistake. I'm fixing, folding the changes and pushing new branch now. Most likely that Saeed will send new pull request on Monday. Thanks