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 AA120A04FD; Tue, 14 Jan 2020 11:12:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3667F1C1F1; Tue, 14 Jan 2020 11:12:16 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 959BD1C1EF for ; Tue, 14 Jan 2020 11:12:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E5BEC21DC1; Tue, 14 Jan 2020 05:12:13 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 14 Jan 2020 05:12:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=85olA9JDBexFqycrfi21/tFGipaByLqgaNtYKfIIzn8=; b=gU3AzDNvGXbX +fY5OvfEIJ5dgwxCt6ewfyucHLQMVdRfZjuNSC15stRAUIGxQ6751vDuZPQFIQHA 4M35LypfGqPAeO78d6rU5xhVUuiNnWTxH0vys/NFcl5uA83AHEaCqNfVPyEjy8g0 LAfD8oldUlZDli+2mwInJ/1ho64R3PQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=85olA9JDBexFqycrfi21/tFGipaByLqgaNtYKfIIz n8=; b=RkeEvGdrql5ThbBa8kfn1I2oxkZRab1meh43C1sM9whbE5kI4hUsDvP9p rT8tJyIxlFxaRMoBtHjn6f2Pr22VdsLquq9t+lhfdN6uXjZlaq4Y9gKEEbp4GIPf Six3A/qI/psbscjbojDt209OoVoaLWnlNEUAMAprU9KioLXlgrJwuQy8R7EjB/AH EEa2lep39BdjjOWZxuA3vKH+G2Spdft2FE1v2B2fDkP6dSmF8dbLCV5Is1kzkdEz 8gciBWWIxNyiIzkxKJOph4DVVQ3e3uUzGt8nHtAOCFyZRe+5z5oObGZvHUgT6Kgf 6043/NiYb17js9TvOdO8WfmI62CQA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdejvddgudegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9E85D80061; Tue, 14 Jan 2020 05:12:12 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: Jerin Jacob , dpdk-dev , Ferruh Yigit , Jerin Jacob , Akhil Goyal Date: Tue, 14 Jan 2020 11:12:11 +0100 Message-ID: <5371793.1B3tZ46Xf9@xps> In-Reply-To: References: <20200114091815.15052-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 14/01/2020 10:20, Jerin Jacob: > 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 Acked-by: Thomas Monjalon