maintainers: change maintainer for event ethdev Rx/Tx adapters

Message ID 20221021113535.820-1-jay.jayatheerthan@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: change maintainer for event ethdev Rx/Tx adapters |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/github-robot: build success github build: passed
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/intel-Testing success Testing PASS

Commit Message

Jayatheerthan, Jay Oct. 21, 2022, 11:35 a.m. UTC
  Harish is the new maintainer of Rx/Tx adapters due to role change of Jay

Signed-off-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Thomas Monjalon Oct. 30, 2022, 9 a.m. UTC | #1
21/10/2022 13:35, Jay Jayatheerthan:
> Harish is the new maintainer of Rx/Tx adapters due to role change of Jay
> 
> Signed-off-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>

Please could we have an approval from the new maintainer?
An ack would make things clear and accepted.
  
Naga Harish K, S V Oct. 31, 2022, 11:05 a.m. UTC | #2
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Sunday, October 30, 2022 2:30 PM
> To: Naga Harish K, S V <s.v.naga.harish.k@intel.com>; Jayatheerthan, Jay
> <jay.jayatheerthan@intel.com>
> Cc: dev@dpdk.org; jerinjacobk@gmail.com; jerinj@marvell.com;
> dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Subject: Re: [PATCH] maintainers: change maintainer for event ethdev Rx/Tx
> adapters
> 
> 21/10/2022 13:35, Jay Jayatheerthan:
> > Harish is the new maintainer of Rx/Tx adapters due to role change of Jay
> >
> > Signed-off-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
> 
> Please could we have an approval from the new maintainer?
> An ack would make things clear and accepted.

Acked by: Naga Harish K S V <s.v.naga.harish.k@intel.com>

> 
>
  
Thomas Monjalon Oct. 31, 2022, 4:16 p.m. UTC | #3
31/10/2022 12:05, Naga Harish K, S V:
> From: Thomas Monjalon <thomas@monjalon.net>
> > 21/10/2022 13:35, Jay Jayatheerthan:
> > > Harish is the new maintainer of Rx/Tx adapters due to role change of Jay
> > >
> > > Signed-off-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
> > 
> > Please could we have an approval from the new maintainer?
> > An ack would make things clear and accepted.
> 
> Acked by: Naga Harish K S V <s.v.naga.harish.k@intel.com>

As a maintainer, you must approve with the exact reply (note the hyphen)
Acked-by: Naga Harish K S V <s.v.naga.harish.k@intel.com>
so it will be recognized by the tooling (like patchwork).

Applied, thanks.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2bd4a55f1b..86d9e62667 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -498,14 +498,14 @@  F: app/test/test_eventdev.c
 F: examples/l3fwd/l3fwd_event*
 
 Eventdev Ethdev Rx Adapter API
-M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
+M: Naga Harish K S V <s.v.naga.harish.k@intel.com>
 T: git://dpdk.org/next/dpdk-next-eventdev
 F: lib/eventdev/*eth_rx_adapter*
 F: app/test/test_event_eth_rx_adapter.c
 F: doc/guides/prog_guide/event_ethernet_rx_adapter.rst
 
 Eventdev Ethdev Tx Adapter API
-M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
+M: Naga Harish K S V <s.v.naga.harish.k@intel.com>
 T: git://dpdk.org/next/dpdk-next-eventdev
 F: lib/eventdev/*eth_tx_adapter*
 F: app/test/test_event_eth_tx_adapter.c