DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters
@ 2022-10-21 11:35 Jay Jayatheerthan
  2022-10-30  9:00 ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Jay Jayatheerthan @ 2022-10-21 11:35 UTC (permalink / raw)
  To: thomas; +Cc: jerinjacobk, jerinj, s.v.naga.harish.k, dev, 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>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.29.2.windows.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters
  2022-10-21 11:35 [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters Jay Jayatheerthan
@ 2022-10-30  9:00 ` Thomas Monjalon
  2022-10-31 11:05   ` Naga Harish K, S V
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2022-10-30  9:00 UTC (permalink / raw)
  To: s.v.naga.harish.k, Jay Jayatheerthan
  Cc: dev, jerinjacobk, jerinj, dev, john.mcnamara

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.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters
  2022-10-30  9:00 ` Thomas Monjalon
@ 2022-10-31 11:05   ` Naga Harish K, S V
  2022-10-31 16:16     ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Naga Harish K, S V @ 2022-10-31 11:05 UTC (permalink / raw)
  To: Thomas Monjalon, Jayatheerthan, Jay
  Cc: dev, jerinjacobk, jerinj, dev, Mcnamara, John


> -----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>

> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters
  2022-10-31 11:05   ` Naga Harish K, S V
@ 2022-10-31 16:16     ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2022-10-31 16:16 UTC (permalink / raw)
  To: Jayatheerthan, Jay, Naga Harish K, S V
  Cc: dev, jerinjacobk, jerinj, Mcnamara, John

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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters
@ 2022-10-21 11:28 Jay Jayatheerthan
  0 siblings, 0 replies; 5+ messages in thread
From: Jay Jayatheerthan @ 2022-10-21 11:28 UTC (permalink / raw)
  To: thomas; +Cc: jerinjacobk, jerinj, s.v.naga.harish.k, dev, jay.jayatheerthan

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

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
-- 
2.29.2.windows.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-31 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 11:35 [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters Jay Jayatheerthan
2022-10-30  9:00 ` Thomas Monjalon
2022-10-31 11:05   ` Naga Harish K, S V
2022-10-31 16:16     ` Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
2022-10-21 11:28 Jay Jayatheerthan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).