From patchwork Thu Feb 10 14:51:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, Yuying" X-Patchwork-Id: 107269 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5ED4BA00BE; Thu, 10 Feb 2022 15:52:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 64B6742719; Thu, 10 Feb 2022 15:52:26 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id C9F6C42707 for ; Thu, 10 Feb 2022 15:52:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644504745; x=1676040745; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=p31IBtM8hDhzyHLquoyJPYEjkGtcNIY/pjHlDPkyTV0=; b=Eo6FW+QzR4vFG4n8WD3v3aj66dQbq1avYpqVpsXHiLv7gJiKMw5ZqReC 5pKS3GulKuJmOqea1eVoKEeVdjty7E/63oy4B/sl1xZ/GsdYkZlG2I+cX P65+I6cqsXcc2A2HZVVoVVucxgOrh3sgDa4xls2KpQdk3AeQuDuj7GNb6 SUtCZW/OW3MWkbMFIGJkmOZZzokCQwhaLEwzBcTJEcL1SPXd+5d4UKRF+ TN1iziQX+5GSL3DuWHTNf4+iTTtpYHoU6Wrf7j9s9SiMifxN7bzQCeIlr ybg6jauxtIivw6MjMP08VVg8HarKCUh845/o1AWYdOb0oMwjV4q8texuB Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="229472279" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="229472279" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 06:52:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="622700362" Received: from dpdk-yuyingzh-icelake.sh.intel.com ([10.67.116.254]) by FMSMGA003.fm.intel.com with ESMTP; 10 Feb 2022 06:52:22 -0800 From: Yuying Zhang To: dev@dpdk.org, xiaoyun.li@intel.com, ferruh.yigit@intel.com, thomas@monjalon.net, cristian.dumitrescu@intel.com Cc: Yuying Zhang Subject: [PATCH v3] maintainers: update for testpmd Date: Thu, 10 Feb 2022 14:51:29 +0000 Message-Id: <20220210145129.1063538-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 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 Acked-by: Ferruh Yigit Acked-by: Cristian Dumitrescu --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c65b753c6b..a650f312cd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -407,11 +407,13 @@ Traffic Management API - EXPERIMENTAL M: Cristian Dumitrescu T: git://dpdk.org/next/dpdk-next-net F: lib/ethdev/rte_tm* +F: app/test-pmd/cmdline_tm.* Traffic Metering and Policing API - EXPERIMENTAL M: Cristian Dumitrescu T: git://dpdk.org/next/dpdk-next-net F: lib/ethdev/rte_mtr* +F: app/test-pmd/cmdline_mtr.* Baseband API M: Nicolas Chautru