From patchwork Tue Oct 15 13:45:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rybalchenko, Kirill" X-Patchwork-Id: 61274 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 85AA31EC25; Tue, 15 Oct 2019 15:45:53 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 44BCD1EBDC for ; Tue, 15 Oct 2019 15:45:52 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 06:45:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,300,1566889200"; d="scan'208";a="207553883" Received: from silpixa00400168.ir.intel.com ([10.237.223.219]) by orsmga002.jf.intel.com with ESMTP; 15 Oct 2019 06:45:46 -0700 From: Kirill Rybalchenko To: thomas@monjalon.net Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, Kirill Rybalchenko Date: Tue, 15 Oct 2019 14:45:35 +0100 Message-Id: <1571147135-52242-1-git-send-email-kirill.rybalchenko@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH v2] maintainers: claim maintainership of ptpclient example app 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" Claim maintainership of examples/ptpclient/ Signed-off-by: Kirill Rybalchenko Acked-by: Pablo de Lara --- v2 changes: * Fixed typo --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index f8a56e2..0c896ab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1495,6 +1495,7 @@ M: John McNamara F: examples/performance-thread/ F: doc/guides/sample_app_ug/performance_thread.rst +M: Kirill Rybalchenko F: examples/ptpclient/ F: examples/quota_watermark/