* [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide
@ 2019-07-17 18:10 Thomas Monjalon
2019-07-30 9:36 ` Mcnamara, John
2019-07-30 9:39 ` David Marchand
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-07-17 18:10 UTC (permalink / raw)
To: John McNamara, Marko Kovacevic; +Cc: dev, ferruh.yigit, arybchenko
The backup maintainer role is not explicitly used in the file MAINTAINERS.
Listing names in a priority order is preferred and more flexible
than explicit named roles.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/contributing/patches.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst
index f37fb5557..5677f1393 100644
--- a/doc/guides/contributing/patches.rst
+++ b/doc/guides/contributing/patches.rst
@@ -75,7 +75,6 @@ Trees and maintainers are listed in the ``MAINTAINERS`` file. For example::
Crypto Drivers
--------------
M: Some Name <some.name@email.com>
- B: Another Name <another.name@email.com>
T: git://dpdk.org/next/dpdk-next-crypto
Intel AES-NI GCM PMD
@@ -86,7 +85,6 @@ Trees and maintainers are listed in the ``MAINTAINERS`` file. For example::
Where:
* ``M`` is a tree or component maintainer.
-* ``B`` is a tree backup maintainer.
* ``T`` is a repository tree.
* ``F`` is a maintained file or directory.
--
2.21.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide
2019-07-17 18:10 [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide Thomas Monjalon
@ 2019-07-30 9:36 ` Mcnamara, John
2019-07-30 21:29 ` Thomas Monjalon
2019-07-30 9:39 ` David Marchand
1 sibling, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2019-07-30 9:36 UTC (permalink / raw)
To: Thomas Monjalon, Kovacevic, Marko; +Cc: dev, Yigit, Ferruh, arybchenko
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Wednesday, July 17, 2019 7:10 PM
> To: Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko
> <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>;
> arybchenko@solarflare.com
> Subject: [PATCH] doc: remove unused maintainer role from guide
>
> The backup maintainer role is not explicitly used in the file MAINTAINERS.
> Listing names in a priority order is preferred and more flexible than
> explicit named roles.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide
2019-07-17 18:10 [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide Thomas Monjalon
2019-07-30 9:36 ` Mcnamara, John
@ 2019-07-30 9:39 ` David Marchand
1 sibling, 0 replies; 4+ messages in thread
From: David Marchand @ 2019-07-30 9:39 UTC (permalink / raw)
To: Thomas Monjalon
Cc: John McNamara, Marko Kovacevic, dev, Yigit, Ferruh, Andrew Rybchenko
On Wed, Jul 17, 2019 at 8:10 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> The backup maintainer role is not explicitly used in the file MAINTAINERS.
> Listing names in a priority order is preferred and more flexible
> than explicit named roles.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> doc/guides/contributing/patches.rst | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst
> index f37fb5557..5677f1393 100644
> --- a/doc/guides/contributing/patches.rst
> +++ b/doc/guides/contributing/patches.rst
> @@ -75,7 +75,6 @@ Trees and maintainers are listed in the ``MAINTAINERS`` file. For example::
> Crypto Drivers
> --------------
> M: Some Name <some.name@email.com>
> - B: Another Name <another.name@email.com>
> T: git://dpdk.org/next/dpdk-next-crypto
>
> Intel AES-NI GCM PMD
> @@ -86,7 +85,6 @@ Trees and maintainers are listed in the ``MAINTAINERS`` file. For example::
> Where:
>
> * ``M`` is a tree or component maintainer.
> -* ``B`` is a tree backup maintainer.
> * ``T`` is a repository tree.
> * ``F`` is a maintained file or directory.
>
> --
> 2.21.0
>
Reviewed-by: David Marchand <david.marchand@redhat.com>
--
David Marchand
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide
2019-07-30 9:36 ` Mcnamara, John
@ 2019-07-30 21:29 ` Thomas Monjalon
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-07-30 21:29 UTC (permalink / raw)
To: Mcnamara, John; +Cc: dev, Kovacevic, Marko, Yigit, Ferruh, arybchenko
> > The backup maintainer role is not explicitly used in the file MAINTAINERS.
> > Listing names in a priority order is preferred and more flexible than
> > explicit named roles.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-07-30 21:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 18:10 [dpdk-dev] [PATCH] doc: remove unused maintainer role from guide Thomas Monjalon
2019-07-30 9:36 ` Mcnamara, John
2019-07-30 21:29 ` Thomas Monjalon
2019-07-30 9:39 ` David Marchand
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).