Message ID | 20200630150130.4191883-1-jerinj@marvell.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | maintainers: update for OCTEON TX2 common driver tree | expand |
Context | Check | Description |
---|---|---|
ci/iol-testing | success | Testing PASS |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/iol-nxp-Performance | success | Performance Testing PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/travis-robot | success | Travis build: passed |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/checkpatch | success | coding style OK |
30/06/2020 17:01, jerinj@marvell.com: > From: Jerin Jacob <jerinj@marvell.com> > > drivers/common/octeontx2 changes are merged through the main tree. > To reduce driver-specific code merge through the main tree and > the common code changes are mostly related to networking, > update the common code tree as dpdk-next-net-mrvl. > > Signed-off-by: Jerin Jacob <jerinj@marvell.com> > --- > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -504,10 +504,7 @@ F: drivers/mempool/bucket/ > Marvell OCTEON TX2 > M: Jerin Jacob <jerinj@marvell.com> > M: Nithin Dabilpuram <ndabilpuram@marvell.com> > -F: drivers/common/octeontx2/ > F: drivers/mempool/octeontx2/ > -F: doc/guides/platform/img/octeontx2_* > -F: doc/guides/platform/octeontx2.rst > F: doc/guides/mempool/octeontx2.rst I would imagine adding T: git://dpdk.org/next/dpdk-next-net-mrvl on top of this section and keeps everything in it. Opinion about this alternative? > @@ -753,8 +750,11 @@ M: Nithin Dabilpuram <ndabilpuram@marvell.com> > M: Kiran Kumar K <kirankumark@marvell.com> > T: git://dpdk.org/next/dpdk-next-net-mrvl > F: drivers/net/octeontx2/ > +F: drivers/common/octeontx2/ > F: doc/guides/nics/features/octeontx2*.ini > F: doc/guides/nics/octeontx2.rst > +F: doc/guides/platform/img/octeontx2_* > +F: doc/guides/platform/octeontx2.rst
diff --git a/MAINTAINERS b/MAINTAINERS index 1cce93a0f..c226bec3d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -504,10 +504,7 @@ F: drivers/mempool/bucket/ Marvell OCTEON TX2 M: Jerin Jacob <jerinj@marvell.com> M: Nithin Dabilpuram <ndabilpuram@marvell.com> -F: drivers/common/octeontx2/ F: drivers/mempool/octeontx2/ -F: doc/guides/platform/img/octeontx2_* -F: doc/guides/platform/octeontx2.rst F: doc/guides/mempool/octeontx2.rst @@ -753,8 +750,11 @@ M: Nithin Dabilpuram <ndabilpuram@marvell.com> M: Kiran Kumar K <kirankumark@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/octeontx2/ +F: drivers/common/octeontx2/ F: doc/guides/nics/features/octeontx2*.ini F: doc/guides/nics/octeontx2.rst +F: doc/guides/platform/img/octeontx2_* +F: doc/guides/platform/octeontx2.rst Marvell OCTEON TX2 - security M: Anoob Joseph <anoobj@marvell.com>