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 29F74A00BE; Thu, 10 Feb 2022 16:04:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6DB442704; Thu, 10 Feb 2022 16:04:33 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 1FC2F426EE for ; Thu, 10 Feb 2022 16:04:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644505472; x=1676041472; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JL8kKrcj0zss0mjgA+cluknFBBcbvU5kDHGaRfPm0N0=; b=M+0edbo0Y/BAZD+jjMwxdUUVWyVo59cVydGUq0hhmQDOizC8tiyntsEx 0L0b8iqwYOAWVdlOWgnYX97E7p+M18OylSMiZ+GTR+DQ+6K1ZkQPRi/+s ZgpPya9/wO6tsY+f5CzjDa84gbQsy4SyPSs9tzTsBJXhfnO1kvPchtXD9 Ghm2OMRaXRCHNQVTw1VOkigwgC1+8zxsxDx2seUChioTDUURbopIqieIB irqekKVRHMeZNBH/jtX+CpezajifKhLNAvvD5Yj7GaLVRCIKD+jQmV02C am+XqE5wmdoTUNpm7/6TCPJL99s4mZwTSvNB1W9++OTfHS01oNRM5hRho Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="310245592" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="310245592" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 07:04:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="500422150" Received: from dpdk-yuyingzh-icelake.sh.intel.com ([10.67.116.254]) by orsmga002.jf.intel.com with ESMTP; 10 Feb 2022 07:04:29 -0800 From: Yuying Zhang To: dev@dpdk.org, xiaoyun.li@intel.com, ferruh.yigit@intel.com, thomas@monjalon.net, konstantin.ananyev@intel.com Cc: Yuying Zhang Subject: [PATCH v2] maintainers: update for testpmd Date: Thu, 10 Feb 2022 15:03:38 +0000 Message-Id: <20220210150338.1064314-1-yuying.zhang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220209172806.1009012-1-yuying.zhang@intel.com> References: <20220209172806.1009012-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/bpf_cmd.*' files under BPF component. Signed-off-by: Yuying Zhang Acked-by: Ferruh Yigit --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c65b753c6b..bdbf2f9e7f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1616,6 +1616,7 @@ F: lib/bpf/ F: examples/bpf/ F: app/test/test_bpf.c F: doc/guides/prog_guide/bpf_lib.rst +F: app/test-pmd/bpf_cmd.* Graph - EXPERIMENTAL M: Jerin Jacob -- 2.25.1