* [dpdk-dev] [PATCH] maintainers: update for qede PMD and bnx2x PMD
@ 2016-12-03 6:24 Rasesh Mody
2016-12-06 10:47 ` Thomas Monjalon
0 siblings, 1 reply; 4+ messages in thread
From: Rasesh Mody @ 2016-12-03 6:24 UTC (permalink / raw)
To: dev; +Cc: Dept-EngDPDKDev, Rasesh Mody
Following Cavium's acquisition of QLogic we need to update all the
qlogic PMD maintainer's entries to point to our new e-mail addresses.
Update driver's maintainers as they are no longer working for Cavium.
Thanks to Sony Chacko for his support and development of our various
dpdk drivers.
Signed-off-by: Rasesh Mody <Rasesh.Mody@cavium.com>
---
MAINTAINERS | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 26d9590a..d6eba203 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -351,16 +351,14 @@ F: drivers/net/nfp/
F: doc/guides/nics/nfp.rst
QLogic bnx2x
-M: Sony Chacko <sony.chacko@qlogic.com>
-M: Harish Patil <harish.patil@qlogic.com>
-M: Rasesh Mody <rasesh.mody@qlogic.com>
+M: Harish Patil <Harish.Patil@cavium.com>
+M: Rasesh Mody <Rasesh.Mody@cavium.com>
F: drivers/net/bnx2x/
F: doc/guides/nics/bnx2x.rst
QLogic qede PMD
-M: Harish Patil <harish.patil@qlogic.com>
-M: Rasesh Mody <rasesh.mody@qlogic.com>
-M: Sony Chacko <sony.chacko@qlogic.com>
+M: Rasesh Mody <Rasesh.Mody@cavium.com>
+M: Harish Patil <Harish.Patil@cavium.com>
F: drivers/net/qede/
F: doc/guides/nics/qede.rst
--
2.11.0.rc1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: update for qede PMD and bnx2x PMD
2016-12-03 6:24 [dpdk-dev] [PATCH] maintainers: update for qede PMD and bnx2x PMD Rasesh Mody
@ 2016-12-06 10:47 ` Thomas Monjalon
2016-12-07 19:22 ` [dpdk-dev] [PATCH v2] " Rasesh Mody
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2016-12-06 10:47 UTC (permalink / raw)
To: Rasesh Mody; +Cc: dev, Dept-EngDPDKDev
2016-12-02 22:24, Rasesh Mody:
> QLogic bnx2x
> -M: Sony Chacko <sony.chacko@qlogic.com>
> -M: Harish Patil <harish.patil@qlogic.com>
> -M: Rasesh Mody <rasesh.mody@qlogic.com>
> +M: Harish Patil <Harish.Patil@cavium.com>
> +M: Rasesh Mody <Rasesh.Mody@cavium.com>
> F: drivers/net/bnx2x/
> F: doc/guides/nics/bnx2x.rst
>
> QLogic qede PMD
> -M: Harish Patil <harish.patil@qlogic.com>
> -M: Rasesh Mody <rasesh.mody@qlogic.com>
> -M: Sony Chacko <sony.chacko@qlogic.com>
> +M: Rasesh Mody <Rasesh.Mody@cavium.com>
> +M: Harish Patil <Harish.Patil@cavium.com>
> F: drivers/net/qede/
> F: doc/guides/nics/qede.rst
I suggest to keep consistency and use only lowercase in email address.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH v2] maintainers: update for qede PMD and bnx2x PMD
2016-12-06 10:47 ` Thomas Monjalon
@ 2016-12-07 19:22 ` Rasesh Mody
2016-12-19 16:54 ` Thomas Monjalon
0 siblings, 1 reply; 4+ messages in thread
From: Rasesh Mody @ 2016-12-07 19:22 UTC (permalink / raw)
To: thomas.monjalon; +Cc: dev, Dept-EngDPDKDev, Rasesh Mody
Following Cavium's acquisition of QLogic we need to update all the
qlogic PMD maintainer's entries to point to our new e-mail addresses.
Update driver's maintainers as they are no longer working for Cavium.
Thanks to Sony Chacko for his support and development of our various
dpdk drivers.
Signed-off-by: Rasesh Mody <Rasesh.Mody@cavium.com>
---
MAINTAINERS | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d915426..1c170d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -351,16 +351,14 @@ F: drivers/net/nfp/
F: doc/guides/nics/nfp.rst
QLogic bnx2x
-M: Sony Chacko <sony.chacko@qlogic.com>
-M: Harish Patil <harish.patil@qlogic.com>
-M: Rasesh Mody <rasesh.mody@qlogic.com>
+M: Harish Patil <harish.patil@cavium.com>
+M: Rasesh Mody <rasesh.mody@cavium.com>
F: drivers/net/bnx2x/
F: doc/guides/nics/bnx2x.rst
QLogic qede PMD
-M: Harish Patil <harish.patil@qlogic.com>
-M: Rasesh Mody <rasesh.mody@qlogic.com>
-M: Sony Chacko <sony.chacko@qlogic.com>
+M: Rasesh Mody <rasesh.mody@cavium.com>
+M: Harish Patil <harish.patil@cavium.com>
F: drivers/net/qede/
F: doc/guides/nics/qede.rst
--
1.7.10.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH v2] maintainers: update for qede PMD and bnx2x PMD
2016-12-07 19:22 ` [dpdk-dev] [PATCH v2] " Rasesh Mody
@ 2016-12-19 16:54 ` Thomas Monjalon
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2016-12-19 16:54 UTC (permalink / raw)
To: Rasesh Mody; +Cc: dev, Dept-EngDPDKDev
2016-12-07 11:22, Rasesh Mody:
> Following Cavium's acquisition of QLogic we need to update all the
> qlogic PMD maintainer's entries to point to our new e-mail addresses.
> Update driver's maintainers as they are no longer working for Cavium.
>
> Thanks to Sony Chacko for his support and development of our various
> dpdk drivers.
>
> Signed-off-by: Rasesh Mody <Rasesh.Mody@cavium.com>
Applied, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-12-19 16:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-03 6:24 [dpdk-dev] [PATCH] maintainers: update for qede PMD and bnx2x PMD Rasesh Mody
2016-12-06 10:47 ` Thomas Monjalon
2016-12-07 19:22 ` [dpdk-dev] [PATCH v2] " Rasesh Mody
2016-12-19 16:54 ` Thomas Monjalon
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).