DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] add a ignore list for get_maintainer
@ 2024-03-08 17:07 Stephen Hemminger
  2024-03-08 17:45 ` Ferruh Yigit
  2024-03-08 18:12 ` [PATCH v2] " Stephen Hemminger
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Hemminger @ 2024-03-08 17:07 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Add an opt-out list for get maintainer tool.  This is helpful
to avoid getting bounce messages and to allow developers
who do not want direct mail.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 .get_maintainer.ignore | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .get_maintainer.ignore

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
new file mode 100644
index 000000000000..f70eee0b0d60
--- /dev/null
+++ b/.get_maintainer.ignore
@@ -0,0 +1,11 @@
+Chenbo Xia <chenbo.xia@intel.com>
+Damian Nowak <damianx.nowak@intel.com>
+Ferruh Yigit <ferruh.yigit@intel.com>
+Gage Eads <gage.eads@intel.com>
+Guoyang Zhou <zhouguoyang@huawei.com>
+Jiayu Hu <jiayu.hu@intel.com>
+Miao Li <miao.li@intel.com>
+Pascal Mazon <pascal.mazon@6wind.com>
+Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
+Shreyansh Jain <shreyansh.jain@nxp.com>
+Timothy McDaniel <timothy.mcdaniel@intel.com>
-- 
2.43.0


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

* Re: [PATCH] add a ignore list for get_maintainer
  2024-03-08 17:07 [PATCH] add a ignore list for get_maintainer Stephen Hemminger
@ 2024-03-08 17:45 ` Ferruh Yigit
  2024-03-08 17:55   ` Stephen Hemminger
  2024-03-08 18:07   ` Bruce Richardson
  2024-03-08 18:12 ` [PATCH v2] " Stephen Hemminger
  1 sibling, 2 replies; 5+ messages in thread
From: Ferruh Yigit @ 2024-03-08 17:45 UTC (permalink / raw)
  To: Stephen Hemminger, dev

On 3/8/2024 5:07 PM, Stephen Hemminger wrote:
> Add an opt-out list for get maintainer tool.  This is helpful
> to avoid getting bounce messages and to allow developers
> who do not want direct mail.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  .get_maintainer.ignore | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 .get_maintainer.ignore
> 
> diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> new file mode 100644
> index 000000000000..f70eee0b0d60
> --- /dev/null
> +++ b/.get_maintainer.ignore
> @@ -0,0 +1,11 @@
> +Chenbo Xia <chenbo.xia@intel.com>
> +Damian Nowak <damianx.nowak@intel.com>
> +Ferruh Yigit <ferruh.yigit@intel.com>
> +Gage Eads <gage.eads@intel.com>
> +Guoyang Zhou <zhouguoyang@huawei.com>
> +Jiayu Hu <jiayu.hu@intel.com>
> +Miao Li <miao.li@intel.com>
> +Pascal Mazon <pascal.mazon@6wind.com>
> +Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
> +Shreyansh Jain <shreyansh.jain@nxp.com>
> +Timothy McDaniel <timothy.mcdaniel@intel.com>

I wonder if there is a way to get new email address of the user, instead
of ignoring it, we have all email addressed in '.mailmap', old ones and
preferred one.

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

* Re: [PATCH] add a ignore list for get_maintainer
  2024-03-08 17:45 ` Ferruh Yigit
@ 2024-03-08 17:55   ` Stephen Hemminger
  2024-03-08 18:07   ` Bruce Richardson
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2024-03-08 17:55 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

On Fri, 8 Mar 2024 17:45:56 +0000
Ferruh Yigit <ferruh.yigit@amd.com> wrote:

> On 3/8/2024 5:07 PM, Stephen Hemminger wrote:
> > Add an opt-out list for get maintainer tool.  This is helpful
> > to avoid getting bounce messages and to allow developers
> > who do not want direct mail.
> > 
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> > ---
> >  .get_maintainer.ignore | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >  create mode 100644 .get_maintainer.ignore
> > 
> > diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> > new file mode 100644
> > index 000000000000..f70eee0b0d60
> > --- /dev/null
> > +++ b/.get_maintainer.ignore
> > @@ -0,0 +1,11 @@
> > +Chenbo Xia <chenbo.xia@intel.com>
> > +Damian Nowak <damianx.nowak@intel.com>
> > +Ferruh Yigit <ferruh.yigit@intel.com>
> > +Gage Eads <gage.eads@intel.com>
> > +Guoyang Zhou <zhouguoyang@huawei.com>
> > +Jiayu Hu <jiayu.hu@intel.com>
> > +Miao Li <miao.li@intel.com>
> > +Pascal Mazon <pascal.mazon@6wind.com>
> > +Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
> > +Shreyansh Jain <shreyansh.jain@nxp.com>
> > +Timothy McDaniel <timothy.mcdaniel@intel.com>  
> 
> I wonder if there is a way to get new email address of the user, instead
> of ignoring it, we have all email addressed in '.mailmap', old ones and
> preferred one.

The tool does use mailmap, so it should be finding the new addresses.
For Ferruh that should work. There might be an ordering of addresses in our
mailmap file for some cases where the primary address is not listed first?

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

* Re: [PATCH] add a ignore list for get_maintainer
  2024-03-08 17:45 ` Ferruh Yigit
  2024-03-08 17:55   ` Stephen Hemminger
@ 2024-03-08 18:07   ` Bruce Richardson
  1 sibling, 0 replies; 5+ messages in thread
