[dpdk-dev,v4,15/16] maintainers: add maintainers for the mrvl net pmd

Message ID 1507561244-20115-16-git-send-email-tdu@semihalf.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK

Commit Message

Tomasz Duszynski Oct. 9, 2017, 3 p.m. UTC
  Signed-off-by: Jacek Siuda <jck@semihalf.com>
Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Comments

Ferruh Yigit Oct. 9, 2017, 7:02 p.m. UTC | #1
On 10/9/2017 4:00 PM, Tomasz Duszynski wrote:
> Signed-off-by: Jacek Siuda <jck@semihalf.com>
> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>

Congratulations!,

this is the 30000. patch in patchwork:
http://dpdk.org/dev/patchwork/patch/30000/

20000 was here:
http://dpdk.org/ml/archives/dev/2017-January/056354.html

10K patches in less than 10 months (close to 9 months), this is lots of
patches :)
  
Marcin Wojtas Oct. 9, 2017, 7:09 p.m. UTC | #2
2017-10-09 21:02 GMT+02:00 Ferruh Yigit <ferruh.yigit@intel.com>:
> On 10/9/2017 4:00 PM, Tomasz Duszynski wrote:
>> Signed-off-by: Jacek Siuda <jck@semihalf.com>
>> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
>
> Congratulations!,
>
> this is the 30000. patch in patchwork:
> http://dpdk.org/dev/patchwork/patch/30000/

There's no other option now, but to merge the jubilee patchset ;)

Best regards,
Marcin

>
> 20000 was here:
> http://dpdk.org/ml/archives/dev/2017-January/056354.html
>
> 10K patches in less than 10 months (close to 9 months), this is lots of
> patches :)
  
Ferruh Yigit Oct. 9, 2017, 7:12 p.m. UTC | #3
On 10/9/2017 8:09 PM, Marcin Wojtas wrote:
> 2017-10-09 21:02 GMT+02:00 Ferruh Yigit <ferruh.yigit@intel.com>:
>> On 10/9/2017 4:00 PM, Tomasz Duszynski wrote:
>>> Signed-off-by: Jacek Siuda <jck@semihalf.com>
>>> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
>>
>> Congratulations!,
>>
>> this is the 30000. patch in patchwork:
>> http://dpdk.org/dev/patchwork/patch/30000/
> 
> There's no other option now, but to merge the jubilee patchset ;)

nice try ;)

> 
> Best regards,
> Marcin
> 
>>
>> 20000 was here:
>> http://dpdk.org/ml/archives/dev/2017-January/056354.html
>>
>> 10K patches in less than 10 months (close to 9 months), this is lots of
>> patches :)
  
Jianbo Liu Oct. 10, 2017, 3:20 a.m. UTC | #4
On 9 October 2017 at 23:00, Tomasz Duszynski <tdu@semihalf.com> wrote:
> Signed-off-by: Jacek Siuda <jck@semihalf.com>
> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1b74f98..5c78477 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -392,6 +392,16 @@ F: drivers/net/mlx5/
>  F: doc/guides/nics/mlx5.rst
>  F: doc/guides/nics/features/mlx5.ini
>
> +Marvell mrvl
> +M: Jacek Siuda <jck@semihalf.com>
> +M: Tomasz Duszynski <tdu@semihalf.com>
> +M: Dmitri Epshtein <dima@marvell.com>
> +M: Natalie Samsonov <nsamsono@marvell.com>
> +M: Jianbo Liu <jianbo.liu@linaro.org>

Please change my email to jianbo.liu@arm.com, thanks.

> +F: drivers/net/mrvl/
> +F: doc/guides/nics/mrvl.rst
> +F: doc/guides/nics/features/mrvl.ini
> +
>  Netcope szedata2
>  M: Matej Vido <vido@cesnet.cz>
>  F: drivers/net/szedata2/
> --
> 2.7.4
>
  
Ferruh Yigit Oct. 10, 2017, 4:38 a.m. UTC | #5
On 10/10/2017 4:20 AM, Jianbo Liu wrote:
> On 9 October 2017 at 23:00, Tomasz Duszynski <tdu@semihalf.com> wrote:
>> Signed-off-by: Jacek Siuda <jck@semihalf.com>
>> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
>> ---
>>  MAINTAINERS | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 1b74f98..5c78477 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -392,6 +392,16 @@ F: drivers/net/mlx5/
>>  F: doc/guides/nics/mlx5.rst
>>  F: doc/guides/nics/features/mlx5.ini
>>
>> +Marvell mrvl
>> +M: Jacek Siuda <jck@semihalf.com>
>> +M: Tomasz Duszynski <tdu@semihalf.com>
>> +M: Dmitri Epshtein <dima@marvell.com>
>> +M: Natalie Samsonov <nsamsono@marvell.com>
>> +M: Jianbo Liu <jianbo.liu@linaro.org>
> 
> Please change my email to jianbo.liu@arm.com, thanks.

Done.
  
Tomasz Duszynski Oct. 10, 2017, 5:47 a.m. UTC | #6
On Mon, Oct 09, 2017 at 08:02:07PM +0100, Ferruh Yigit wrote:
> On 10/9/2017 4:00 PM, Tomasz Duszynski wrote:
> > Signed-off-by: Jacek Siuda <jck@semihalf.com>
> > Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
>
> Congratulations!,
>
> this is the 30000. patch in patchwork:

30k patch and series applied, double win.

> http://dpdk.org/dev/patchwork/patch/30000/
>
> 20000 was here:
> http://dpdk.org/ml/archives/dev/2017-January/056354.html
>
> 10K patches in less than 10 months (close to 9 months), this is lots of
> patches :)

Lots of reviewing as well :).

--
- Tomasz Duszyński
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1b74f98..5c78477 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -392,6 +392,16 @@  F: drivers/net/mlx5/
 F: doc/guides/nics/mlx5.rst
 F: doc/guides/nics/features/mlx5.ini
 
+Marvell mrvl
+M: Jacek Siuda <jck@semihalf.com>
+M: Tomasz Duszynski <tdu@semihalf.com>
+M: Dmitri Epshtein <dima@marvell.com>
+M: Natalie Samsonov <nsamsono@marvell.com>
+M: Jianbo Liu <jianbo.liu@linaro.org>
+F: drivers/net/mrvl/
+F: doc/guides/nics/mrvl.rst
+F: doc/guides/nics/features/mrvl.ini
+
 Netcope szedata2
 M: Matej Vido <vido@cesnet.cz>
 F: drivers/net/szedata2/