On Tue, Jan 14, 2020 at 2:48 PM David Marchand <david.march...@redhat.com> wrote: > > Changes on the main test applications should be considered against > subtrees where most of the API changes and development happen: > - testpmd goes through dpdk-next-net as it is mainly about ethdev, > - dpdk-test-compress-perf goes through dpdk-next-crypto since the > compress API goes through this tree, > - dpdk-test-crypto-perf through dpdk-next-crypto, > - dpdk-test-eventdev through dpdk-next-eventdev, > > Signed-off-by: David Marchand <david.march...@redhat.com>
Acked-by: Jerin Jacob <jer...@marvell.com> > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b7c4572d4c..b0cd0440ef 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1458,20 +1458,24 @@ Driver testing tool > M: Wenzhuo Lu <wenzhuo...@intel.com> > M: Jingjing Wu <jingjing...@intel.com> > M: Bernard Iremonger <bernard.iremon...@intel.com> > +T: git://dpdk.org/next/dpdk-next-net > F: app/test-pmd/ > F: doc/guides/testpmd_app_ug/ > > Compression performance test application > +T: git://dpdk.org/next/dpdk-next-crypto > F: app/test-compress-perf/ > F: doc/guides/tools/comp_perf.rst > > Crypto performance test application > M: Declan Doherty <declan.dohe...@intel.com> > +T: git://dpdk.org/next/dpdk-next-crypto > F: app/test-crypto-perf/ > F: doc/guides/tools/cryptoperf.rst > > Eventdev test application > M: Jerin Jacob <jer...@marvell.com> > +T: git://dpdk.org/next/dpdk-next-eventdev > F: app/test-eventdev/ > F: doc/guides/tools/testeventdev.rst > F: doc/guides/tools/img/eventdev_* > -- > 2.23.0 >