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 89A6FA04FD; Tue, 14 Jan 2020 10:20:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 604F61C223; Tue, 14 Jan 2020 10:20:34 +0100 (CET) Received: from mail-il1-f193.google.com (mail-il1-f193.google.com [209.85.166.193]) by dpdk.org (Postfix) with ESMTP id 72D9D1C21F for ; Tue, 14 Jan 2020 10:20:33 +0100 (CET) Received: by mail-il1-f193.google.com with SMTP id t8so10893028iln.4 for ; Tue, 14 Jan 2020 01:20:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tbyRFjaPGLcLD1jhPH+K0mBjMWNi8R6cgOmxGnk0L8c=; b=FFRoHVXCegiWLBAC9i1dIf2UhemTXPEW9BepMDu+eZA9cUIeOwj5ue++lMqGAYDloN Q0WXWFcqMCHZt1sJ8KiSMgeOhR6hCpSzdYxGJ/UnWgtdSPhVNB1QwcGCCTWYR9iQ/3V/ RVDnMJ7mmzR3+QU+EqgUjoYqCMg9ItAuZbzgP4aEBK+tDbl76gC/INxS0mXhPF/QxaCz TodRGXuP/UIfxSHxl4uFXCOVu3ENUvotg8DP4kgV+hFaso9lh74lvPZ6PkNMJgxdjXPW PONocm7gQj79qHrzfSAXqN9Xb2dDJoEDMaMrzCRdHLHa+P1nLEyu+QDwyIlg+MluyRz9 O63g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tbyRFjaPGLcLD1jhPH+K0mBjMWNi8R6cgOmxGnk0L8c=; b=PLGVK+d9f4PbqLsewWbr/GU8kpUfbQEXlHs+aOOuwS0n8F7M6oynOp91+lG9Su/UW1 SebbYn3UksfAd6kt/7AR/gvteE5PiUhtXcYWSesPUlHS/JS6/+/Dl2+D34vcxf2btXvV sWyLtqGK964AztRszd8W2uT58EXo7ig7FMKtmrJ3BcqMQs2zp9gA9eez3CLqsUApJZNT S2LP1gR3WS8pIzzfuSMvlq1PKOP/YLbP7mklYxqJ9Z7aH9aSqfqW6TSCou2/NtGYBqDS fYekwk3ry9WsnsBqWuw8I+8aE8E7CIl77LQvQUOjlyByExpDCfeoASnuAvIQsCVLi+fS 7n4A== X-Gm-Message-State: APjAAAXOiUFdru9v7iPBVbuttV14FpxKjgj/gVSaHKagHHhi4QHt0j6U bk7/fcznoWbEhQ3QztGeXwm/2JvIHN7THv7UJuE= X-Google-Smtp-Source: APXvYqxFsgq6keUEcFoEIVjtpU3TV7kSi6BZpFRlT54/wf81aZSHi6c6+EeEct+cBT5gQc6nQXl65pGZOcxL/ly5p6s= X-Received: by 2002:a92:481d:: with SMTP id v29mr2575365ila.271.1578993632813; Tue, 14 Jan 2020 01:20:32 -0800 (PST) MIME-Version: 1.0 References: <20200114091815.15052-1-david.marchand@redhat.com> In-Reply-To: <20200114091815.15052-1-david.marchand@redhat.com> From: Jerin Jacob Date: Tue, 14 Jan 2020 14:50:17 +0530 Message-ID: To: David Marchand Cc: dpdk-dev , Ferruh Yigit , Jerin Jacob , Akhil Goyal , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" Subject: Re: [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" On Tue, Jan 14, 2020 at 2:48 PM David Marchand wrote: > > 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 Acked-by: Jerin Jacob > --- > 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/ > > Compression performance test application > +T: git://dpdk.org/next/dpdk-next-crypto > F: app/test-compress-perf/ > F: doc/guides/tools/comp_perf.rst > > 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 > > 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_* > -- > 2.23.0 >