maintainers: update maintainers for event ethdev rx/tx adapters

Message ID 1598407326-5801-1-git-send-email-nikhil.rao@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: update maintainers for event ethdev rx/tx adapters |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/checkpatch success coding style OK

Commit Message

Rao, Nikhil Aug. 26, 2020, 2:02 a.m. UTC
  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(-)
  

Comments

Thomas Monjalon Sept. 23, 2020, 11:45 p.m. UTC | #1
> 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?
  
Thomas Monjalon Nov. 27, 2020, 9:40 a.m. UTC | #2
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.
  

Patch

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