DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd
@ 2018-05-10  9:29 Bernard Iremonger
  2018-05-15 16:23 ` [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits Adrien Mazarguil
  2018-05-16  0:44 ` [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd Lu, Wenzhuo
  0 siblings, 2 replies; 12+ messages in thread
From: Bernard Iremonger @ 2018-05-10  9:29 UTC (permalink / raw)
  To: dev, thomas, john.mcnamara; +Cc: Bernard Iremonger

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7105920..bd425c2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1083,6 +1083,7 @@ F: test/test/virtual_pmd.h
 Driver testing tool
 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
 M: Jingjing Wu <jingjing.wu@intel.com>
+M: Bernard Iremonger <bernard.iremonger@intel.com>
 F: app/test-pmd/
 F: doc/guides/testpmd_app_ug/
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-10  9:29 [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd Bernard Iremonger
@ 2018-05-15 16:23 ` Adrien Mazarguil
  2018-05-16  9:18   ` Iremonger, Bernard
  2018-05-16  0:44 ` [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd Lu, Wenzhuo
  1 sibling, 1 reply; 12+ messages in thread
From: Adrien Mazarguil @ 2018-05-15 16:23 UTC (permalink / raw)
  To: dev; +Cc: stable, Bernard Iremonger

The following commits lack MAINTAINERS entries for this mess.

Fixes: 4d73b6fb9907 ("doc: add generic flow API guide")
Fixes: 19c90af6285c ("app/testpmd: add flow command")
Cc: stable@dpdk.org

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Cc: Bernard Iremonger <bernard.iremonger@intel.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bd08d4292..187817fff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -303,6 +303,8 @@ F: devtools/test-null.sh
 Flow API
 M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
 T: git://dpdk.org/next/dpdk-next-net
+F: app/test-pmd/cmdline_flow.c
+F: doc/guides/prog_guide/rte_flow.rst
 F: lib/librte_ethdev/rte_flow*
 
 Traffic Management API - EXPERIMENTAL
-- 
2.11.0

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd
  2018-05-10  9:29 [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd Bernard Iremonger
  2018-05-15 16:23 ` [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits Adrien Mazarguil
@ 2018-05-16  0:44 ` Lu, Wenzhuo
  2018-05-22 20:54   ` Thomas Monjalon
  1 sibling, 1 reply; 12+ messages in thread
From: Lu, Wenzhuo @ 2018-05-16  0:44 UTC (permalink / raw)
  To: Iremonger, Bernard, dev, thomas, Mcnamara, John; +Cc: Iremonger, Bernard

Hi,


> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger
> Sent: Thursday, May 10, 2018 5:29 PM
> To: dev@dpdk.org; thomas@monjalon.net; Mcnamara, John
> <john.mcnamara@intel.com>
> Cc: Iremonger, Bernard <bernard.iremonger@intel.com>
> Subject: [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-15 16:23 ` [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits Adrien Mazarguil
@ 2018-05-16  9:18   ` Iremonger, Bernard
  2018-05-16 14:35     ` Adrien Mazarguil
  0 siblings, 1 reply; 12+ messages in thread
From: Iremonger, Bernard @ 2018-05-16  9:18 UTC (permalink / raw)
  To: Adrien Mazarguil, dev; +Cc: stable

Hi Adrien,

> -----Original Message-----
> From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com]
> Sent: Tuesday, May 15, 2018 5:23 PM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Iremonger, Bernard <bernard.iremonger@intel.com>
> Subject: [PATCH] maintainers: fix responsibility of flow API bits
> 
> The following commits lack MAINTAINERS entries for this mess.
> 
> Fixes: 4d73b6fb9907 ("doc: add generic flow API guide")
> Fixes: 19c90af6285c ("app/testpmd: add flow command")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> Cc: Bernard Iremonger <bernard.iremonger@intel.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bd08d4292..187817fff 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -303,6 +303,8 @@ F: devtools/test-null.sh  Flow API
>  M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
>  T: git://dpdk.org/next/dpdk-next-net
> +F: app/test-pmd/cmdline_flow.c
> +F: doc/guides/prog_guide/rte_flow.rst

doc/guides/testpmd_app_ug/testpmd_funcs.rst
Should be added to the list of flow related files.

>  F: lib/librte_ethdev/rte_flow*
> 
>  Traffic Management API - EXPERIMENTAL
> --
> 2.11.0

Regards,

Bernard.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-16  9:18   ` Iremonger, Bernard
@ 2018-05-16 14:35     ` Adrien Mazarguil
  2018-05-17  9:26       ` Iremonger, Bernard
  0 siblings, 1 reply; 12+ messages in thread
From: Adrien Mazarguil @ 2018-05-16 14:35 UTC (permalink / raw)
  To: Iremonger, Bernard; +Cc: dev, stable

On Wed, May 16, 2018 at 09:18:01AM +0000, Iremonger, Bernard wrote:
> Hi Adrien,
> 
> > -----Original Message-----
> > From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com]
> > Sent: Tuesday, May 15, 2018 5:23 PM
> > To: dev@dpdk.org
> > Cc: stable@dpdk.org; Iremonger, Bernard <bernard.iremonger@intel.com>
> > Subject: [PATCH] maintainers: fix responsibility of flow API bits
> > 
> > The following commits lack MAINTAINERS entries for this mess.
> > 
> > Fixes: 4d73b6fb9907 ("doc: add generic flow API guide")
> > Fixes: 19c90af6285c ("app/testpmd: add flow command")
> > Cc: stable@dpdk.org
> > 
> > Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> > Cc: Bernard Iremonger <bernard.iremonger@intel.com>
> > ---
> >  MAINTAINERS | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index bd08d4292..187817fff 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -303,6 +303,8 @@ F: devtools/test-null.sh  Flow API
> >  M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> >  T: git://dpdk.org/next/dpdk-next-net
> > +F: app/test-pmd/cmdline_flow.c
> > +F: doc/guides/prog_guide/rte_flow.rst
> 
> doc/guides/testpmd_app_ug/testpmd_funcs.rst
> Should be added to the list of flow related files.

I did not add it because there is no way to split responsibility on a
documentation section basis AFAIK, and only a fraction of this file contains
information about rte_flow-related stuff.

-- 
Adrien Mazarguil
6WIND

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-16 14:35     ` Adrien Mazarguil
@ 2018-05-17  9:26       ` Iremonger, Bernard
  2018-05-17 11:20         ` Adrien Mazarguil
  0 siblings, 1 reply; 12+ messages in thread
From: Iremonger, Bernard @ 2018-05-17  9:26 UTC (permalink / raw)
  To: Adrien Mazarguil; +Cc: dev, stable

Hi Adrien,

<snip>

> > > Subject: [PATCH] maintainers: fix responsibility of flow API bits
> > >
> > > The following commits lack MAINTAINERS entries for this mess.
> > >
> > > Fixes: 4d73b6fb9907 ("doc: add generic flow API guide")
> > > Fixes: 19c90af6285c ("app/testpmd: add flow command")
> > > Cc: stable@dpdk.org
> > >
> > > Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> > > Cc: Bernard Iremonger <bernard.iremonger@intel.com>
> > > ---
> > >  MAINTAINERS | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS index bd08d4292..187817fff
> > > 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -303,6 +303,8 @@ F: devtools/test-null.sh  Flow API
> > >  M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> > >  T: git://dpdk.org/next/dpdk-next-net
> > > +F: app/test-pmd/cmdline_flow.c
> > > +F: doc/guides/prog_guide/rte_flow.rst
> >
> > doc/guides/testpmd_app_ug/testpmd_funcs.rst
> > Should be added to the list of flow related files.
> 
> I did not add it because there is no way to split responsibility on a
> documentation section basis AFAIK, and only a fraction of this file contains
> information about rte_flow-related stuff.
> 
> --
> Adrien Mazarguil
> 6WIND

There are already several maintainers for testpmd, adding another maintainer for the flow parts of this file should be ok (I think).

Regards,

Bernard

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-17  9:26       ` Iremonger, Bernard
@ 2018-05-17 11:20         ` Adrien Mazarguil
  2018-05-17 11:26           ` Iremonger, Bernard
  0 siblings, 1 reply; 12+ messages in thread
From: Adrien Mazarguil @ 2018-05-17 11:20 UTC (permalink / raw)
  To: Iremonger, Bernard; +Cc: dev, stable

On Thu, May 17, 2018 at 09:26:15AM +0000, Iremonger, Bernard wrote:
> Hi Adrien,
> 
> <snip>
> 
> > > > Subject: [PATCH] maintainers: fix responsibility of flow API bits
> > > >
> > > > The following commits lack MAINTAINERS entries for this mess.
> > > >
> > > > Fixes: 4d73b6fb9907 ("doc: add generic flow API guide")
> > > > Fixes: 19c90af6285c ("app/testpmd: add flow command")
> > > > Cc: stable@dpdk.org
> > > >
> > > > Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> > > > Cc: Bernard Iremonger <bernard.iremonger@intel.com>
> > > > ---
> > > >  MAINTAINERS | 2 ++
> > > >  1 file changed, 2 insertions(+)
> > > >
> > > > diff --git a/MAINTAINERS b/MAINTAINERS index bd08d4292..187817fff
> > > > 100644
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -303,6 +303,8 @@ F: devtools/test-null.sh  Flow API
> > > >  M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> > > >  T: git://dpdk.org/next/dpdk-next-net
> > > > +F: app/test-pmd/cmdline_flow.c
> > > > +F: doc/guides/prog_guide/rte_flow.rst
> > >
> > > doc/guides/testpmd_app_ug/testpmd_funcs.rst
> > > Should be added to the list of flow related files.
> > 
> > I did not add it because there is no way to split responsibility on a
> > documentation section basis AFAIK, and only a fraction of this file contains
> > information about rte_flow-related stuff.
> > 
> > --
> > Adrien Mazarguil
> > 6WIND
> 
> There are already several maintainers for testpmd, adding another maintainer for the flow parts of this file should be ok (I think).

True, however providing an exact file name instead of a directory or
wildcard makes me the main maintainer/contact for that specific file
(e.g. "app/test-pmd/cmdline_flow.c" vs. "app/test-pmd"), basically I do not
want to be responsible for the entirety of testpmd's documentation.

How about the following instead: another patch that extracts the flow
command documentation in its own file (testpmd_flow.rst?) using the include 
directive (somewhat like cmdline_flow.c). This patch will update MAINTAINERS
accordingly.

-- 
Adrien Mazarguil
6WIND

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-17 11:20         ` Adrien Mazarguil
@ 2018-05-17 11:26           ` Iremonger, Bernard
  2018-05-17 14:45             ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
  0 siblings, 1 reply; 12+ messages in thread
From: Iremonger, Bernard @ 2018-05-17 11:26 UTC (permalink / raw)
  To: Adrien Mazarguil; +Cc: dev, stable

Hi Adrien,

<snip>


> > > > > Subject: [PATCH] maintainers: fix responsibility of flow API
> > > > > bits
> > > > >
> > > > > The following commits lack MAINTAINERS entries for this mess.
> > > > >
> > > > > Fixes: 4d73b6fb9907 ("doc: add generic flow API guide")
> > > > > Fixes: 19c90af6285c ("app/testpmd: add flow command")
> > > > > Cc: stable@dpdk.org
> > > > >
> > > > > Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> > > > > Cc: Bernard Iremonger <bernard.iremonger@intel.com>
> > > > > ---
> > > > >  MAINTAINERS | 2 ++
> > > > >  1 file changed, 2 insertions(+)
> > > > >
> > > > > diff --git a/MAINTAINERS b/MAINTAINERS index
> > > > > bd08d4292..187817fff
> > > > > 100644
> > > > > --- a/MAINTAINERS
> > > > > +++ b/MAINTAINERS
> > > > > @@ -303,6 +303,8 @@ F: devtools/test-null.sh  Flow API
> > > > >  M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> > > > >  T: git://dpdk.org/next/dpdk-next-net
> > > > > +F: app/test-pmd/cmdline_flow.c
> > > > > +F: doc/guides/prog_guide/rte_flow.rst
> > > >
> > > > doc/guides/testpmd_app_ug/testpmd_funcs.rst
> > > > Should be added to the list of flow related files.
> > >
> > > I did not add it because there is no way to split responsibility on
> > > a documentation section basis AFAIK, and only a fraction of this
> > > file contains information about rte_flow-related stuff.
> > >
> > > --
> > > Adrien Mazarguil
> > > 6WIND
> >
> > There are already several maintainers for testpmd, adding another maintainer
> for the flow parts of this file should be ok (I think).
> 
> True, however providing an exact file name instead of a directory or wildcard
> makes me the main maintainer/contact for that specific file (e.g. "app/test-
> pmd/cmdline_flow.c" vs. "app/test-pmd"), basically I do not want to be
> responsible for the entirety of testpmd's documentation.
> 
> How about the following instead: another patch that extracts the flow
> command documentation in its own file (testpmd_flow.rst?) using the include
> directive (somewhat like cmdline_flow.c). This patch will update MAINTAINERS
> accordingly.
> 
> --
> Adrien Mazarguil
> 6WIND

Sounds good to me.

Regards,

Bernard.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-17 11:26           ` Iremonger, Bernard
@ 2018-05-17 14:45             ` Ferruh Yigit
  2018-05-17 14:51               ` Iremonger, Bernard
  0 siblings, 1 reply; 12+ messages in thread
From: Ferruh Yigit @ 2018-05-17 14:45 UTC (permalink / raw)
  To: Iremonger, Bernard, Adrien Mazarguil; +Cc: dev, stable

On 5/17/2018 12:26 PM, Iremonger, Bernard wrote:
> Hi Adrien,
> 
> <snip>
> 
> 
>>>>>> Subject: [PATCH] maintainers: fix responsibility of flow API
>>>>>> bits
>>>>>>
>>>>>> The following commits lack MAINTAINERS entries for this mess.
>>>>>>
>>>>>> Fixes: 4d73b6fb9907 ("doc: add generic flow API guide")
>>>>>> Fixes: 19c90af6285c ("app/testpmd: add flow command")
>>>>>> Cc: stable@dpdk.org
>>>>>>
>>>>>> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
>>>>>> Cc: Bernard Iremonger <bernard.iremonger@intel.com>
>>>>>> ---
>>>>>>  MAINTAINERS | 2 ++
>>>>>>  1 file changed, 2 insertions(+)
>>>>>>
>>>>>> diff --git a/MAINTAINERS b/MAINTAINERS index
>>>>>> bd08d4292..187817fff
>>>>>> 100644
>>>>>> --- a/MAINTAINERS
>>>>>> +++ b/MAINTAINERS
>>>>>> @@ -303,6 +303,8 @@ F: devtools/test-null.sh  Flow API
>>>>>>  M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
>>>>>>  T: git://dpdk.org/next/dpdk-next-net
>>>>>> +F: app/test-pmd/cmdline_flow.c
>>>>>> +F: doc/guides/prog_guide/rte_flow.rst
>>>>>
>>>>> doc/guides/testpmd_app_ug/testpmd_funcs.rst
>>>>> Should be added to the list of flow related files.
>>>>
>>>> I did not add it because there is no way to split responsibility on
>>>> a documentation section basis AFAIK, and only a fraction of this
>>>> file contains information about rte_flow-related stuff.
>>>>
>>>> --
>>>> Adrien Mazarguil
>>>> 6WIND
>>>
>>> There are already several maintainers for testpmd, adding another maintainer
>> for the flow parts of this file should be ok (I think).
>>
>> True, however providing an exact file name instead of a directory or wildcard
>> makes me the main maintainer/contact for that specific file (e.g. "app/test-
>> pmd/cmdline_flow.c" vs. "app/test-pmd"), basically I do not want to be
>> responsible for the entirety of testpmd's documentation.
>>
>> How about the following instead: another patch that extracts the flow
>> command documentation in its own file (testpmd_flow.rst?) using the include
>> directive (somewhat like cmdline_flow.c). This patch will update MAINTAINERS
>> accordingly.
>>
>> --
>> Adrien Mazarguil
>> 6WIND
> 
> Sounds good to me.

Applied to dpdk-next-net/master, thanks.

(Another patch will separate testpmd_flow.rst? and add maintainership for it)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-17 14:45             ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
@ 2018-05-17 14:51               ` Iremonger, Bernard
  2018-05-17 15:50                 ` Adrien Mazarguil
  0 siblings, 1 reply; 12+ messages in thread
From: Iremonger, Bernard @ 2018-05-17 14:51 UTC (permalink / raw)
  To: Yigit, Ferruh, Adrien Mazarguil; +Cc: dev, stable

Hi Adrien, Ferruh,

<snip>
 
> (Another patch will separate testpmd_flow.rst? and add maintainership for it)

There is also a lot of flow related code in dpdk/app/test-pmd/config.c (lines 985 to 1623), maybe this should be moved to a separate file also, with maintainership added for the new file?

Regards,

Bernard.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] maintainers: fix responsibility of flow API bits
  2018-05-17 14:51               ` Iremonger, Bernard
@ 2018-05-17 15:50                 ` Adrien Mazarguil
  0 siblings, 0 replies; 12+ messages in thread
From: Adrien Mazarguil @ 2018-05-17 15:50 UTC (permalink / raw)
  To: Iremonger, Bernard; +Cc: Yigit, Ferruh, dev, stable

On Thu, May 17, 2018 at 02:51:43PM +0000, Iremonger, Bernard wrote:
> Hi Adrien, Ferruh,
> 
> <snip>
>  
> > (Another patch will separate testpmd_flow.rst? and add maintainership for it)
> 
> There is also a lot of flow related code in dpdk/app/test-pmd/config.c (lines 985 to 1623), maybe this should be moved to a separate file also, with maintainership added for the new file?

I will consider it also, although the majority of that code is a copy of
rte_flow_copy(), which was added later for failsafe PMD needs.

Testpmd was supposed to use the public version but I wanted to replace
rte_flow_copy() with the more flexible rte_flow_conv() first [1][2].

[1] "[PATCH v1 2/7] ethdev: replace flow API object copy function"
    http://dpdk.org/ml/archives/dev/2017-October/077553.html
[2] "[PATCH v1 4/7] app/testpmd: rely on flow API conversion function"
    http://dpdk.org/ml/archives/dev/2017-October/077555.html

-- 
Adrien Mazarguil
6WIND

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd
  2018-05-16  0:44 ` [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd Lu, Wenzhuo
@ 2018-05-22 20:54   ` Thomas Monjalon
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Monjalon @ 2018-05-22 20:54 UTC (permalink / raw)
  To: Iremonger, Bernard; +Cc: dev, Lu, Wenzhuo, Mcnamara, John

> > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Thank you Bernard for taking care of testpmd.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-05-22 20:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  9:29 [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd Bernard Iremonger
2018-05-15 16:23 ` [dpdk-dev] [PATCH] maintainers: fix responsibility of flow API bits Adrien Mazarguil
2018-05-16  9:18   ` Iremonger, Bernard
2018-05-16 14:35     ` Adrien Mazarguil
2018-05-17  9:26       ` Iremonger, Bernard
2018-05-17 11:20         ` Adrien Mazarguil
2018-05-17 11:26           ` Iremonger, Bernard
2018-05-17 14:45             ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2018-05-17 14:51               ` Iremonger, Bernard
2018-05-17 15:50                 ` Adrien Mazarguil
2018-05-16  0:44 ` [dpdk-dev] [PATCH] maintainers: add maintainer for testpmd Lu, Wenzhuo
2018-05-22 20:54   ` Thomas Monjalon

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).