DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: update maintainers for event ethdev rx/tx adapters
@ 2020-08-26  2:02 Nikhil Rao
  2020-09-23 23:45 ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Nikhil Rao @ 2020-08-26  2:02 UTC (permalink / raw)
  To: thomas; +Cc: jerinj, jay.jayatheerthan, dev, Nikhil Rao

Jay is the new maintainer since Nikhil no longer works on DPDK.

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ed163f5d5..453dba54e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -461,14 +461,14 @@ F: app/test/test_eventdev.c
 F: examples/l3fwd/l3fwd_event*
 
 Eventdev Ethdev Rx Adapter API
-M: Nikhil Rao <nikhil.rao@intel.com>
+M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
 T: git://dpdk.org/next/dpdk-next-eventdev
 F: lib/librte_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: Nikhil Rao <nikhil.rao@intel.com>
+M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
 T: git://dpdk.org/next/dpdk-next-eventdev
 F: lib/librte_eventdev/*eth_tx_adapter*
 F: app/test/test_event_eth_tx_adapter.c
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] maintainers: update maintainers for event ethdev rx/tx adapters
  2020-08-26  2:02 [dpdk-dev] [PATCH] maintainers: update maintainers for event ethdev rx/tx adapters Nikhil Rao
@ 2020-09-23 23:45 ` Thomas Monjalon
  2020-11-27  9:40   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2020-09-23 23:45 UTC (permalink / raw)
  To: Nikhil Rao
  Cc: dev, jerinj, jay.jayatheerthan, bruce.richardson, david.marchand,
	ferruh.yigit

> Jay is the new maintainer since Nikhil no longer works on DPDK.
> 
> Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
[...]
>  Eventdev Ethdev Rx Adapter API
> -M: Nikhil Rao <nikhil.rao@intel.com>
> +M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
>  T: git://dpdk.org/next/dpdk-next-eventdev
>  F: lib/librte_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: Nikhil Rao <nikhil.rao@intel.com>
> +M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
>  T: git://dpdk.org/next/dpdk-next-eventdev
>  F: lib/librte_eventdev/*eth_tx_adapter*
>  F: app/test/test_event_eth_tx_adapter.c

That's good you've found a replacement.
I don't know how/when applying this patch given Jay
is not yet showing experience with this code.
The contribution guide says:
"
Maintainers should have demonstrated a reasonable level
of contributions or reviews to the component area.
"
http://doc.dpdk.org/guides/contributing/patches.html#maintainers-and-sub-trees

Any hint or opinion please?



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

* Re: [dpdk-dev] [PATCH] maintainers: update maintainers for event ethdev rx/tx adapters
  2020-09-23 23:45 ` Thomas Monjalon
@ 2020-11-27  9:40   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-11-27  9:40 UTC (permalink / raw)
  To: Nikhil Rao, jay.jayatheerthan
  Cc: dev, jerinj, bruce.richardson, david.marchand, ferruh.yigit

24/09/2020 01:45, Thomas Monjalon:
> > Jay is the new maintainer since Nikhil no longer works on DPDK.
> > 
> > Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
> [...]
> >  Eventdev Ethdev Rx Adapter API
> > -M: Nikhil Rao <nikhil.rao@intel.com>
> > +M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
> >  T: git://dpdk.org/next/dpdk-next-eventdev
> >  F: lib/librte_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: Nikhil Rao <nikhil.rao@intel.com>
> > +M: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
> >  T: git://dpdk.org/next/dpdk-next-eventdev
> >  F: lib/librte_eventdev/*eth_tx_adapter*
> >  F: app/test/test_event_eth_tx_adapter.c
> 
> That's good you've found a replacement.
> I don't know how/when applying this patch given Jay
> is not yet showing experience with this code.
> The contribution guide says:
> "
> Maintainers should have demonstrated a reasonable level
> of contributions or reviews to the component area.
> "
> http://doc.dpdk.org/guides/contributing/patches.html#maintainers-and-sub-trees
> 
> Any hint or opinion please?

No comment, let's welcome our new maintainer for eventdev adapters.
Applied, thanks.



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

end of thread, other threads:[~2020-11-27  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26  2:02 [dpdk-dev] [PATCH] maintainers: update maintainers for event ethdev rx/tx adapters Nikhil Rao
2020-09-23 23:45 ` Thomas Monjalon
2020-11-27  9:40   ` Thomas Monjalon

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