maintainers: add myself to usertools

Message ID 20240213095851.60315-2-rjarry@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: add myself to usertools |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/github-robot: build success github build: passed
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-compile-arm64-testing success Testing PASS

Commit Message

Robin Jarry Feb. 13, 2024, 9:58 a.m. UTC
  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 <rjarry@redhat.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Bruce Richardson Feb. 13, 2024, 10:18 a.m. UTC | #1
On Tue, Feb 13, 2024 at 10:58:46AM +0100, Robin Jarry wrote:
> 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 <rjarry@redhat.com>
> ---
Thank you for stepping up. Certainly no objections!

Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Thomas Monjalon Feb. 13, 2024, 10:20 a.m. UTC | #2
13/02/2024 10:58, Robin Jarry:
> 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 <rjarry@redhat.com>

Thank you for proposing.
You already did some valuable reviews and rewrite of some Python tools.

> +User tools
> +M: Robin Jarry <rjarry@redhat.com>
> +F: usertools/

Acked-by: Thomas Monjalon <thomas@monjalon.net>
  
Power, Ciara Feb. 13, 2024, 10:38 a.m. UTC | #3
> -----Original Message-----
> From: Robin Jarry <rjarry@redhat.com>
> Sent: Tuesday, February 13, 2024 9:59 AM
> To: dev@dpdk.org
> Cc: Power, Ciara <ciara.power@intel.com>; Dmitry Kozlyuk
> <dmitry.kozliuk@gmail.com>; Thomas Monjalon <thomas@monjalon.net>
> Subject: [PATCH] maintainers: add myself to usertools
> 
> 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 <rjarry@redhat.com>
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
Thanks 😊

Acked-by: Ciara Power <ciara.power@intel.com>
  
Ferruh Yigit Feb. 13, 2024, 11:32 a.m. UTC | #4
On 2/13/2024 9:58 AM, Robin Jarry wrote:
> 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 <rjarry@redhat.com>
>

Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>
  
Thomas Monjalon Feb. 18, 2024, 4:50 p.m. UTC | #5
13/02/2024 10:58, Robin Jarry:
> 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 <rjarry@redhat.com>

Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Ciara Power <ciara.power@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>

Applied, thanks.
  

Patch

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 <rjarry@redhat.com>
+F: usertools/
 
 Environment Abstraction Layer
 -----------------------------