Message ID | 1598407326-5801-1-git-send-email-nikhil.rao@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | maintainers: update maintainers for event ethdev rx/tx adapters | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/iol-testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
> 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?
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.
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
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(-)