maintainers: set git tree for test applications

Message ID 20200114091815.15052-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: set git tree for test applications |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-nxp-Performance success Performance Testing PASS
ci/travis-robot success Travis build: passed

Commit Message

David Marchand Jan. 14, 2020, 9:18 a.m. UTC
  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@redhat.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Jerin Jacob Jan. 14, 2020, 9:20 a.m. UTC | #1
On Tue, Jan 14, 2020 at 2:48 PM David Marchand
<david.marchand@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@redhat.com>

Acked-by: Jerin Jacob <jerinj@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@intel.com>
>  M: Jingjing Wu <jingjing.wu@intel.com>
>  M: Bernard Iremonger <bernard.iremonger@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@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@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
>
  
Thomas Monjalon Jan. 14, 2020, 10:12 a.m. UTC | #2
14/01/2020 10:20, Jerin Jacob:
> On Tue, Jan 14, 2020 at 2:48 PM David Marchand
> <david.marchand@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@redhat.com>
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>
  
Ferruh Yigit Jan. 14, 2020, 10:25 a.m. UTC | #3
On 1/14/2020 10:12 AM, Thomas Monjalon wrote:
> 14/01/2020 10:20, Jerin Jacob:
>> On Tue, Jan 14, 2020 at 2:48 PM David Marchand
>> <david.marchand@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@redhat.com>
>>
>> Acked-by: Jerin Jacob <jerinj@marvell.com>
> 
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Andrew Rybchenko Jan. 14, 2020, 1:57 p.m. UTC | #4
On 1/14/20 1:25 PM, Ferruh Yigit wrote:
> On 1/14/2020 10:12 AM, Thomas Monjalon wrote:
>> 14/01/2020 10:20, Jerin Jacob:
>>> On Tue, Jan 14, 2020 at 2:48 PM David Marchand
>>> <david.marchand@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@redhat.com>
>>>
>>> Acked-by: Jerin Jacob <jerinj@marvell.com>
>>
>> Acked-by: Thomas Monjalon <thomas@monjalon.net>
>>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 

Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
  
Akhil Goyal Jan. 20, 2020, 6:59 a.m. UTC | #5
> 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@redhat.com>
> ---
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
  
Thomas Monjalon Jan. 22, 2020, 9:41 p.m. UTC | #6
14/01/2020 14:57, Andrew Rybchenko:
> On 1/14/20 1:25 PM, Ferruh Yigit wrote:
> > On 1/14/2020 10:12 AM, Thomas Monjalon wrote:
> >> 14/01/2020 10:20, Jerin Jacob:
> >>> On Tue, Jan 14, 2020 at 2:48 PM David Marchand
> >>> <david.marchand@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@redhat.com>
> >>>
> >>> Acked-by: Jerin Jacob <jerinj@marvell.com>
> >>
> >> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> > 
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Most acked patch :-)

Applied, thanks
  

Patch

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@intel.com>
 M: Jingjing Wu <jingjing.wu@intel.com>
 M: Bernard Iremonger <bernard.iremonger@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@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@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_*