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 310C6A04FD; Tue, 14 Jan 2020 10:18:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ACC7D1C29A; Tue, 14 Jan 2020 10:18:38 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 532891C296 for ; Tue, 14 Jan 2020 10:18:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578993516; 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=rmcC+QIsTUvhCE5FHpHQGKZjakX+g82MLMulxJJ1nkY=; b=VhiMYfkUYTioHWIjtgKSmwoh6ofo639tuBUuDPncyyeSz29DtiRKZ6dBy0j+ih29+w0Ni4 qo7dhoCLIbRBjmG2PR62VRpgssqcougK6220F3JDmLACFM7Njgx5YnqCAZRbKWbVihTLYA bdBwQr1LrwySoPSiAyrTY09kS+y1Wuk= 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-238-fJn4q2H-OvuY_oynyq6UOA-1; Tue, 14 Jan 2020 04:18:33 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D7D62800D41; Tue, 14 Jan 2020 09:18:31 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-19.brq.redhat.com [10.40.204.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB1ED80893; Tue, 14 Jan 2020 09:18:29 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: ferruh.yigit@intel.com, jerinj@marvell.com, akhil.goyal@nxp.com, Thomas Monjalon Date: Tue, 14 Jan 2020 10:18:15 +0100 Message-Id: <20200114091815.15052-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: fJn4q2H-OvuY_oynyq6UOA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] [PATCH] maintainers: set git tree for test applications 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" Changes on the main test applications should be considered against subtrees where most of the API changes and development happen: - testpmd goes through dpdk-next-net as it is mainly about ethdev, - dpdk-test-compress-perf goes through dpdk-next-crypto since the compress API goes through this tree, - dpdk-test-crypto-perf through dpdk-next-crypto, - dpdk-test-eventdev through dpdk-next-eventdev, Signed-off-by: David Marchand --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b7c4572d4c..b0cd0440ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1458,20 +1458,24 @@ Driver testing tool M: Wenzhuo Lu M: Jingjing Wu M: Bernard Iremonger +T: git://dpdk.org/next/dpdk-next-net F: app/test-pmd/ F: doc/guides/testpmd_app_ug/ =20 Compression performance test application +T: git://dpdk.org/next/dpdk-next-crypto F: app/test-compress-perf/ F: doc/guides/tools/comp_perf.rst =20 Crypto performance test application M: Declan Doherty +T: git://dpdk.org/next/dpdk-next-crypto F: app/test-crypto-perf/ F: doc/guides/tools/cryptoperf.rst =20 Eventdev test application M: Jerin Jacob +T: git://dpdk.org/next/dpdk-next-eventdev F: app/test-eventdev/ F: doc/guides/tools/testeventdev.rst F: doc/guides/tools/img/eventdev_* --=20 2.23.0