[dpdk-dev] [PATCH] maintainers: set git tree for test applications
Jerin Jacob
jerinjacobk at gmail.com
Tue Jan 14 10:20:17 CET 2020
On Tue, Jan 14, 2020 at 2:48 PM David Marchand
<david.marchand at 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.marchand at redhat.com>
Acked-by: Jerin Jacob <jerinj at 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.lu at intel.com>
> M: Jingjing Wu <jingjing.wu at intel.com>
> M: Bernard Iremonger <bernard.iremonger at 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.doherty at 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 <jerinj at 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
>
More information about the dev
mailing list