From: Bruce Richardson @ 2024-03-08 18:07 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: Stephen Hemminger, dev

On Fri, Mar 08, 2024 at 05:45:56PM +0000, Ferruh Yigit wrote:
> On 3/8/2024 5:07 PM, Stephen Hemminger wrote:
> > Add an opt-out list for get maintainer tool.  This is helpful
> > to avoid getting bounce messages and to allow developers
> > who do not want direct mail.
> > 
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> > ---
> >  .get_maintainer.ignore | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >  create mode 100644 .get_maintainer.ignore
> > 
> > diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> > new file mode 100644
> > index 000000000000..f70eee0b0d60
> > --- /dev/null
> > +++ b/.get_maintainer.ignore
> > @@ -0,0 +1,11 @@
> > +Chenbo Xia <chenbo.xia@intel.com>
> > +Damian Nowak <damianx.nowak@intel.com>
> > +Ferruh Yigit <ferruh.yigit@intel.com>
> > +Gage Eads <gage.eads@intel.com>
> > +Guoyang Zhou <zhouguoyang@huawei.com>
> > +Jiayu Hu <jiayu.hu@intel.com>
> > +Miao Li <miao.li@intel.com>
> > +Pascal Mazon <pascal.mazon@6wind.com>
> > +Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
> > +Shreyansh Jain <shreyansh.jain@nxp.com>
> > +Timothy McDaniel <timothy.mcdaniel@intel.com>
> 
> I wonder if there is a way to get new email address of the user, instead
> of ignoring it, we have all email addressed in '.mailmap', old ones and
> preferred one.

If the user hasn't provided a new email address then they probably aren't
interested in still being involved in the project. Therefore, adding them
to ignore file is probably best.

/Bruce

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

* [PATCH v2] add a ignore list for get_maintainer
  2024-03-08 17:07 [PATCH] add a ignore list for get_maintainer Stephen Hemminger
  2024-03-08 17:45 ` Ferruh Yigit
@ 2024-03-08 18:12 ` Stephen Hemminger
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2024-03-08 18:12 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Add an opt-out list for get maintainer tool.  This is helpful
to avoid getting bounce messages and to allow developers
who do not want direct mail.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
v2 - drop users already with new email in mailmap

 .get_maintainer.ignore | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .get_maintainer.ignore

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
new file mode 100644
index 000000000000..f70eee0b0d60
--- /dev/null
+++ b/.get_maintainer.ignore
@@ -0,0 +1,11 @@
+Chenbo Xia <chenbo.xia@intel.com>
+Damian Nowak <damianx.nowak@intel.com>
+Ferruh Yigit <ferruh.yigit@intel.com>
+Gage Eads <gage.eads@intel.com>
+Guoyang Zhou <zhouguoyang@huawei.com>
+Jiayu Hu <jiayu.hu@intel.com>
+Miao Li <miao.li@intel.com>
+Pascal Mazon <pascal.mazon@6wind.com>
+Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
+Shreyansh Jain <shreyansh.jain@nxp.com>
+Timothy McDaniel <timothy.mcdaniel@intel.com>
-- 
2.43.0


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

end of thread, other threads:[~2024-03-08 18:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 17:07 [PATCH] add a ignore list for get_maintainer Stephen Hemminger
2024-03-08 17:45 ` Ferruh Yigit
2024-03-08 17:55   ` Stephen Hemminger
2024-03-08 18:07   ` Bruce Richardson
2024-03-08 18:12 ` [PATCH v2] " Stephen Hemminger

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