From patchwork Tue Jan 14 13:09:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 64651 X-Patchwork-Delegate: thomas@monjalon.net 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 E1038A04FF; Tue, 14 Jan 2020 14:09:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 627931C021; Tue, 14 Jan 2020 14:09:30 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 098F51C021 for ; Tue, 14 Jan 2020 14:09:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579007368; 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: in-reply-to:in-reply-to:references:references; bh=oMfSNLDtlHkpIXJir5NRyj9Hqs5skAI+T+Kpap/ozy0=; b=X8Ss1iZomDIV6w3JPmEqzYVzmkFpg3pSO+jNDybynjy52xOecU8ndcWC/ICFSOKG0ntsZQ GtzE7yaYVJRO+4HxnAoTqNcRfEEH86KmuvSwRw1iPFmcwDDxMH8yXCljBgnp62vnefS+oG ny3O3Q+PWQAxhgrZL5uo62NfHKHZ9rQ= 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-406-oUGZwWwLOAiTA9uvIb8Pjw-1; Tue, 14 Jan 2020 08:09:23 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 447B5DB22; Tue, 14 Jan 2020 13:09:22 +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 720DF100164D; Tue, 14 Jan 2020 13:09:19 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, jasvinder.singh@intel.com, ferruh.yigit@intel.com, Thomas Monjalon Date: Tue, 14 Jan 2020 14:09:02 +0100 Message-Id: <20200114130902.4569-1-david.marchand@redhat.com> In-Reply-To: <20200114100559.19794-1-david.marchand@redhat.com> References: <20200114100559.19794-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: oUGZwWwLOAiTA9uvIb8Pjw-1 X-Mimecast-Spam-Score: 0 Subject: [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" 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 --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b0cd0440ef..429b47003e 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/ @@ -1341,6 +1343,7 @@ F: app/test/test_fib* Traffic metering M: Cristian Dumitrescu +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_meter/ F: doc/guides/sample_app_ug/qos_scheduler.rst F: app/test/test_meter.c