maintainers: set git tree for EAL and core libraries

Message ID 20200120203513.10148-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: set git tree for EAL and core libraries |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-nxp-Performance success Performance Testing PASS
ci/travis-robot success Travis build: passed

Commit Message

David Marchand Jan. 20, 2020, 8:35 p.m. UTC
  Without a git tree, the "guess" script from dpdk-ci will ignore all files
that are referenced in those sections and let a patchset land in any
subtree.
Changes in the EAL, mbuf, mempool... go through the main repository.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Thomas Monjalon Jan. 22, 2020, 10:07 p.m. UTC | #1
20/01/2020 21:35, David Marchand:
> Without a git tree, the "guess" script from dpdk-ci will ignore all files
> that are referenced in those sections and let a patchset land in any
> subtree.
> Changes in the EAL, mbuf, mempool... go through the main repository.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Note: this is needed because of this change in our tooling:
http://git.dpdk.org/tools/dpdk-ci/commit/?id=fb8eab4f89333

Applied, thanks
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index a2cccc760..d5690ad1f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -161,6 +161,7 @@  F: doc/guides/tools/pmdinfo.rst
 
 Environment Abstraction Layer
 -----------------------------
+T: git://dpdk.org/dpdk
 
 EAL API and common code
 F: lib/librte_eal/common/*
@@ -329,6 +330,7 @@  F: doc/guides/windows_gsg/
 
 Core Libraries
 --------------
+T: git://dpdk.org/dpdk
 
 Memory pool
 M: Olivier Matz <olivier.matz@6wind.com>