From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3207DA0526; Mon, 20 Jan 2020 21:35:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 299661C068; Mon, 20 Jan 2020 21:35:28 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 2A4691C05C for ; Mon, 20 Jan 2020 21:35:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579552526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=AQNzBEWSx9WcJlcg8R0iL0l1QTgeH220chM1qMXLkyY=; b=QBIq9Z1e3+L5peKR81Sh3a6TX+q5u32KbxwNOmf/airYk4hYSNYYLLzt0QGNkTENOLX4HC D9gjuUF6X9ibx5Z+OH/tjj0wRJqvhsopwcpw5MEVMqBx6sSU6kqFpj8yX2jtwF0Dite7Ck j3AEEQemDHKjMkWJ59/YDVZPXK+nzgA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-37-INc8IFQnOGmS0zektZvsSw-1; Mon, 20 Jan 2020 15:35:23 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A7C54107ACC4; Mon, 20 Jan 2020 20:35:21 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-122.brq.redhat.com [10.40.204.122]) by smtp.corp.redhat.com (Postfix) with ESMTP id CBE3D80602; Mon, 20 Jan 2020 20:35:20 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: Thomas Monjalon Date: Mon, 20 Jan 2020 21:35:13 +0100 Message-Id: <20200120203513.10148-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: INc8IFQnOGmS0zektZvsSw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] [PATCH] maintainers: set git tree for EAL and core libraries X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a2cccc760..d5690ad1f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -161,6 +161,7 @@ F: doc/guides/tools/pmdinfo.rst =20 Environment Abstraction Layer ----------------------------- +T: git://dpdk.org/dpdk =20 EAL API and common code F: lib/librte_eal/common/* @@ -329,6 +330,7 @@ F: doc/guides/windows_gsg/ =20 Core Libraries -------------- +T: git://dpdk.org/dpdk =20 Memory pool M: Olivier Matz --=20 2.23.0