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 4DB01A0534; Wed, 22 Jan 2020 22:46:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8FD432BF2; Wed, 22 Jan 2020 22:46:00 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id CAEA12BBD for ; Wed, 22 Jan 2020 22:45:59 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 522DC221BD; Wed, 22 Jan 2020 16:45:59 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 22 Jan 2020 16:45:59 -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=fqudeANr91c4L7svtjpPQtedzRRas32wY3kvae0fSxo=; b=AQ6rxz9VSixo q7afWy/lsFXzX111NjpGUy99MdvUaG3iIpp6SDpGKlJINt0Cr+VEpeRBMWHe4ktk AFyE7d61a4TEExFw0tBl9rfIQrq0vmwY60r6aPmB4w1EVVaHHG3aynWJJHiTVgCV rgkO41pefCiTTvQdvwzX47Ve0+cKnmM= 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=fqudeANr91c4L7svtjpPQtedzRRas32wY3kvae0fS xo=; b=WaO485kk87RE1lFZnlvgPcqYNd2F5EhNwUkfGT4DYoJAD475oN08jCmkL J27Aj6cgUROdR43NGvF3m5Vem9pqQihydso5Nk0tvy8NXeBqC6wiOPJV+uZYppBD /KWpp1Md2roThmngVUH5oqymLF+Av6xMZBUTsU4lx2tyRoyNJnp+Kbzar8aMa7uw eOD35TVPH+sMIuEdqfRRNqyWPMHjKJoqffCxMTv/kPzpMI0NqZhWZ2w36Yn862aU 8LfRYIrzwyFWFd/AzCA0FLwY4nGpgnlNH/sdNikoBTQMLgeMRu8dLoR7S7phzPE3 hec+OrP8TljmfA7tZnMBif7rDKD3g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrvddtgddugeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 C1296306088B; Wed, 22 Jan 2020 16:45:57 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, jasvinder.singh@intel.com, ferruh.yigit@intel.com Date: Wed, 22 Jan 2020 22:45:55 +0100 Message-ID: <2127206.D4D8VRik6i@xps> In-Reply-To: <20200114130902.4569-1-david.marchand@redhat.com> References: <20200114100559.19794-1-david.marchand@redhat.com> <20200114130902.4569-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 v2] maintainers: set git tree for packet framework and QoS 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 14:09, David Marchand: > Mark librte_meter and librte_sched as being handled in the dpdk-next-qos > subtree. > The packet framework bits go through dpdk-next-pipeline. > > Signed-off-by: David Marchand Applied, thanks