maintainers: claim maintainership of ipc

Message ID 5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com (mailing list archive)
State Accepted, archived
Headers
Series maintainers: claim maintainership of ipc |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Performance-Testing success Performance Testing PASS
ci/mellanox-Performance-Testing success Performance Testing PASS

Commit Message

Anatoly Burakov April 25, 2019, 1:17 p.m. UTC
  IPC is a big part of secondary process infrastructure now,
and I have been de-facto maintainer for it since 18.05.
Update MAINTAINERS file to match.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Thomas Monjalon April 25, 2019, 1:26 p.m. UTC | #1
25/04/2019 15:17, Anatoly Burakov:
> IPC is a big part of secondary process infrastructure now,
> and I have been de-facto maintainer for it since 18.05.
> Update MAINTAINERS file to match.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -202,6 +202,7 @@ F: doc/guides/prog_guide/multi_proc_support.rst
>  F: app/test/test_mp_secondary.c
>  F: examples/multi_process/
>  F: doc/guides/sample_app_ug/multi_process.rst
> +F: lib/librte_eal/common/eal_common_proc.c

Isn't there more files related to IPC?
Please add it near other lib/ lines.
  
Anatoly Burakov April 25, 2019, 3:17 p.m. UTC | #2
On 25-Apr-19 2:26 PM, Thomas Monjalon wrote:
> 25/04/2019 15:17, Anatoly Burakov:
>> IPC is a big part of secondary process infrastructure now,
>> and I have been de-facto maintainer for it since 18.05.
>> Update MAINTAINERS file to match.
>>
>> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
>> ---
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -202,6 +202,7 @@ F: doc/guides/prog_guide/multi_proc_support.rst
>>   F: app/test/test_mp_secondary.c
>>   F: examples/multi_process/
>>   F: doc/guides/sample_app_ug/multi_process.rst
>> +F: lib/librte_eal/common/eal_common_proc.c
> 
> Isn't there more files related to IPC?
> Please add it near other lib/ lines.
> 

No, just this and the rte_eal.h maybe, which isn't exclusively IPC but 
has a lot of IPC-related stuff.

OK, i'll send a v2.
  
Anatoly Burakov April 25, 2019, 3:19 p.m. UTC | #3
On 25-Apr-19 4:17 PM, Burakov, Anatoly wrote:
> On 25-Apr-19 2:26 PM, Thomas Monjalon wrote:
>> 25/04/2019 15:17, Anatoly Burakov:
>>> IPC is a big part of secondary process infrastructure now,
>>> and I have been de-facto maintainer for it since 18.05.
>>> Update MAINTAINERS file to match.
>>>
>>> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
>>> ---
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -202,6 +202,7 @@ F: doc/guides/prog_guide/multi_proc_support.rst
>>>   F: app/test/test_mp_secondary.c
>>>   F: examples/multi_process/
>>>   F: doc/guides/sample_app_ug/multi_process.rst
>>> +F: lib/librte_eal/common/eal_common_proc.c
>>
>> Isn't there more files related to IPC?
>> Please add it near other lib/ lines.
>>
> 
> No, just this and the rte_eal.h maybe, which isn't exclusively IPC but 
> has a lot of IPC-related stuff.
> 
> OK, i'll send a v2.
> 
Actually, there are no lib/* lines there.
  
Thomas Monjalon May 3, 2019, 3:45 p.m. UTC | #4
25/04/2019 15:17, Anatoly Burakov:
> IPC is a big part of secondary process infrastructure now,
> and I have been de-facto maintainer for it since 18.05.
> Update MAINTAINERS file to match.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -202,6 +202,7 @@ F: doc/guides/prog_guide/multi_proc_support.rst
>  F: app/test/test_mp_secondary.c
>  F: examples/multi_process/
>  F: doc/guides/sample_app_ug/multi_process.rst
> +F: lib/librte_eal/common/eal_common_proc.c

Applied, thanks
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 4493aa636..b729d3b85 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -202,6 +202,7 @@  F: doc/guides/prog_guide/multi_proc_support.rst
 F: app/test/test_mp_secondary.c
 F: examples/multi_process/
 F: doc/guides/sample_app_ug/multi_process.rst
+F: lib/librte_eal/common/eal_common_proc.c
 
 Service Cores
 M: Harry van Haaren <harry.van.haaren@intel.com>