* [dpdk-dev] [PATCH] maintainers: set git tree for test applications
@ 2020-01-14 9:18 David Marchand
2020-01-14 9:20 ` Jerin Jacob
2020-01-20 6:59 ` Akhil Goyal
0 siblings, 2 replies; 7+ messages in thread
From: David Marchand @ 2020-01-14 9:18 UTC (permalink / raw)
To: dev; +Cc: ferruh.yigit, jerinj, akhil.goyal, Thomas Monjalon
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(+)
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for test applications
2020-01-14 9:18 [dpdk-dev] [PATCH] maintainers: set git tree for test applications David Marchand
@ 2020-01-14 9:20 ` Jerin Jacob
2020-01-14 10:12 ` Thomas Monjalon
2020-01-20 6:59 ` Akhil Goyal
1 sibling, 1 reply; 7+ messages in thread
From: Jerin Jacob @ 2020-01-14 9:20 UTC (permalink / raw)
To: David Marchand
Cc: dpdk-dev, Ferruh Yigit, Jerin Jacob, Akhil Goyal, Thomas Monjalon
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
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for test applications
2020-01-14 9:20 ` Jerin Jacob
@ 2020-01-14 10:12 ` Thomas Monjalon
2020-01-14 10:25 ` Ferruh Yigit
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2020-01-14 10:12 UTC (permalink / raw)
To: David Marchand
Cc: Jerin Jacob, dpdk-dev, Ferruh Yigit, Jerin Jacob, Akhil Goyal
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>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for test applications
2020-01-14 10:12 ` Thomas Monjalon
@ 2020-01-14 10:25 ` Ferruh Yigit
2020-01-14 13:57 ` Andrew Rybchenko
0 siblings, 1 reply; 7+ messages in thread
From: Ferruh Yigit @ 2020-01-14 10:25 UTC (permalink / raw)
To: Thomas Monjalon, David Marchand
Cc: Jerin Jacob, dpdk-dev, Jerin Jacob, Akhil Goyal
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>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for test applications
2020-01-14 10:25 ` Ferruh Yigit
@ 2020-01-14 13:57 ` Andrew Rybchenko
2020-01-22 21:41 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Rybchenko @ 2020-01-14 13:57 UTC (permalink / raw)
To: Ferruh Yigit, Thomas Monjalon, David Marchand
Cc: Jerin Jacob, dpdk-dev, Jerin Jacob, Akhil Goyal
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>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for test applications
2020-01-14 13:57 ` Andrew Rybchenko
@ 2020-01-22 21:41 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2020-01-22 21:41 UTC (permalink / raw)
To: David Marchand
Cc: Ferruh Yigit, dev, Jerin Jacob, Jerin Jacob, Akhil Goyal,
Andrew Rybchenko
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: set git tree for test applications
2020-01-14 9:18 [dpdk-dev] [PATCH] maintainers: set git tree for test applications David Marchand
2020-01-14 9:20 ` Jerin Jacob
@ 2020-01-20 6:59 ` Akhil Goyal
1 sibling, 0 replies; 7+ messages in thread
From: Akhil Goyal @ 2020-01-20 6:59 UTC (permalink / raw)
To: David Marchand, dev; +Cc: ferruh.yigit, jerinj, Thomas Monjalon
> 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>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-01-22 21:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14 9:18 [dpdk-dev] [PATCH] maintainers: set git tree for test applications David Marchand
2020-01-14 9:20 ` Jerin Jacob
2020-01-14 10:12 ` Thomas Monjalon
2020-01-14 10:25 ` Ferruh Yigit
2020-01-14 13:57 ` Andrew Rybchenko
2020-01-22 21:41 ` Thomas Monjalon
2020-01-20 6:59 ` Akhil Goyal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).