From patchwork Tue Jan 14 10:05:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 64635 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E90C7A04FD; Tue, 14 Jan 2020 11:06:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB56D1C22E; Tue, 14 Jan 2020 11:06:20 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 889741C206 for ; Tue, 14 Jan 2020 11:06:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578996378; 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=2mJpoZ0iBMi5Dgs/h+zReaxjQtRno4CML9eznVh9zRo=; b=ENnu4sOE1mdikJE+cJGPYTE3n4t0oXUgxgP84+r0YasMsBi09NX6PU/zmVWMBHKf5l+hQA 68wlCLA3EmGZ9zySP2wE+R7wLx95CnTG0J9t/9mNG3BJD7wLj8Ry4R5HDQQYVqm0paj5NY 31X2RwJuMdyrJF+zxJ/rkwf/OWjM608= 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-329-qzTWGfIRPZy3r5u5QdGwqQ-1; Tue, 14 Jan 2020 05:06:15 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A845F18B5F9A; Tue, 14 Jan 2020 10:06:13 +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 E829B88866; Tue, 14 Jan 2020 10:06:11 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, jasvinder.singh@intel.com, Thomas Monjalon Date: Tue, 14 Jan 2020 11:05:59 +0100 Message-Id: <20200114100559.19794-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: qzTWGfIRPZy3r5u5QdGwqQ-1 X-Mimecast-Spam-Score: 0 Subject: [dpdk-dev] [PATCH] 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" Signed-off-by: David Marchand --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b0cd0440ef..c3c263a51a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1256,6 +1256,7 @@ F: doc/guides/sample_app_ug/packet_ordering.rst Hierarchical scheduler M: Cristian Dumitrescu M: Jasvinder Singh +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_sched/ F: doc/guides/prog_guide/qos_framework.rst F: app/test/test_red.c @@ -1275,6 +1276,7 @@ F: doc/guides/tools/pdump.rst Packet Framework ---------------- M: Cristian Dumitrescu +T: git://dpdk.org/next/dpdk-next-pipeline F: lib/librte_pipeline/ F: lib/librte_port/ F: lib/librte_table/