On Tue, Jan 14, 2020 at 2:48 PM David Marchand <[email protected]> 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 <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > --- > 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 <[email protected]> > M: Jingjing Wu <[email protected]> > M: Bernard Iremonger <[email protected]> > +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 <[email protected]> > +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 <[email protected]> > +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 >

