From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2181AA00C2; Thu, 10 Feb 2022 10:11:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C795F4013F; Thu, 10 Feb 2022 10:11:16 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 0577840041 for ; Thu, 10 Feb 2022 10:11:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644484275; x=1676020275; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SzTcCQce0CQRAUSmCbLeC6kSQ7jeQc2jF+Z3Ko0ghW8=; b=edlIXwpUNZs4MMr1lcBMVlPEfJOLVELLOQwVT+xGGFg6iKDKdf6ehZKZ d/7di3DO9PgxVWoeWboj7lmtxtMoKljEeXuAWTfQSj9DbmL2vtzJ4qImt k//mZ+KOyqbsFXaTSkKJ/I32VphCnEqV1UuLnaJBpZJRtIgm/daBge1ad FKB5PhVJeB2RcMCtaPHAkoVRBV+iB6BMZGytkgpa5OrCFjF6aNiy6u7fU wC/EdNc+Enajp37QtZ1caWRIjoKsL76pcJV2YIIbsruiR2RShewxtdmH0 eOl6BZVJzRO22jnnN/iKxWZfbIhmQvJq89F0DfeyiJI/zs5POeEgjTZVi g==; X-IronPort-AV: E=McAfee;i="6200,9189,10253"; a="249200661" X-IronPort-AV: E=Sophos;i="5.88,358,1635231600"; d="scan'208";a="249200661" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 01:11:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,358,1635231600"; d="scan'208";a="541526365" Received: from dpdk-yuyingzh-icelake.sh.intel.com ([10.67.116.254]) by orsmga008.jf.intel.com with ESMTP; 10 Feb 2022 01:11:12 -0800 From: Yuying Zhang To: dev@dpdk.org, xiaoyun.li@intel.com, ferruh.yigit@intel.com, cristian.dumitrescu@intel.com, thomas@monjalon.net Cc: Yuying Zhang Subject: [PATCH v2] maintainers: update for testpmd Date: Thu, 10 Feb 2022 17:11:26 +0000 Message-Id: <20220210171126.1060732-1-yuying.zhang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220209150105.1005313-1-yuying.zhang@intel.com> References: <20220209150105.1005313-1-yuying.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Move 'test-pmd/cmdline_tm.*' files under "Traffic Management API" component. Move 'test-pmd/cmdline_mtr.*' files under "Traffic Metering and Policing API" component. Signed-off-by: Yuying Zhang --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c65b753c6b..49fafd8be2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -406,11 +406,13 @@ F: lib/ethdev/rte_flow* Traffic Management API - EXPERIMENTAL M: Cristian Dumitrescu T: git://dpdk.org/next/dpdk-next-net +F: app/test-pmd/cmdline_tm.* F: lib/ethdev/rte_tm* Traffic Metering and Policing API - EXPERIMENTAL M: Cristian Dumitrescu T: git://dpdk.org/next/dpdk-next-net +F: app/test-pmd/cmdline_mtr.* F: lib/ethdev/rte_mtr* Baseband API -- 2.25.1