* [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
@ 2019-04-25 13:17 Anatoly Burakov
2019-04-25 13:17 ` Anatoly Burakov
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Anatoly Burakov @ 2019-04-25 13:17 UTC (permalink / raw)
To: dev; +Cc: Thomas Monjalon
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(+)
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>
--
2.17.1
^ permalink raw reply [flat|nested] 10+ messages in thread
* [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 13:17 [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc Anatoly Burakov
@ 2019-04-25 13:17 ` Anatoly Burakov
2019-04-25 13:26 ` Thomas Monjalon
2019-05-03 15:45 ` Thomas Monjalon
2 siblings, 0 replies; 10+ messages in thread
From: Anatoly Burakov @ 2019-04-25 13:17 UTC (permalink / raw)
To: dev; +Cc: Thomas Monjalon
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(+)
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>
--
2.17.1
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 13:17 [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc Anatoly Burakov
2019-04-25 13:17 ` Anatoly Burakov
@ 2019-04-25 13:26 ` Thomas Monjalon
2019-04-25 13:26 ` Thomas Monjalon
2019-04-25 15:17 ` Burakov, Anatoly
2019-05-03 15:45 ` Thomas Monjalon
2 siblings, 2 replies; 10+ messages in thread
From: Thomas Monjalon @ 2019-04-25 13:26 UTC (permalink / raw)
To: Anatoly Burakov; +Cc: dev
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.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 13:26 ` Thomas Monjalon
@ 2019-04-25 13:26 ` Thomas Monjalon
2019-04-25 15:17 ` Burakov, Anatoly
1 sibling, 0 replies; 10+ messages in thread
From: Thomas Monjalon @ 2019-04-25 13:26 UTC (permalink / raw)
To: Anatoly Burakov; +Cc: dev
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.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 13:26 ` Thomas Monjalon
2019-04-25 13:26 ` Thomas Monjalon
@ 2019-04-25 15:17 ` Burakov, Anatoly
2019-04-25 15:17 ` Burakov, Anatoly
2019-04-25 15:19 ` Burakov, Anatoly
1 sibling, 2 replies; 10+ messages in thread
From: Burakov, Anatoly @ 2019-04-25 15:17 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
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.
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 15:17 ` Burakov, Anatoly
@ 2019-04-25 15:17 ` Burakov, Anatoly
2019-04-25 15:19 ` Burakov, Anatoly
1 sibling, 0 replies; 10+ messages in thread
From: Burakov, Anatoly @ 2019-04-25 15:17 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
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.
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 15:17 ` Burakov, Anatoly
2019-04-25 15:17 ` Burakov, Anatoly
@ 2019-04-25 15:19 ` Burakov, Anatoly
2019-04-25 15:19 ` Burakov, Anatoly
1 sibling, 1 reply; 10+ messages in thread
From: Burakov, Anatoly @ 2019-04-25 15:19 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
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.
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 15:19 ` Burakov, Anatoly
@ 2019-04-25 15:19 ` Burakov, Anatoly
0 siblings, 0 replies; 10+ messages in thread
From: Burakov, Anatoly @ 2019-04-25 15:19 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
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.
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-04-25 13:17 [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc Anatoly Burakov
2019-04-25 13:17 ` Anatoly Burakov
2019-04-25 13:26 ` Thomas Monjalon
@ 2019-05-03 15:45 ` Thomas Monjalon
2019-05-03 15:45 ` Thomas Monjalon
2 siblings, 1 reply; 10+ messages in thread
From: Thomas Monjalon @ 2019-05-03 15:45 UTC (permalink / raw)
To: Anatoly Burakov; +Cc: dev
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc
2019-05-03 15:45 ` Thomas Monjalon
@ 2019-05-03 15:45 ` Thomas Monjalon
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Monjalon @ 2019-05-03 15:45 UTC (permalink / raw)
To: Anatoly Burakov; +Cc: dev
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
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2019-05-03 15:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25 13:17 [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc Anatoly Burakov
2019-04-25 13:17 ` Anatoly Burakov
2019-04-25 13:26 ` Thomas Monjalon
2019-04-25 13:26 ` Thomas Monjalon
2019-04-25 15:17 ` Burakov, Anatoly
2019-04-25 15:17 ` Burakov, Anatoly
2019-04-25 15:19 ` Burakov, Anatoly
2019-04-25 15:19 ` Burakov, Anatoly
2019-05-03 15:45 ` Thomas Monjalon
2019-05-03 15:45 ` 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).