Message ID | 20241115-smc_lists-v1-1-a0a438125f13@linux.ibm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [net-next] net/smc: Run patches also by RDMA ML | expand |
On Fri, Nov 15, 2024 at 06:44:57PM +0100, Gerd Bayer wrote: > Commits for the SMC protocol usually get carried through the netdev > mailing list. Some portions use InfiniBand verbs that are discussed on > the RDMA mailing list. So run patches by that list too to increase the > likelihood that all interested parties can see them. > > Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com> > --- > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 32d157621b44fb919307e865e2481ab564eb17df..16024268b5fc1feb6c0d01eab3048bd9255d0bf9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -20943,6 +20943,7 @@ M: Jan Karcher <jaka@linux.ibm.com> > R: D. Wythe <alibuda@linux.alibaba.com> > R: Tony Lu <tonylu@linux.alibaba.com> > R: Wen Gu <guwen@linux.alibaba.com> > +L: linux-rdma@vger.kernel.org > L: linux-s390@vger.kernel.org Why don't we have netdev ML here too? Thanks > S: Supported > F: net/smc/ > > --- > base-commit: 519b790af22e705ee3fae7d598f1afbb3d1cfdd5 > change-id: 20241106-smc_lists-b98e6829b31c > > Best regards, > -- > Gerd Bayer <gbayer@linux.ibm.com> >
On Sun, 2024-11-17 at 12:01 +0200, Leon Romanovsky wrote: > On Fri, Nov 15, 2024 at 06:44:57PM +0100, Gerd Bayer wrote: > > Commits for the SMC protocol usually get carried through the netdev > > mailing list. Some portions use InfiniBand verbs that are discussed on > > the RDMA mailing list. So run patches by that list too to increase the > > likelihood that all interested parties can see them. > > > > Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com> > > --- > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 32d157621b44fb919307e865e2481ab564eb17df..16024268b5fc1feb6c0d01eab3048bd9255d0bf9 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -20943,6 +20943,7 @@ M: Jan Karcher <jaka@linux.ibm.com> > > R: D. Wythe <alibuda@linux.alibaba.com> > > R: Tony Lu <tonylu@linux.alibaba.com> > > R: Wen Gu <guwen@linux.alibaba.com> > > +L: linux-rdma@vger.kernel.org > > L: linux-s390@vger.kernel.org > Hi Leon, > Why don't we have netdev ML here too? since all smc code resides in net/smc the filter tag F: net/ in "NETWORKING [GENERAL]" provides that. My first internal draft contained an explicit L: tag for the netdev ML, but I dropped it to avoid any redundancy. > > Thanks Hope this helps, Gerd
On Mon, Nov 18, 2024 at 09:46:28AM +0100, Gerd Bayer wrote: > On Sun, 2024-11-17 at 12:01 +0200, Leon Romanovsky wrote: > > On Fri, Nov 15, 2024 at 06:44:57PM +0100, Gerd Bayer wrote: > > > Commits for the SMC protocol usually get carried through the netdev > > > mailing list. Some portions use InfiniBand verbs that are discussed on > > > the RDMA mailing list. So run patches by that list too to increase the > > > likelihood that all interested parties can see them. > > > > > > Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com> > > > --- > > > --- > > > MAINTAINERS | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 32d157621b44fb919307e865e2481ab564eb17df..16024268b5fc1feb6c0d01eab3048bd9255d0bf9 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -20943,6 +20943,7 @@ M: Jan Karcher <jaka@linux.ibm.com> > > > R: D. Wythe <alibuda@linux.alibaba.com> > > > R: Tony Lu <tonylu@linux.alibaba.com> > > > R: Wen Gu <guwen@linux.alibaba.com> > > > +L: linux-rdma@vger.kernel.org > > > L: linux-s390@vger.kernel.org > > > > Hi Leon, > > > Why don't we have netdev ML here too? > > since all smc code resides in net/smc the filter tag F: net/ in > "NETWORKING [GENERAL]" provides that. My first internal draft contained > an explicit L: tag for the netdev ML, but I dropped it to avoid any > redundancy. Thanks for the explanation, Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 15 Nov 2024 18:44:57 +0100 you wrote: > Commits for the SMC protocol usually get carried through the netdev > mailing list. Some portions use InfiniBand verbs that are discussed on > the RDMA mailing list. So run patches by that list too to increase the > likelihood that all interested parties can see them. > > Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com> > > [...] Here is the summary with links: - [net-next] net/smc: Run patches also by RDMA ML https://git.kernel.org/netdev/net-next/c/16a04d043baa You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 32d157621b44fb919307e865e2481ab564eb17df..16024268b5fc1feb6c0d01eab3048bd9255d0bf9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20943,6 +20943,7 @@ M: Jan Karcher <jaka@linux.ibm.com> R: D. Wythe <alibuda@linux.alibaba.com> R: Tony Lu <tonylu@linux.alibaba.com> R: Wen Gu <guwen@linux.alibaba.com> +L: linux-rdma@vger.kernel.org L: linux-s390@vger.kernel.org S: Supported F: net/smc/
Commits for the SMC protocol usually get carried through the netdev mailing list. Some portions use InfiniBand verbs that are discussed on the RDMA mailing list. So run patches by that list too to increase the likelihood that all interested parties can see them. Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com> --- --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) --- base-commit: 519b790af22e705ee3fae7d598f1afbb3d1cfdd5 change-id: 20241106-smc_lists-b98e6829b31c Best regards,