maintainers: set git tree for EAL and core libraries
authorDavid Marchand <david.marchand@redhat.com>
Mon, 20 Jan 2020 20:35:13 +0000 (21:35 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 22 Jan 2020 22:05:28 +0000 (23:05 +0100)
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>
MAINTAINERS

index 7006a64..94bccae 100644 (file)
@@ -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>