From patchwork Tue Feb 13 09:58:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robin Jarry X-Patchwork-Id: 136632 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 3B31643B05; Tue, 13 Feb 2024 10:59:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1367402AD; Tue, 13 Feb 2024 10:59:00 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 6F5034027B for ; Tue, 13 Feb 2024 10:58:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707818339; 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; bh=41Ey1GKokZ7XJlVDqqGKYMBUu/J8t+ytC0KTEs3ozcw=; b=K1ybYvn5Vr3dJXTJtWp8DHgOnjrJ1SVpCB4FSWWd1irLc043xqOx5n5mwN9FdZCNO41KE6 O69ksnLe0ALIHy4ozvs19+kEflA/G2U5cISvLGtgEBnNxPw8cWjGWCpa8we/AirImfp3Xu /HypArIDeFEZkr59aj26smQo7lwtp3w= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-630-7iuVAa7cPji4OqibUDHt_w-1; Tue, 13 Feb 2024 04:58:57 -0500 X-MC-Unique: 7iuVAa7cPji4OqibUDHt_w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 286F71C07F3A; Tue, 13 Feb 2024 09:58:57 +0000 (UTC) Received: from ringo.redhat.com (unknown [10.39.208.29]) by smtp.corp.redhat.com (Postfix) with ESMTP id F2D8240C9444; Tue, 13 Feb 2024 09:58:55 +0000 (UTC) From: Robin Jarry To: dev@dpdk.org Cc: Ciara Power , Dmitry Kozlyuk , Thomas Monjalon Subject: [PATCH] maintainers: add myself to usertools Date: Tue, 13 Feb 2024 10:58:46 +0100 Message-ID: <20240213095851.60315-2-rjarry@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 in the past months, I saw that the usertools scripts didn't receive much reviews. Unless somebody is against it, I'd like to become maintainer for the usertools folder. Signed-off-by: Robin Jarry Acked-by: Bruce Richardson Acked-by: Thomas Monjalon Acked-by: Ciara Power Acked-by: Ferruh Yigit Acked-by: Bruce Richardson Acked-by: Thomas Monjalon Acked-by: Ciara Power Acked-by: Ferruh Yigit --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b9d258e62753..8341765d6403 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -140,6 +140,9 @@ F: buildtools/pmdinfogen.py F: usertools/dpdk-pmdinfo.py F: doc/guides/tools/pmdinfo.rst +User tools +M: Robin Jarry +F: usertools/ Environment Abstraction Layer -----------------------------