From: David Marchand Date: Mon, 20 Jan 2020 20:35:13 +0000 (+0100) Subject: maintainers: set git tree for EAL and core libraries X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=c465e6b94be343303303f26b95f3c2ae4969063e maintainers: set git tree for EAL and core libraries 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 Acked-by: Thomas Monjalon --- diff --git a/MAINTAINERS b/MAINTAINERS index 7006a64eee..94bccae6d0 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