doc: remove confusing release candidate statements
Checks
Commit Message
The help of "dpdk-next-*" repositories is welcome at all stages,
except maybe during the last release candidate.
Better to remove statements about a time limit,
and let decisions happen on the fly.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/contributing/patches.rst | 2 --
1 file changed, 2 deletions(-)
Comments
On 5/15/2024 12:05 PM, Thomas Monjalon wrote:
> The help of "dpdk-next-*" repositories is welcome at all stages,
> except maybe during the last release candidate.
> Better to remove statements about a time limit,
> and let decisions happen on the fly.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>
16/05/2024 11:24, Ferruh Yigit:
> On 5/15/2024 12:05 PM, Thomas Monjalon wrote:
> > The help of "dpdk-next-*" repositories is welcome at all stages,
> > except maybe during the last release candidate.
> > Better to remove statements about a time limit,
> > and let decisions happen on the fly.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>
Applied
@@ -25,8 +25,6 @@ The DPDK development process has the following features:
* Patches are reviewed publicly on the mailing list.
* Successfully reviewed patches are merged to the repository.
* Patches should be sent to the target repository or sub-tree, see below.
-* All sub-repositories are merged into main repository for ``-rc1`` and ``-rc2`` versions of the release.
-* After the ``-rc2`` release all patches should target the main repository.
The mailing list for DPDK development is `dev@dpdk.org <https://mails.dpdk.org/archives/dev/>`_.
Contributors will need to `register for the mailing list <https://mails.dpdk.org/listinfo/dev>`_ in order to submit patches.