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 95418A04C2; Wed, 12 Aug 2020 14:36:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 06D961C1A8; Wed, 12 Aug 2020 14:36:59 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DF17B1C1A7 for ; Wed, 12 Aug 2020 14:36:56 +0200 (CEST) IronPort-SDR: ox/wonPfnsYWCBKi8B1OJL7PjIikKMg1TC794zhxBi03gtGA+EmLv5pjci6HgsLjmZBfoemJ8J v25R5ilpmrww== X-IronPort-AV: E=McAfee;i="6000,8403,9710"; a="151602519" X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="151602519" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2020 05:36:54 -0700 IronPort-SDR: NVqU2iyePRBoTHWHP3ZIqqBE7+RBBUVl81yUxbubuSRFW0yCNH+y5y46+TDLLnzwvF9sh9FfNI 51UhLJcvztAQ== X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="332791287" Received: from bricha3-mobl.ger.corp.intel.com ([10.255.202.43]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 12 Aug 2020 05:36:50 -0700 Date: Wed, 12 Aug 2020 13:36:45 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, arybchenko@solarflare.com, ferruh.yigit@intel.com, cristian.dumitrescu@intel.com Message-ID: <20200812123645.GB312@bricha3-MOBL.ger.corp.intel.com> References: <20200812090723.2206772-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200812090723.2206772-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH] maintainers: remove QoS and pipeline repositories 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 Wed, Aug 12, 2020 at 11:07:23AM +0200, Thomas Monjalon wrote: > The git trees dpdk-next-qos and dpdk-next-pipeline were created > to share the load of patches merging. > It has been decided in the Technical Board that the load is not big > enough to justify keeping these repositories. > > The patches for ethdev TM and MTR will be managed in dpdk-next-net. > The sched and meter libraries will be managed in the main tree. > The packet framework will be managed in the main tree as well. > > Signed-off-by: Thomas Monjalon > --- > MAINTAINERS | 15 ++------------- > 1 file changed, 2 insertions(+), 13 deletions(-) > Acked-by: Bruce Richardson