* [dpdk-dev] [PATCH] maintainers: claim maintainership of net-mrvl sub tree
@ 2019-06-25 5:42 jerinj
2019-06-25 7:32 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: jerinj @ 2019-06-25 5:42 UTC (permalink / raw)
To: Thomas Monjalon
Cc: dev, Jerin Jacob, Maciej Czekaj, Shijith Thotton, Liron Himi,
Zyta Szpak, Rasesh Mody, Shahed Shaikh, Ferruh Yigit
From: Jerin Jacob <jerinj@marvell.com>
Claim the maintainership of the sub tree dpdk-next-net-mrvl,
which covers all the Marvell network PMDs.
Cc: Maciej Czekaj <mczekaj@marvell.com>
Cc: Shijith Thotton <sthotton@marvell.com>
Cc: Liron Himi <lironh@marvell.com>
Cc: Zyta Szpak <zr@semihalf.com>
Cc: Rasesh Mody <rmody@marvell.com>
Cc: Shahed Shaikh <shshaikh@marvell.com>
Cc: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
Request respective PMD maintainers to update the
existing Marvell network PMD patches in patchwork
to change the "delegate" field to my name to
review and pull the patches.
---
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 19f18b09d..52a6301ec 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -36,6 +36,10 @@ M: Qi Zhang <qi.z.zhang@intel.com>
M: Xiaolong Ye <xiaolong.ye@intel.com>
T: git://dpdk.org/next/dpdk-next-net-intel
+Next-net-mrvl Tree
+M: Jerin Jacob <jerinj@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
+
Next-net-mlx Tree
M: Shahaf Shuler <shahafs@mellanox.com>
T: git://dpdk.org/next/dpdk-next-net-mlx
@@ -546,6 +550,7 @@ F: doc/guides/nics/features/bnxt.ini
Cavium ThunderX nicvf
M: Jerin Jacob <jerinj@marvell.com>
M: Maciej Czekaj <mczekaj@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/net/thunderx/
F: doc/guides/nics/thunderx.rst
F: doc/guides/nics/features/thunderx.ini
@@ -553,12 +558,14 @@ F: doc/guides/nics/features/thunderx.ini
Cavium LiquidIO
M: Shijith Thotton <sthotton@marvell.com>
M: Srisivasubramanian Srinivasan <srinivasan@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/net/liquidio/
F: doc/guides/nics/liquidio.rst
F: doc/guides/nics/features/liquidio.ini
Cavium OCTEON TX
M: Jerin Jacob <jerinj@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/common/octeontx/
F: drivers/mempool/octeontx/
F: drivers/net/octeontx/
@@ -645,6 +652,7 @@ F: doc/guides/nics/features/ipn3ke.ini
Marvell mvpp2
M: Tomasz Duszynski <tdu@semihalf.com>
M: Liron Himi <lironh@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/common/mvep/
F: drivers/net/mvpp2/
F: doc/guides/nics/mvpp2.rst
@@ -653,6 +661,7 @@ F: doc/guides/nics/features/mvpp2.ini
Marvell mvneta
M: Zyta Szpak <zr@semihalf.com>
M: Liron Himi <lironh@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/net/mvneta/
F: doc/guides/nics/mvneta.rst
F: doc/guides/nics/features/mvneta.ini
@@ -733,6 +742,7 @@ F: doc/guides/nics/features/enetc.ini
QLogic bnx2x
M: Rasesh Mody <rmody@marvell.com>
M: Shahed Shaikh <shshaikh@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/net/bnx2x/
F: doc/guides/nics/bnx2x.rst
F: doc/guides/nics/features/bnx2x*.ini
@@ -740,6 +750,7 @@ F: doc/guides/nics/features/bnx2x*.ini
QLogic qede PMD
M: Rasesh Mody <rmody@marvell.com>
M: Shahed Shaikh <shshaikh@marvell.com>
+T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/net/qede/
F: doc/guides/nics/qede.rst
F: doc/guides/nics/features/qede*.ini
--
2.21.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of net-mrvl sub tree
2019-06-25 5:42 [dpdk-dev] [PATCH] maintainers: claim maintainership of net-mrvl sub tree jerinj
@ 2019-06-25 7:32 ` Ferruh Yigit
2019-06-25 21:43 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2019-06-25 7:32 UTC (permalink / raw)
To: jerinj, Thomas Monjalon
Cc: dev, Maciej Czekaj, Shijith Thotton, Liron Himi, Zyta Szpak,
Rasesh Mody, Shahed Shaikh
On 6/25/2019 6:42 AM, jerinj@marvell.com wrote:
> From: Jerin Jacob <jerinj@marvell.com>
>
> Claim the maintainership of the sub tree dpdk-next-net-mrvl,
> which covers all the Marvell network PMDs.
>
> Cc: Maciej Czekaj <mczekaj@marvell.com>
> Cc: Shijith Thotton <sthotton@marvell.com>
> Cc: Liron Himi <lironh@marvell.com>
> Cc: Zyta Szpak <zr@semihalf.com>
> Cc: Rasesh Mody <rmody@marvell.com>
> Cc: Shahed Shaikh <shshaikh@marvell.com>
> Cc: Ferruh Yigit <ferruh.yigit@intel.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>
>
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of net-mrvl sub tree
2019-06-25 7:32 ` Ferruh Yigit
@ 2019-06-25 21:43 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-06-25 21:43 UTC (permalink / raw)
To: jerinj
Cc: dev, Ferruh Yigit, Maciej Czekaj, Shijith Thotton, Liron Himi,
Zyta Szpak, Rasesh Mody, Shahed Shaikh
25/06/2019 09:32, Ferruh Yigit:
> On 6/25/2019 6:42 AM, jerinj@marvell.com wrote:
> > From: Jerin Jacob <jerinj@marvell.com>
> >
> > Claim the maintainership of the sub tree dpdk-next-net-mrvl,
> > which covers all the Marvell network PMDs.
> >
> > Cc: Maciej Czekaj <mczekaj@marvell.com>
> > Cc: Shijith Thotton <sthotton@marvell.com>
> > Cc: Liron Himi <lironh@marvell.com>
> > Cc: Zyta Szpak <zr@semihalf.com>
> > Cc: Rasesh Mody <rmody@marvell.com>
> > Cc: Shahed Shaikh <shshaikh@marvell.com>
> > Cc: Ferruh Yigit <ferruh.yigit@intel.com>
> > Cc: Thomas Monjalon <thomas@monjalon.net>
> >
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-06-25 21:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 5:42 [dpdk-dev] [PATCH] maintainers: claim maintainership of net-mrvl sub tree jerinj
2019-06-25 7:32 ` Ferruh Yigit
2019-06-25 21:43 ` 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).